[liblwp-protocol-https-perl] 01/03: Update fix-https-proxy for fixed behaviour of LWP::Protocol::https
Salvatore Bonaccorso
carnil at debian.org
Mon May 5 20:10:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository liblwp-protocol-https-perl.
commit fcb0cd7d31b584299fab9f39249a747ab0c32110
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Mon May 5 22:02:43 2014 +0200
Update fix-https-proxy for fixed behaviour of LWP::Protocol::https
---
debian/patches/fix-https-proxy | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/patches/fix-https-proxy b/debian/patches/fix-https-proxy
index 533fa8c..3ab2a0e 100644
--- a/debian/patches/fix-https-proxy
+++ b/debian/patches/fix-https-proxy
@@ -1,7 +1,8 @@
Description:Fix https proxy
part 2 of https-proxy fix
Author: Steffen Ullrich
-From:https://github.com/libwww-perl/lwp-protocol-https/pull/7
+Origin: https://github.com/libwww-perl/lwp-protocol-https/pull/7,
+ https://github.com/noxxi/lwp-protocol-https/commit/6b5c876de80451ee54de5d853de37a62e26bf6fe
Applied-Upstream:yes
--- a/MANIFEST
+++ b/MANIFEST
@@ -50,7 +51,7 @@ Applied-Upstream:yes
1;
--- /dev/null
+++ b/t/https_proxy.t
-@@ -0,0 +1,308 @@
+@@ -0,0 +1,311 @@
+#!/usr/bin/perl
+
+# to run test with Net::SSL as backend set environment
@@ -119,7 +120,10 @@ Applied-Upstream:yes
+$ua{noproxy} = LWP::UserAgent->new(
+ keep_alive => 10, # size of connection cache
+ # server does not know the expected name and returns generic certificate
-+ ssl_opts => { verify_hostname => 0 }
++ ssl_opts => {
++ verify_hostname => 0,
++ SSL_ca_file => $cafile,
++ }
+);
+
+$ua{proxy} = LWP::UserAgent->new(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblwp-protocol-https-perl.git
More information about the Pkg-perl-cvs-commits
mailing list