OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Date: Tue Feb 27 2001 - 01:02:57 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    *******************************************************************************
    * *
    * This is a newly released patch... *
    * *
    * Online links can be found at *
    * http://ftp.support.compaq.com/patches/public/unix/v4.0f/ssrt1-69u_v4_0f.README
    *******************************************************************************

    TITLE: SSRT1-69U_V4_0F CERT CA-2001-02 Tru64 V4.0F ECO Summary
     
    README for SSRT1-69U_v4.0f
    --------------------------
    This patch is for Tru64 UNIX Version 4.0F.

    This patch fixes problems reported by CERT CA-2001-02.

    The named version number is
    4.9.3-P1-plus-CA-98.05-patches-plus-CA-2001-02

    Installation Instructions:
    --------------------------
    As superuser: (assume patch files are in /tmp)

            cp -p /usr/sbin/named /usr/sbin/named_orig
            cp ./named /usr/sbin/named
            chmod 0755 /usr/sbin/named
            chown bin:bin /usr/sbin/named
            
            cp -p /sbin/named /sbin/named_orig
            cp ./named_sbin /sbin/named
            chmod 0755 /sbin/named
            chown bin:bin /sbin/named

            
    Stop and start named for the change to take effect.

            /sbin/init.d/named stop
            /sbin/init.d/named start

    ---