Sat Feb 6 15:57:38 2010 UTC ()
Update pear-Net_SMTP from 1.3.0 to 1.4.1

1.4.1

The auth() method now includes an optional $tls parameter that determines
whether or not TLS should be attempted (if supported by the PHP runtime and
the remote SMTP server). This parameter defaults to true. (Bug #16349)

Header data can be specified separately from message body data by passing it
as the optional second parameter to ``data()``. This is especially useful when
an open file resource is being used to supply message data because it allows
header fields (like *Subject:*) to be built dynamically at runtime. (Request
#17012)

1.4.0

The data() method now accepts either a string or a file resource containing
the message data. (Request #16962)

1.3.4

All Net_Socket write failures are now recognized. (Bug #16831)

1.3.3

- Added getGreeting(), for retrieving the server's greeting string. (Request
  #16066)
- We no longer attempt a TLS connection if we're already using a secure
  socket. (Bug #16254)
- You can now specify a debug output handler via setDebug(). (Request #16420)

1.3.2

- TLS connection only gets started if no AUTH methods are sent. (Bug #14944)

1.3.1

- Invalid response arrays were returning false instead of a PEAR_Error
  object. (Thomas Berger)


(taca)
diff -r1.9 -r1.10 pkgsrc/net/pear-Net_SMTP/Makefile
diff -r1.3 -r1.4 pkgsrc/net/pear-Net_SMTP/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/net/pear-Net_SMTP/Makefile (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_SMTP/Makefile 2010/02/04 16:36:05 1.9
+++ pkgsrc/net/pear-Net_SMTP/Makefile 2010/02/06 15:57:38 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2010/02/04 16:36:05 joerg Exp $ 1# $NetBSD: Makefile,v 1.10 2010/02/06 15:57:38 taca Exp $
2 2
3DISTNAME= Net_SMTP-1.3.0 3DISTNAME= Net_SMTP-1.4.1
4CATEGORIES+= net mail 4CATEGORIES+= net mail
5 5
6MAINTAINER= jdolecek@NetBSD.org 6MAINTAINER= jdolecek@NetBSD.org
7COMMENT= PHP classes to provide SMTP Interface 7COMMENT= PHP classes to provide SMTP Interface
8 8
9PKG_DESTDIR_SUPPORT= user-destdir 9PKG_DESTDIR_SUPPORT= user-destdir
10 10
11CONFLICTS= php-pear-Net_SMTP-[0-9]* 11CONFLICTS= php-pear-Net_SMTP-[0-9]*
12 12
13DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket 13DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket
14 14
15.include "../../lang/php/pear.mk" 15.include "../../lang/php/pear.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/net/pear-Net_SMTP/distinfo (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_SMTP/distinfo 2008/04/30 19:32:34 1.3
+++ pkgsrc/net/pear-Net_SMTP/distinfo 2010/02/06 15:57:38 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2008/04/30 19:32:34 adrianp Exp $ 1$NetBSD: distinfo,v 1.4 2010/02/06 15:57:38 taca Exp $
2 2
3SHA1 (pear/Net_SMTP-1.3.0.tgz) = bf4b5d04899375b2df086622b4ac4347fa0544af 3SHA1 (pear/Net_SMTP-1.4.1.tgz) = 8ea2769acef612c2afe1394eb166e8a3332b662e
4RMD160 (pear/Net_SMTP-1.3.0.tgz) = 394cdb37f8df27c1cd3ea90b259496a3a838190b 4RMD160 (pear/Net_SMTP-1.4.1.tgz) = 00da106df166f1bf986b18b6f92e572338ecb727
5Size (pear/Net_SMTP-1.3.0.tgz) = 10259 bytes 5Size (pear/Net_SMTP-1.4.1.tgz) = 11936 bytes