Gentoo Archives: gentoo-security

From: Marc Ballarin <Ballarin.Marc@×××.de>
To: gentoo-security@l.g.o
Subject: Re: [gentoo-security] Do I need to rebuild things after upgrading ssl?
Date: Fri, 19 Mar 2004 13:07:06
Message-Id: 20040319140655.0e9cf001.Ballarin.Marc@gmx.de
In Reply to: Re: [gentoo-security] Do I need to rebuild things after upgrading ssl? by Anthony Metcalf
1 On Fri, 19 Mar 2004 10:47:18 +0000
2 Anthony Metcalf <anthony.metcalf@×××××××××××.cx> wrote:
3
4 >
5 > Ok , so to be really annoying, this is the list of installed software
6 > that has the ssl use flag, which if any would need updating? Or how can
7 > I find out?
8 >
9 > dev-lang/python-2.3.3
10 > net-misc/wget-1.9-r2
11 > net-mail/fetchmail-6.2.3
12 > dev-db/mysql-4.0.17
13 > dev-libs/cyrus-sasl-2.1.14
14 > net-nds/openldap-2.1.26
15 > net-mail/postfix-2.0.19
16 > net-libs/libwww-5.4.0-r2
17 > net-libs/c-client-2002e-r2
18 > dev-php/mod_php-4.3.4-r4
19 > dev-php/php-4.3.4-r4
20 > net-www/links-2.1_pre11
21 > net-print/cups-1.1.20
22 > net-mail/mutt-1.5.6
23 > net-misc/ntp-4.1.2
24 > net-fs/samba-2.2.8a
25 > net-www/lynx-2.8.4.1d-r1
26 >
27 > From that I wont bother about client only apps, wget fetchmail etc, but
28 > postfix, cyrus, mod-php, are all internet facing.
29 > I got this list from
30 > # emerge -epDv world | grep +ssl > sslthings.txt
31 >
32
33 Unless you explicitly set the "static" useflag all listed packages should
34 be dynamically linked. So they don't need rebulding.
35
36 To find packages that had the static flag set when built run
37
38 # grep -r static /var/db/*| grep \/USE
39
40 (This is no "V" but "\ /" !)
41
42 --
43 gentoo-security@g.o mailing list

Replies

Subject Author
RE: [gentoo-security] Do I need to rebuild things after upgrading ssl? Joel Osburn <tjeckleberg@××××.com>