[Bug 455344] New: perl-XML-Stream should require perl(IO::Socket::SSL)

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 14 21:57:56 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/show_bug.cgi?id=455344

           Summary: perl-XML-Stream should require perl(IO::Socket::SSL)
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: perl-XML-Stream
        AssignedTo: cweyl at alumni.drew.edu
        ReportedBy: redhat-bugzilla at linuxnetz.de
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-perl-devel-list at redhat.com


Description of problem:
Without having perl(IO::Socket::SSL) installed, it is not possible to use
perl-XML-Stream with a TLS/SSL connection. So please add this as requirement. 
See the following reproducer for example.

$ rpm -e perl-IO-Socket-SSL --nodeps
$

$ sendxmpp --magic-things ;-)
[...]
"You requested that XML::Stream turn the socket into an SSL socket, but you 
don't have the correct version of IO::Socket::SSL v0.81. at /usr/lib/perl5/
vendor_perl/5.8.8/XML/Stream/Node.pm line 547"
[...]
$

Once re-install perl-IO-Socket-SSL again, the message disappears and everything 
TLS/SSL related works for me.

Version-Release number of selected component (if applicable):
perl-XML-Stream-1.22-7

How reproducible:
Everytime, e.g. sendxmpp with TLS/SSL jabber server.

Actual results:
perl-XML-Stream does not require perl(IO::Socket::SSL).

Expected results:
perl-XML-Stream should require perl(IO::Socket::SSL).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list