[libsoap-lite-perl] 01/02: drop http-content-type.patch, included upstream

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 22:06:16 UTC 2014


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

dmn pushed a commit to branch master
in repository libsoap-lite-perl.

commit b6788fa9261a4babb9fa0f753434de58b51b9b5d
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Jan 16 22:01:23 2014 +0000

    drop http-content-type.patch, included upstream
---
 debian/changelog                       |  1 +
 debian/patches/http-content-type.patch | 17 -----------------
 debian/patches/series                  |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec9c2c7..5625f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libsoap-lite-perl (1.09-1) UNRELEASED; urgency=medium
 
   * Imported Upstream version 1.09
+  * drop http-content-type.patch, included upstream
 
  -- Damyan Ivanov <dmn at debian.org>  Thu, 16 Jan 2014 23:59:26 +0200
 
diff --git a/debian/patches/http-content-type.patch b/debian/patches/http-content-type.patch
deleted file mode 100644
index 1bb339c..0000000
--- a/debian/patches/http-content-type.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: stricter match for multi-part content types
- Without this, multipart flag could be triggerred by unrelated headers
-Bug-Debian: http://bugs.debian.org/734470
-Author: Michael Albinus <michael.albinus at gmx.de>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92025
-
---- a/lib/SOAP/Transport/HTTP.pm
-+++ b/lib/SOAP/Transport/HTTP.pm
-@@ -477,7 +477,7 @@ sub make_response {
- # this next line does not look like a good test to see if something is multipart
- # perhaps a /content-type:.*multipart\//gi is a better regex?
-     my ($is_multipart) =
--      ( $response =~ /content-type:.* boundary="([^\"]*)"/im );
-+      ( $response =~ /^content-type:.* boundary="([^\"]*)"/im );
- 
-     $self->response(
-         HTTP::Response->new(
diff --git a/debian/patches/series b/debian/patches/series
index 383e1e9..f74c333 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 hashref_crash.patch
-http-content-type.patch

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



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