[libwww-perl] 04/05: updated patch description

dod at debian.org dod at debian.org
Fri Nov 1 19:47:49 UTC 2013


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

dod pushed a commit to branch master
in repository libwww-perl.

commit 0ca9daa2c464a421a11a1edd7c9766b57d8f8b12
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Nov 1 20:41:22 2013 +0100

    updated patch description
---
 debian/patches/skip_https_proxy |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/patches/skip_https_proxy b/debian/patches/skip_https_proxy
index 421c39e..7410b3f 100644
--- a/debian/patches/skip_https_proxy
+++ b/debian/patches/skip_https_proxy
@@ -2,6 +2,16 @@ Description:let SSLeay handle https_proxy
  this patch enables LWP::UserAgent to defer https proxy to SSLeay.
  .
  This way, proxy configured from environment variables will use CONNECT for https connections and will behave as usual for http connection.
+ .
+ Note that the connection through https_proxy will work
+ only if:
+ * https_proxy env variable is set
+ * user agent is created with:
+    env_proxy => 1,
+    ssl_opts  => { verify_hostname => 0 }
+ .
+ Proxy will NOT work if proxy method is called on user agent to setup https_proxy.
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=1894
 Bug-Debian:129528
 Bug-Debian:622212
 Forwarded:https://github.com/libwww-perl/libwww-perl/pull/51

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-perl.git



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