Package: libemail-sender-perl / 1.300031-2

Metadata

Package Version Patches format
libemail-sender-perl 1.300031-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
net smtp version cmp.patch | (download)

lib/Email/Sender/Transport/SMTP.pm | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use version->parse for parsing net::smtp's version
 The current version of Net::SMTP in Debian is 3.08_01, which causes a warning
 in Email::Sender::Transport::SMTP:
 .
  Argument "3.08_01" isn't numeric in numeric lt (<) at
  /usr/share/perl5/Email/Sender/Transport/SMTP.pm line 266.
Bug-Debian: https://bugs.debian.org/847219
email address xs.patch | (download)

lib/Email/Sender/Manual/QuickStart.pm | 2 1 + 1 - 0 !
lib/Email/Sender/Simple.pm | 8 3 + 5 - 0 !
lib/Email/Sender/Util.pm | 6 3 + 3 - 0 !
3 files changed, 7 insertions(+), 9 deletions(-)

 [patch] do not depend on insecure module email::address

Method Email::Address->parse is vulnerable to CVE-2015-7686 and also does
not parse list of email addresses correctly. This patch replaces it by a
new module Email::Address::XS.

Bug: https://github.com/rjbs/Email-Sender/pull/57
Bug-Debian: https://bugs.debian.org/887545