[liblwp-protocol-https-perl] 08/10: remove patch applied upstream

dod at debian.org dod at debian.org
Fri Jul 14 17:26:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository liblwp-protocol-https-perl.

commit c20e5bf2408cfd7592606a7f37f0b3e22aa52288
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Jul 14 19:13:35 2017 +0200

    remove patch applied upstream
---
 debian/patches/fix-redirect-proxy-ssl | 14 --------------
 debian/patches/series                 |  1 -
 2 files changed, 15 deletions(-)

diff --git a/debian/patches/fix-redirect-proxy-ssl b/debian/patches/fix-redirect-proxy-ssl
deleted file mode 100644
index 22256c2..0000000
--- a/debian/patches/fix-redirect-proxy-ssl
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Explicitly add hostname for SNI to start_SSL 
-Bug: https://github.com/libwww-perl/libwww-perl/issues/57
-Forwarded: https://github.com/libwww-perl/libwww-perl/issues/57
-Author: Steffen Ullrich
---- a/lib/LWP/Protocol/https.pm
-+++ b/lib/LWP/Protocol/https.pm
-@@ -153,6 +153,7 @@
- 	my ($self,$sock,$url) = @_;
- 	$sock = LWP::Protocol::https::Socket->start_SSL( $sock,
- 	    SSL_verifycn_name => $url->host,
-+        SSL_hostname => $url->host,
- 	    $self->_extra_sock_opts,
- 	);
- 	$@ = LWP::Protocol::https::Socket->errstr if ! $sock;
diff --git a/debian/patches/series b/debian/patches/series
index 426cb76..efa1e53 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix-redirect-proxy-ssl
 cert.patch
 746579-fix-peer-certificate-verification.patch
 fix-https-test

-- 
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