Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333591 - mail-filter/spamassassin depends on dev-libs/openssl with sslv2 USE enabled
Summary: mail-filter/spamassassin depends on dev-libs/openssl with sslv2 USE enabled
Status: RESOLVED DUPLICATE of bug 333587
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 09:13 UTC by Guillaume Castagnino
Modified: 2010-08-20 10:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Castagnino 2010-08-20 09:13:23 UTC
When compiled with ssl support, spamassassin relies on symbol SSLv2_client_method (for spamc component)
wich is present only when openssl is compiled with sslv2 USE flag

depend should be something like :
ssl? (
    dev-perl/IO-Socket-SSL
    || ( <dev-libs/openssl-1.0.0 >=dev-libs/openssl-1*[sslv2] )
)


This problem is introduced since this bug #332661 is in tree
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-08-20 10:06:39 UTC

*** This bug has been marked as a duplicate of bug 333587 ***