Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217370 - dev-perl/Mail-DKIM should have DEPEND >= dev-perl/Crypt-OpenSSL-RSA-0.24
Summary: dev-perl/Mail-DKIM should have DEPEND >= dev-perl/Crypt-OpenSSL-RSA-0.24
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-12 09:36 UTC by Eray Aslan
Modified: 2008-10-22 11:23 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 Eray Aslan gentoo-dev 2008-04-12 09:36:12 UTC
From dev-perl/Mail-DKIM Changelog:

2007-07-31: Jason Long <jlong@messiah.edu>
 * Makefile.PL: OpenSSL 0.23 segfaults on certain signatures, so
   the requirement is now Crypt::OpenSSL::RSA 0.24 or better

Not tested personally.  Still it is prudent to change 

DEPEND="dev-perl/Crypt-OpenSSL-Bignum
                dev-perl/Crypt-OpenSSL-RSA
                [...]

to
DEPEND="dev-perl/Crypt-OpenSSL-Bignum
                >=dev-perl/Crypt-OpenSSL-RSA-0.24
                [...]

dev-perl/Crypt-OpenSSL-RSA-0.25 is in the tree abd marked stable btw.  Just for those folks who do not upgrade often.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-10-22 11:18:36 UTC
Fixed. Thanks.