Hello community, here is the log from the commit of package perl-MailTools for openSUSE:Factory checked in at 2016-06-03 16:34:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MailTools (Old) and /work/SRC/openSUSE:Factory/.perl-MailTools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MailTools" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes 2016-05-10 09:25:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes 2016-06-03 16:34:35.000000000 +0200 @@ -1,0 +2,19 @@ +Mon May 23 12:07:22 UTC 2016 - [email protected] + +- updated to 2.18 + see /usr/share/doc/packages/perl-MailTools/ChangeLog + + version 2.18: Wed 18 May 23:52:30 CEST 2016 + + Fixes: + - Mail::Header should accept in empty line which ends the + header. rt.cpan.org#114382 [Ricardo Signes] + + version 2.17: Wed 11 May 17:20:21 CEST 2016 + + Fixes: + - Mail::Header should only accept totally empty lines as header + terminator, not to break MIME::Tools regression tests. + rt.cpan.org#113918 [David Cantrell] + +------------------------------------------------------------------- Old: ---- MailTools-2.16.tar.gz New: ---- MailTools-2.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MailTools.spec ++++++ --- /var/tmp/diff_new_pack.75m22Y/_old 2016-06-03 16:34:36.000000000 +0200 +++ /var/tmp/diff_new_pack.75m22Y/_new 2016-06-03 16:34:36.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-MailTools -Version: 2.16 +Version: 2.18 Release: 0 %define cpan_name MailTools Summary: Various e-mail related modules ++++++ MailTools-2.16.tar.gz -> MailTools-2.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/ChangeLog new/MailTools-2.18/ChangeLog --- old/MailTools-2.16/ChangeLog 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/ChangeLog 2016-05-18 23:52:35.000000000 +0200 @@ -1,10 +1,23 @@ ==== version history for MailTools +version 2.18: Wed 18 May 23:52:30 CEST 2016 + + Fixes: + - Mail::Header should accept \r in empty line which ends the + header. rt.cpan.org#114382 [Ricardo Signes] + +version 2.17: Wed 11 May 17:20:21 CEST 2016 + + Fixes: + - Mail::Header should only accept totally empty lines as header + terminator, not to break MIME::Tools regression tests. + rt.cpan.org#113918 [David Cantrell] + version 2.16: Mon 18 Apr 17:58:23 CEST 2016 Fixes: - - Mail::header regression in parsing files. + - Mail::Header regression in parsing files. rt.cpan.org#113874 [John L Berger] version 2.15: Mon 18 Apr 13:55:30 CEST 2016 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/META.json new/MailTools-2.18/META.json --- old/MailTools-2.16/META.json 2016-04-18 17:58:28.000000000 +0200 +++ new/MailTools-2.18/META.json 2016-05-18 23:52:37.000000000 +0200 @@ -42,5 +42,5 @@ } }, "release_status" : "stable", - "version" : "2.16" + "version" : "2.18" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/META.yml new/MailTools-2.18/META.yml --- old/MailTools-2.16/META.yml 2016-04-18 17:58:28.000000000 +0200 +++ new/MailTools-2.18/META.yml 2016-05-18 23:52:36.000000000 +0200 @@ -24,4 +24,4 @@ Net::Domain: 1.05 Net::SMTP: 1.03 Test::More: 0 -version: 2.16 +version: 2.18 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/Makefile.PL new/MailTools-2.18/Makefile.PL --- old/MailTools-2.16/Makefile.PL 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/Makefile.PL 2016-05-18 23:50:54.000000000 +0200 @@ -4,7 +4,7 @@ WriteMakefile ( DISTNAME => 'MailTools' - , VERSION => '2.16' + , VERSION => '2.18' , NAME => 'Mail' , AUTHOR => 'Mark Overmeer <[email protected]>' , ABSTRACT => 'Various e-mail related modules' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Address.pm new/MailTools-2.18/lib/Mail/Address.pm --- old/MailTools-2.16/lib/Mail/Address.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Address.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Address; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Cap.pm new/MailTools-2.18/lib/Mail/Cap.pm --- old/MailTools-2.16/lib/Mail/Cap.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Cap.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Cap; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Field/AddrList.pm new/MailTools-2.18/lib/Mail/Field/AddrList.pm --- old/MailTools-2.16/lib/Mail/Field/AddrList.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Field/AddrList.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Field::AddrList; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Field'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Field/Date.pm new/MailTools-2.18/lib/Mail/Field/Date.pm --- old/MailTools-2.16/lib/Mail/Field/Date.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Field/Date.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Field::Date; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Field'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Field/Generic.pm new/MailTools-2.18/lib/Mail/Field/Generic.pm --- old/MailTools-2.16/lib/Mail/Field/Generic.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Field/Generic.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Field::Generic; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Field.pm new/MailTools-2.18/lib/Mail/Field.pm --- old/MailTools-2.16/lib/Mail/Field.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Field.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Field; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Filter.pm new/MailTools-2.18/lib/Mail/Filter.pm --- old/MailTools-2.16/lib/Mail/Filter.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Filter.pm 2016-05-18 23:52:35.000000000 +0200 @@ -5,7 +5,7 @@ use strict; package Mail::Filter; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Header.pm new/MailTools-2.18/lib/Mail/Header.pm --- old/MailTools-2.16/lib/Mail/Header.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Header.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Header; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use strict; @@ -284,7 +284,7 @@ while(@$lines) { my $line = shift @$lines; - last if $line =~ /^\s*$/; + last if $line =~ /^\r?$/; $line =~ /^($FIELD_NAME|From )/o or next; my $tag = $1; @@ -322,7 +322,7 @@ ($tag, $line) = (); } - last if !defined $ln || $ln =~ m/^\s+$/; + last if !defined $ln || $ln =~ m/^\r?$/; $ln =~ /^($FIELD_NAME|From )/o or next; ($tag, $line) = ($1, $ln); @@ -353,11 +353,6 @@ } -### text kept, for educational purpose... originates from 2000/03 -# This can probably be optimized. I didn't want to mess much around with -# the internal implementation as for now... -# -- Tobias Brox <[email protected]> - sub header_hashref { my ($self, $hashref) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Internet.pm new/MailTools-2.18/lib/Mail/Internet.pm --- old/MailTools-2.16/lib/Mail/Internet.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Internet.pm 2016-05-18 23:52:35.000000000 +0200 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.02. package Mail::Internet; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use strict; # use warnings? probably breaking too much code diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/qmail.pm new/MailTools-2.18/lib/Mail/Mailer/qmail.pm --- old/MailTools-2.16/lib/Mail/Mailer/qmail.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/qmail.pm 2016-05-18 23:52:35.000000000 +0200 @@ -7,7 +7,7 @@ package Mail::Mailer::qmail; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer::rfc822'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/rfc822.pm new/MailTools-2.18/lib/Mail/Mailer/rfc822.pm --- old/MailTools-2.16/lib/Mail/Mailer/rfc822.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/rfc822.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Mailer::rfc822; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/sendmail.pm new/MailTools-2.18/lib/Mail/Mailer/sendmail.pm --- old/MailTools-2.16/lib/Mail/Mailer/sendmail.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/sendmail.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Mailer::sendmail; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer::rfc822'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/smtp.pm new/MailTools-2.18/lib/Mail/Mailer/smtp.pm --- old/MailTools-2.16/lib/Mail/Mailer/smtp.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/smtp.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Mailer::smtp; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer::rfc822'; @@ -85,7 +85,7 @@ package Mail::Mailer::smtp::pipe; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/smtps.pm new/MailTools-2.18/lib/Mail/Mailer/smtps.pm --- old/MailTools-2.16/lib/Mail/Mailer/smtps.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/smtps.pm 2016-05-18 23:52:35.000000000 +0200 @@ -8,7 +8,7 @@ package Mail::Mailer::smtps; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer::rfc822'; @@ -90,7 +90,7 @@ package Mail::Mailer::smtps::pipe; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer/testfile.pm new/MailTools-2.18/lib/Mail/Mailer/testfile.pm --- old/MailTools-2.16/lib/Mail/Mailer/testfile.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer/testfile.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Mailer::testfile; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Mail::Mailer::rfc822'; @@ -36,7 +36,7 @@ package Mail::Mailer::testfile::pipe; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Mailer.pm new/MailTools-2.18/lib/Mail/Mailer.pm --- old/MailTools-2.16/lib/Mail/Mailer.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Mailer.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Mailer; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'IO::Handle'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Send.pm new/MailTools-2.18/lib/Mail/Send.pm --- old/MailTools-2.16/lib/Mail/Send.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Send.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ use strict; package Mail::Send; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.16/lib/Mail/Util.pm new/MailTools-2.18/lib/Mail/Util.pm --- old/MailTools-2.16/lib/Mail/Util.pm 2016-04-18 17:58:26.000000000 +0200 +++ new/MailTools-2.18/lib/Mail/Util.pm 2016-05-18 23:52:35.000000000 +0200 @@ -6,7 +6,7 @@ package Mail::Util; use vars '$VERSION'; -$VERSION = '2.16'; +$VERSION = '2.18'; use base 'Exporter';
