[libnet-smtp-tls-perl] 02/07: Add patch to fix error when attaching multiple files.

gregor herrmann gregoa at debian.org
Thu Jan 26 18:38:19 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-smtp-tls-perl.

commit 86a767762541cbbdf5113f545e1fde6fe09f57fa
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 26 19:23:45 2017 +0100

    Add patch to fix error when attaching multiple files.
    
    LP: #1657917
---
 debian/patches/multiple-attachments.patch | 18 ++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/multiple-attachments.patch b/debian/patches/multiple-attachments.patch
new file mode 100644
index 0000000..0d0d043
--- /dev/null
+++ b/debian/patches/multiple-attachments.patch
@@ -0,0 +1,18 @@
+Description: fix error attaching multiple files
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=63538
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1657917
+Author: Phil Evans <pae9 at star.le.ac.uk>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-01-26
+
+--- a/lib/Net/SMTP/TLS.pm
++++ b/lib/Net/SMTP/TLS.pm
+@@ -366,6 +366,7 @@
+ 				return undef;
+ 			}
+ 			$len -= $w;
++			$offset += $w;
+ 		}
+ 		else
+ 		{
diff --git a/debian/patches/series b/debian/patches/series
index cbf31c5..97d434d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 io-socket-ssl.patch
+multiple-attachments.patch

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



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