[libwww-perl] 05/05: updated changelog for release. Added NEWS file

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 35617059fefb7f2001b6e32c51144dc5d8f358d9
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Nov 1 20:47:25 2013 +0100

    updated changelog for release. Added NEWS file
---
 debian/NEWS      |   18 ++++++++++++++++++
 debian/changelog |    6 ++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..ba1e4d8
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,18 @@
+libwww-perl (6.05-2) unstable; urgency=low
+
+  This new release introduces an experimental patch to use https_proxy
+  with LWP::UserAgent. This patch will defer https proxy connection 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
+   * LWP::UserAgent is constructed 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. (i.e avoid "$ua->proxy(https_proxy => ...)" );
+
+ -- Dominique Dumont <dod at debian.org>  Fri, 01 Nov 2013 20:43:16 +0100
diff --git a/debian/changelog b/debian/changelog
index 58498b9..6f8280d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libwww-perl (6.05-2) unstable; urgency=low
+
+  * added patch to fix https proxy issue (Closes: #129528, #622212)
+
+ -- Dominique Dumont <dod at debian.org>  Fri, 01 Nov 2013 20:42:09 +0100
+
 libwww-perl (6.05-1) unstable; urgency=low
 
   [ Nathan Handler ]

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