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

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

commit 8d31538e9729775bafc69b8256049f0931dcb15d
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Dec 26 20:07:56 2017 +0100

    Refresh patches (offset).
---
 debian/patches/drop-non-blocking-socket.patch | 7 ++++---
 debian/patches/ipv6-http-proxy.patch          | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/patches/drop-non-blocking-socket.patch 
b/debian/patches/drop-non-blocking-socket.patch
index 0d6486f..37ff74f 100644
--- a/debian/patches/drop-non-blocking-socket.patch
+++ b/debian/patches/drop-non-blocking-socket.patch
@@ -1,12 +1,13 @@
 Description: drop $sock->blocking(0) call, requires handling of EINPROGRESS
-Author: Michael Shields <shie...@msrl.com>
-Reviewed-By: Damyan Ivanov <d...@debian.org>
 Bug-Debian: https://bugs.debian.org/216821
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=43719
+Author: Michael Shields <shie...@msrl.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2017-12-26
 
 --- a/lib/LWP/Protocol/http.pm
 +++ b/lib/LWP/Protocol/http.pm
-@@ -48,9 +48,6 @@
+@@ -50,9 +50,6 @@
        die "$status\n\n$@";
      }
  
diff --git a/debian/patches/ipv6-http-proxy.patch 
b/debian/patches/ipv6-http-proxy.patch
index 6d7cac2..94863a9 100644
--- a/debian/patches/ipv6-http-proxy.patch
+++ b/debian/patches/ipv6-http-proxy.patch
@@ -1,12 +1,13 @@
 Description: allow ipv6 proxy specification
-Author: Ivan Shmakov <oneing...@gmail.com>
-Reviewed-By: Damyan Ivanov <d...@debian.org>
 Bug-Debian: https://bugs.debian.org/714961
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94654
+Author: Ivan Shmakov <oneing...@gmail.com>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2017-12-26
 
 --- a/lib/LWP/UserAgent.pm
 +++ b/lib/LWP/UserAgent.pm
-@@ -1051,7 +1051,8 @@
+@@ -1055,7 +1055,8 @@
          my $url = shift;
          if (defined($url) && length($url)) {
              Carp::croak("Proxy must be specified as absolute URI; '$url' is 
not") unless $url =~ /^$URI::scheme_re:/;

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to