Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 333591

Summary: mail-filter/spamassassin depends on dev-libs/openssl with sslv2 USE enabled
Product: Gentoo Linux Reporter: Guillaume Castagnino <casta>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***