Author: joeyh Date: 2005-08-30 13:27:58 +0000 (Tue, 30 Aug 2005) New Revision: 1735
Modified: data/DTSA/DTSA-10-1 Log: improve upgrade instructions Modified: data/DTSA/DTSA-10-1 =================================================================== --- data/DTSA/DTSA-10-1 2005-08-30 13:20:33 UTC (rev 1734) +++ data/DTSA/DTSA-10-1 2005-08-30 13:27:58 UTC (rev 1735) @@ -38,14 +38,17 @@ The archive signing key can be downloaded from http://secure-testing.debian.net/ziyi-2005-7.asc +Before installing the update, please note that you will need to restart all +daemons that link with libpcre3 for the security fix to be used. Either +reboot your machine after the upgrade, or make a list of processes that are +using libpcre3, and restart them after the upgrade. To generate the list, +run this command before you upgrade: + +lsof /usr/lib/libpcre.so.3 + To install the update, run this command as root: apt-get update && apt-get install libpcre3 -Note that after the upgrade, any daemons (exim, apache) that use libpcre3 -will remain running with the old vulnerable version. Either reboot your -system after the upgrade or use the command "lsof /usr/lib/libpcre.so.3" to -list programs using libpcre3, and manually restart them. - For further information about the Debian testing security team, please refer to http://secure-testing.debian.net/ _______________________________________________ Secure-testing-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

