Update to 2.17

- New upstream release 2.17
  - Mail::Header should only accept totally empty lines as header terminator,
    not to break MIME::Tools regression tests (CPAN RT#113918)
This commit is contained in:
Paul Howarth 2016-05-12 09:40:36 +01:00
parent 15f6119deb
commit b5332b00d8
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Summary: Various mail-related perl modules
Name: perl-MailTools
Version: 2.16
Version: 2.17
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -123,6 +123,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Mail::Util.3*
%changelog
* Thu May 12 2016 Paul Howarth <paul@city-fan.org> - 2.17-1
- Update to 2.17
- Mail::Header should only accept totally empty lines as header terminator,
not to break MIME::Tools regression tests (CPAN RT#113918)
* Tue Apr 19 2016 Paul Howarth <paul@city-fan.org> - 2.16-1
- Update to 2.16
- Mail::Header continues reading after wrongly folded line (CPAN RT#113464)

View File

@ -1 +1 @@
8ee459fafedb9d222c40598fe374dcb7 MailTools-2.16.tar.gz
c31ebb66678211e4fc2931d15e4be7e2 MailTools-2.17.tar.gz