pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pear-Mail Update to 1.1.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7dbda059a04
branches:  trunk
changeset: 520068:a7dbda059a04
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Oct 14 12:11:56 2006 +0000

description:
Update to 1.1.14
Addresses PR #34643
- Fix missing seperation between headers and body in the SMTP driver
- Fix _sanitizeHeaders() so that it doesn't eat multiline headers.
- The sendmail backend now correctly writes a blank line between the headers and body text.
- Fix typo in _sanitizeHeaders() that blanked out all headers.
- Mail::prepareHeaders() no longer appends a trailing newline. (Bug 7492)
- Mail::parseRecipients() now returns a PEAR_Error object on error. (Bug 7491)
- Mail_RFC822::isValidInetAddress() now permits domain parts longer than four characters. The two character minimum remains in effect. (Bug 7562)
- Fixed the tests for the existence of the PHP_EOL constant. (Bug 7682)
- Changed the default 'sendmail_args' value to include the '-i' argument. (Bug 7785)
- We now guard against email injection exploits. (Bug 6229)
- The SMTP driver now includes an error code in its PEAR_Error objects.
- SMTP connections are now reset (RSET) when an error occurs. (Bug 5212)
- The SMTP driver now exposes a disconnect() method which forcibly destroys the SMTP connection. (Bug 5372)
- Removing a stray debugging line that snuck into the 1.1.7 release. (Bug 5190)
- Mail_RFC822::isValidInetAddress() now accepts the '+' character in strict local-parts. (Bug 4943)
- The SMTP backend now returns standardized error messages which now include additional error details from the Net_SMTP package. (Bug 4241)
- Mail::factory() now returns object references without generating PHP warnings.
- The SMTP backend now supports a 'persist' parameter which allows the internal SMTP connection object to be reused over multiple calls to the send() method. (Bug 4122)
- Don't emit warnings with PHP 4.4/5.1.
- Unfold long lines before parsing addresses in Mail_RFC822.
- The SMTP driver now supports a 'timeout' value. (Request 3776)
- An array of Received: headers can now be provided. (Bug 4636)

diffstat:

 mail/pear-Mail/Makefile |  4 ++--
 mail/pear-Mail/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6a15df12867e -r a7dbda059a04 mail/pear-Mail/Makefile
--- a/mail/pear-Mail/Makefile   Sat Oct 14 11:57:51 2006 +0000
+++ b/mail/pear-Mail/Makefile   Sat Oct 14 12:11:56 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/06/04 16:26:54 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/14 12:11:56 adrianp Exp $
 
-DISTNAME=      Mail-1.1.4
+DISTNAME=      Mail-1.1.14
 CATEGORIES=    mail
 
 CONFLICTS=     php-pear-Mail-[0-9]*
diff -r 6a15df12867e -r a7dbda059a04 mail/pear-Mail/distinfo
--- a/mail/pear-Mail/distinfo   Sat Oct 14 11:57:51 2006 +0000
+++ b/mail/pear-Mail/distinfo   Sat Oct 14 12:11:56 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/05/18 20:07:46 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2006/10/14 12:11:56 adrianp Exp $
 
-SHA1 (pear/Mail-1.1.4.tgz) = 555dbbbd519a8c1299452f4557f1485c9d4909aa
-RMD160 (pear/Mail-1.1.4.tgz) = 27be4d65e32d43102de5523248e22c9f3371523b
-Size (pear/Mail-1.1.4.tgz) = 14548 bytes
+SHA1 (pear/Mail-1.1.14.tgz) = 6c46636e0df3c0a813df3cbda1fd5afac987069d
+RMD160 (pear/Mail-1.1.14.tgz) = 72c0c7018b92ef97789f723a1970c41471bd165f
+Size (pear/Mail-1.1.14.tgz) = 17537 bytes



Home | Main Index | Thread Index | Old Index