r68352 - /trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Thu Feb 10 23:17:01 UTC 2011


Author: chrisb
Date: Thu Feb 10 23:13:06 2011
New Revision: 68352

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68352
Log:
Update Forwarded header with CPAN bug URL; add reference to Debian openssl bug in POD.

Modified:
    trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch

Modified: trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch?rev=68352&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch (original)
+++ trunk/libnet-ssleay-perl/debian/patches/no_sslv2.patch Thu Feb 10 23:13:06 2011
@@ -2,24 +2,25 @@
  OpenSSL may be compiled without SSLv2 support, so do not try to use the SSLv2
  functions if they're not present.
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612780
-Forwarded: no
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=65631
 Author: Chris Butler <chrisb at debian.org>
 Last-Update: 2011-02-10
 
 --- a/lib/Net/SSLeay.pm
 +++ b/lib/Net/SSLeay.pm
-@@ -1600,6 +1600,10 @@
+@@ -1600,6 +1600,11 @@
  nonsensical error codes (at the SSL handshake level), try this option
  before mailing me.
  
-+Since version 1.0.0, OpenSSL may be compiled without support for SSLv2.
++On some systems, OpenSSL may be compiled without support for SSLv2.
 +If this is the case, Net::SSLeay will warn if ssl_version has been set
-+to 2.
++to 2. Support for SSLv2 was removed from the OpenSSL packages in Debian
++from version 1.0.0c-2, see: http://bugs.debian.org/589706
 +
  The high level API returns the certificate of the peer, thus allowing
  one to check what certificate was supplied. However, you will only be
  able to check the certificate after the fact, i.e. you already sent
-@@ -2239,7 +2243,13 @@
+@@ -2239,7 +2244,13 @@
  }
  
  sub new_x_ctx {




More information about the Pkg-perl-cvs-commits mailing list