r33963 - in /trunk/libwww-perl/debian: changelog patches/fix_no_proxy_desc.patch patches/fix_ua_ssl_deps.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 24 16:20:39 UTC 2009


Author: dmn
Date: Fri Apr 24 16:20:34 2009
New Revision: 33963

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33963
Log:
refresh patches using "--no-timestamps --no-index -p ab"

Modified:
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/patches/fix_no_proxy_desc.patch
    trunk/libwww-perl/debian/patches/fix_ua_ssl_deps.patch

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=33963&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Fri Apr 24 16:20:34 2009
@@ -1,3 +1,9 @@
+libwww-perl (5.825-2) UNRELEASED; urgency=low
+
+  *  refresh patches using "--no-timestamps --no-index -p ab"
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 24 Apr 2009 19:20:05 +0300
+
 libwww-perl (5.825-1) unstable; urgency=low
 
   [ Antonio Radici ]

Modified: trunk/libwww-perl/debian/patches/fix_no_proxy_desc.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/patches/fix_no_proxy_desc.patch?rev=33963&op=diff
==============================================================================
--- trunk/libwww-perl/debian/patches/fix_no_proxy_desc.patch (original)
+++ trunk/libwww-perl/debian/patches/fix_no_proxy_desc.patch Fri Apr 24 16:20:34 2009
@@ -1,11 +1,9 @@
 fix a description for the no_proxy() function
 the bug was forwarded upstream:
 https://rt.cpan.org/Ticket/Display.html?id=43728
-Index: libwww-perl/lib/LWP/UserAgent.pm
-===================================================================
---- libwww-perl.orig/lib/LWP/UserAgent.pm	2009-02-28 10:57:05.000000000 +0000
-+++ libwww-perl/lib/LWP/UserAgent.pm	2009-02-28 10:59:28.000000000 +0000
-@@ -1282,9 +1282,9 @@
+--- a/lib/LWP/UserAgent.pm
++++ b/lib/LWP/UserAgent.pm
+@@ -1282,9 +1282,9 @@ proxy URL for a single access scheme.
  =item $ua->no_proxy( $domain, ... )
  
  Do not proxy requests to the given domains.  Calling no_proxy without

Modified: trunk/libwww-perl/debian/patches/fix_ua_ssl_deps.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/patches/fix_ua_ssl_deps.patch?rev=33963&op=diff
==============================================================================
--- trunk/libwww-perl/debian/patches/fix_ua_ssl_deps.patch (original)
+++ trunk/libwww-perl/debian/patches/fix_ua_ssl_deps.patch Fri Apr 24 16:20:34 2009
@@ -1,11 +1,9 @@
 LWP::UserAgent supports HTTPS URLs if one of the two SSL modules is installed
 the bug and this patch has already been forwarded upstream:
 https://rt.cpan.org/Ticket/Display.html?id=43729
-Index: libwww-perl/lib/LWP/UserAgent.pm
-===================================================================
---- libwww-perl.orig/lib/LWP/UserAgent.pm	2009-02-28 11:29:21.000000000 +0000
-+++ libwww-perl/lib/LWP/UserAgent.pm	2009-02-28 11:30:05.000000000 +0000
-@@ -157,10 +157,10 @@
+--- a/lib/LWP/UserAgent.pm
++++ b/lib/LWP/UserAgent.pm
+@@ -157,10 +157,10 @@ sub send_request
                  $@ =~ s/ at .* line \d+.*//s;  # remove file/line number
                  $response =  _new_response($request, &HTTP::Status::RC_NOT_IMPLEMENTED, $@);
                  if ($scheme eq "https") {




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