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 filePatch | File delta | Description |
---|---|---|
net smtp version cmp.patch | (download) |
lib/Email/Sender/Transport/SMTP.pm |
4 3 + 1 - 0 ! |
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 ! |
[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 |
1