Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24798 - Support for SSL use flag added to dev-perl/libwww-perl
Summary: Support for SSL use flag added to dev-perl/libwww-perl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 04:08 UTC by eric sammer
Modified: 2003-07-20 07:21 UTC (History)
2 users (show)

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


Attachments
libwww-perl-5.69-r1.ebuild (libwww-perl-5.69-r1.ebuild,903 bytes, text/plain)
2003-07-19 04:10 UTC, eric sammer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eric sammer 2003-07-19 04:08:07 UTC
It seems as if dev-perl/libwww-perl didn't build with SSL support (for https,
specifically) even if the 'ssl' use flag is enabled. This minor update adds the
dependency dev-perl/Crypt-SSLeay if the ssl use flag is enabled. Crypt-SSLeay is
already in portage and contains the dependencies for openssl and other required
libs for "real" ssl implementation. This is "feature" was added only because
both libwww-perl and Crypt-SSLeay were already in portage and therefore should
be gentoo-ified in terms of dependencies. No new dependencies (outside of the
existing portage tree) were introducted.

Tested and working on ~x86 and x86.

Reproducible: Always
Steps to Reproduce:
1. emerge unmerge Crypt-SSLeay if it is installed
2. enable ssl use flag
3. emerge dev-perl/libwww-perl (note no ssl support in LWP::Agent et al)
4. emerge Crypt-SSLeay
5. emerge libwww-perl again (note it now supports ssl)


Expected Results:  
The idea is that libwww-perl should take advantage of the ssl use flag to
include Crypt-SSLeay conditionally.
Comment 1 eric sammer 2003-07-19 04:10:04 UTC
Created attachment 14697 [details]
libwww-perl-5.69-r1.ebuild

added "respect" for the ssl use flag and now includes Crypt-SSLeay
conditionally if enabled. added -r1 to ebuild name to note change (just a
suggestion).
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2003-07-20 07:21:03 UTC
Eric,

good catch. Confirmed, tested, and -r'd up. Thanks!