First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24798
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Perl Devs @ Gentoo <perl@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: eric sammer <eric@ineoconcepts.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libwww-perl-5.69-r1.ebuild libwww-perl-5.69-r1.ebuild text/plain eric sammer 2003-07-19 04:10 0000 903 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 24798 depends on: Show dependency tree
Bug 24798 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-07-19 04:08 0000
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 From eric sammer 2003-07-19 04:10:04 0000 -------
Created an attachment (id=14697) [edit]
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 From Michael Cummings (RETIRED) 2003-07-20 07:21:03 0000 -------
Eric,

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

First Last Prev Next    No search results available      Search page      Enter new bug