tags 247009 patch tags 316160 patch tags 304155 patch tags 329583 patch thanks [EMAIL PROTECTED] BCC'd
On Thu, 22 Sep 2005 09:21:38 +0200, Florian Ragwitz wrote: > 1.67 is on CPAN. Please update your package. The upstream changelog reads: | version 1.67: Thu Mar 31 12:05:31 CEST 2005 | | - Mail::Mailer unfolded the header before sending, which is | incorrect. Reported by [Byron Jones] | | - Mail::Header refolded already folded lines destroying | blanks. Signaled by [Byron Jones] | | version 1.66: Thu Jan 20 10:16:10 CET 2005 | | - Extended explanation that Mail::Address is limited. | | - Added examples/mail-mailer.pl, contributed by [Bruno Negrão] | | - use Mail::Mailer qw(mail) sets default mailer. Doc update by | [Slavan Rezic] | | - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey] | | version 1.65: Wed Nov 24 15:43:17 CET 2004 | | - Remove "minimal" comments from Mail::Address | | - [Dan Grillo] suggested some improvements to Mail::Address::name(), | and some more were added. | | - [Slavan Rezic] small typo. | | version 1.64: Tue Aug 17 22:24:22 CEST 2004 | | - CPAN failed to index 1.63 correctly, so hopefully it will | work now. | | version 1.63: Mon Aug 16 17:28:15 CEST 2004 | | - [Craig Davison] Fixed date format in Mail::Field::Date to | comply to the RFC | | - [Alex Vandiver] patched the email address parser to be able | to understand a list of addresses separated by ';', as Outlook | does. The ';' is the group separator, which was not understood | by MailTools before, but valid according to the RFCs. | | - [Torsten Luettgert] found that field labels like '-' where not | beautified correctly. | | - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command | which doesn't mean anything, and "testfile" is working differently. FWIW, the diff.gz from 1.62-1 applies cleanly to 1.67, so I've taken the liberty to prepare an update, fixing some obvious minor flaws in the process. Please find attached the new diff.gz and, for your convenience, an interdiff. HTH, Flo
libmailtools-perl_1.67-0.1.diff.gz
Description: Binary data
reverted: --- libmailtools-perl-1.62/Mail/Mailer.pm +++ libmailtools-perl-1.62.orig/Mail/Mailer.pm @@ -34,10 +34,6 @@ Use the C<sendmail> program to deliver the mail. C<$command> is the path to C<sendmail>. -=item C<qmail> - -Use qmail's qmail-inject program to deliver the mail. - =item C<smtp> Use the C<smtp> protocol via Net::SMTP to deliver the mail. The server diff -u libmailtools-perl-1.62/debian/changelog libmailtools-perl-1.67/debian/changelog --- libmailtools-perl-1.62/debian/changelog +++ libmailtools-perl-1.67/debian/changelog @@ -1,3 +1,14 @@ +libmailtools-perl (1.67-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release (Closes: Bug#329583) + * Revert patch for qmail, not needed anymore (Closes: Bug#316160) + * Correct manual page for Mail::Field -> extract (Closes: Bug#304155) + * Correct manual page for Mail::Header -> get (Closes: #247009) + * Upgrade debhelper compatibitly level + + -- Florian Ernst <[EMAIL PROTECTED]> Tue, 8 Nov 2005 20:17:43 +0100 + libmailtools-perl (1.62-1) unstable; urgency=low * New upstream release diff -u libmailtools-perl-1.62/debian/rules libmailtools-perl-1.67/debian/rules --- libmailtools-perl-1.62/debian/rules +++ libmailtools-perl-1.67/debian/rules @@ -1,8 +1,5 @@ #!/usr/bin/make -f -# Use debhelper V. 2 -export DH_COMPAT := 2 - # Make sure perl is defined PERL ?= /usr/bin/perl only in patch2: unchanged: --- libmailtools-perl-1.67.orig/debian/compat +++ libmailtools-perl-1.67/debian/compat @@ -0,0 +1 @@ +5 only in patch2: unchanged: --- libmailtools-perl-1.67.orig/Mail/Header.pm +++ libmailtools-perl-1.67/Mail/Header.pm @@ -942,7 +942,7 @@ =item get ( TAG [, INDEX ] ) -Get the text form a line. If C<INDEX> is given then the text of the Nth +Get the text from a line. If C<INDEX> is given then the text of the Nth instance will be returned. If it is not given the return value depends on the context in which C<get> was called. In an array context a list of all the text from all the instances of C<TAG> will be returned. In a scalar context only in patch2: unchanged: --- libmailtools-perl-1.67.orig/Mail/Field.pm +++ libmailtools-perl-1.67/Mail/Field.pm @@ -409,11 +409,11 @@ =item extract ( TAG, HEAD [, INDEX ] ) -This constuctor takes as arguments the tag name, a C<Mail::Head> object +This constuctor takes as arguments the tag name, a C<Mail::Header> object and optionally an index. If the index argument is given then C<extract> will retrieve the given tag -from the C<Mail::Head> object and create a new C<Mail::Field> based object. +from the C<Mail::Header> object and create a new C<Mail::Field> based object. I<undef> will be returned in the field does not exist. If the index argument is not given the the result depends on the context
signature.asc
Description: Digital signature