pkgsrc-Bugs archive

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

pkg/34643: [update] mail/pear-Mail



>Number:         34643
>Category:       pkg
>Synopsis:       [update] mail/pear-Mail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 28 05:00:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Fri Sep 15 03:23:36 UTC 2006
        
builds%b3.netbsd.org@localhost:/home/builds/ab/netbsd-4/i386/200609140000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Update to 1.1.13

Changelog:

- Fix _sanitizeHeaders() so that it doesn't eat multiline headers. (Bug 8688, 
Bug 8699)
- The sendmail backend now correctly writes a blank line between the headers 
and body text. (Bug 8543)

1.1.12

- Fix typo in _sanitizeHeaders() that blanked out all headers. (Bug 8685)

1.1.11
        - 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)


1.1.10
- The SMTP driver now includes an error code in its PEAR_Error objects. (Bug 
6983)

1.1.9

- 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)

1.1.8
        - Removing a stray debugging line that snuck into the 1.1.7 release. 
(Bug 5190)

1.1.7
        - 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)

1.1.6
        - Don't emit warnings with PHP 4.4/5.1.

1.1.5
        - 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)


>How-To-Repeat:





>Fix:


--- pear-MAIL.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/mail/pear-Mail/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    4 Jun 2006 16:26:54 -0000       1.4
+++ Makefile    26 Sep 2006 12:42:37 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2006/06/04 16:26:54 joerg Exp $
 
-DISTNAME=      Mail-1.1.4
+DISTNAME=      Mail-1.1.13
 CATEGORIES=    mail
 
 CONFLICTS=     php-pear-Mail-[0-9]*
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/mail/pear-Mail/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    18 May 2005 20:07:46 -0000      1.1.1.1
+++ distinfo    26 Sep 2006 12:42:47 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/05/18 20:07:46 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.13.tgz) = 6bf7ef9296c7cf591807874ca060f4a34c7d95f0
+RMD160 (pear/Mail-1.1.13.tgz) = 5c91060d0a4f520528e5129bd0c3d345ec609304
+Size (pear/Mail-1.1.13.tgz) = 17527 bytes
--- pear-MAIL.diff ends here ---






Home | Main Index | Thread Index | Old Index