Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27568 - perl-ldap update needed for ssl/tls incompatibility
Summary: perl-ldap update needed for ssl/tls incompatibility
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 14:46 UTC by Tero Pelander
Modified: 2003-09-08 02:46 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 Tero Pelander 2003-08-29 14:46:10 UTC
perl-ldap 0.25 is compatible only upto dev-perl/IO-Socket-SSL-0.80
(current is IO-Socket-SSL-0.92)

A dev-perl/perl-ldap-0.29.ebuild could be done with following changes.
IUSE="ssl"
DEPEND="${DEPEND} dev-perl/Convert-ASN1
        ssl? ( >=dev-perl/IO-Socket-SSL-0.81 )"


Reproducible: Always
Steps to Reproduce:
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2003-09-08 02:46:40 UTC
Thanks Tero! New ebuild in portage (-r2) with added functionality.