r72357 - /trunk/liblwp-protocol-https-perl/debian/patches/cert.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 8 12:06:28 UTC 2011


Author: periapt-guest
Date: Fri Apr  8 12:05:58 2011
New Revision: 72357

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72357
Log:
correcting patch

Modified:
    trunk/liblwp-protocol-https-perl/debian/patches/cert.patch

Modified: trunk/liblwp-protocol-https-perl/debian/patches/cert.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/patches/cert.patch?rev=72357&op=diff
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/patches/cert.patch (original)
+++ trunk/liblwp-protocol-https-perl/debian/patches/cert.patch Fri Apr  8 12:05:58 2011
@@ -1,7 +1,7 @@
 Author: Nicholas Bamber <nicholas at periapt.co.uk>
 Forwarded: not-needed
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619059
-Last-Update: 2011-04-01
+Last-Update: 2011-04-08
 Subject: use ca-certifictes rather than Mozilla::CA
 --- a/lib/LWP/Protocol/https.pm
 +++ b/lib/LWP/Protocol/https.pm
@@ -32,19 +32,3 @@
  	}
      }
      $self->{ssl_opts} = \%ssl_opts;
---- a/lib/LWP/UserAgent.pm
-+++ b/lib/LWP/UserAgent.pm
-@@ -1386,10 +1386,9 @@
- in use.  See L<IO::Socket::SSL> or L<Net::SSL> for details.
- 
- If hostname verification is requested, and neither C<SSL_ca_file> nor
--C<SSL_ca_path> is set, then C<SSL_ca_file> is implied to be the one
--provided by L<Mozilla::CA>.  If the Mozilla::CA module isn't available
--SSL requests will fail.  Either install this module, set up an alternative
--SSL_ca_file or disable hostname verification.
-+C<SSL_ca_path> is set, then in Debian C<SSL_ca_file> is implied to be the one
-+provided by the C<ca-certificates> package. The upstream code used the
-+L<Mozilla::CA> module which will not be packaged for Debian.
- 
- =back
- 




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