r72210 - in /trunk/libwww-perl/debian: changelog patches/cert.patch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Sun Apr 3 21:15:37 UTC 2011
Author: periapt-guest
Date: Sun Apr 3 21:12:34 2011
New Revision: 72210
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72210
Log:
updated outpatched reference to Mozilla::CA
Modified:
trunk/libwww-perl/debian/changelog
trunk/libwww-perl/debian/patches/cert.patch
Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=72210&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sun Apr 3 21:12:34 2011
@@ -1,4 +1,4 @@
-libwww-perl (6.01-1) unstable; urgency=low
+libwww-perl (6.01-1) UNRELEASED; urgency=low
* New upstream release
- Modules not in the LWP namespace have been made into separate modules
Modified: trunk/libwww-perl/debian/patches/cert.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/patches/cert.patch?rev=72210&op=diff
==============================================================================
--- trunk/libwww-perl/debian/patches/cert.patch (original)
+++ trunk/libwww-perl/debian/patches/cert.patch Sun Apr 3 21:12:34 2011
@@ -32,3 +32,19 @@
}
}
$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