On Tue, Aug 13, 2002, Campbell McLeay wrote:
> I have a few machines running Debian Potato and I wish to upgrade
> openssl on them to fix the buffer overflow issue recently discovered.
> Debian have released an updated package for Woody that resolves this
> issue but have not (last I checked) done this for Potato. I was
> considering downloading the updated source from openssl.org and
> compiling it but I have a few concerns.

An alternative is to download the woody version of openssl. apt will
also install all dependencies that are required for woody's ssl though
and you may not want this.

Just in case, though, to do this you need to:

 * add a line for woody to your /etc/apt/sources.list, keep the potato
   lines there

 * add a line to your /etc/apt/apt.conf file which should read:

        APT::Default-Release "potato";

   so that it doesn't attempt to install everything from woody from now
   on.

 * run "apt-get update" to get the newest package lists for both potato
   and woody

 * run "apt-get install -t stable openssl" to install Woody's openssl,
   and its dependencies.

-Mary
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to