diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 15:57:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 15:57:38 +0000 |
commit | a3e597655b428efb05e529b8e06285a20e70304e (patch) | |
tree | 8a1d85da64a6e00ccd7161f6b7d187bd145d62c3 /net/pear-Net_SMTP | |
parent | c9a7e1628c465ede9c7a346a5648a2f74928d6f6 (diff) | |
download | pkgsrc-a3e597655b428efb05e529b8e06285a20e70304e.tar.gz |
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)
Diffstat (limited to 'net/pear-Net_SMTP')
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_SMTP/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile index d97ec4bb692..46bae773494 100644 --- a/net/pear-Net_SMTP/Makefile +++ b/net/pear-Net_SMTP/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2010/02/04 16:36:05 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 15:57:38 taca Exp $ -DISTNAME= Net_SMTP-1.3.0 +DISTNAME= Net_SMTP-1.4.1 CATEGORIES+= net mail MAINTAINER= jdolecek@NetBSD.org diff --git a/net/pear-Net_SMTP/distinfo b/net/pear-Net_SMTP/distinfo index 82c0bb3599b..1f93a6b250d 100644 --- a/net/pear-Net_SMTP/distinfo +++ b/net/pear-Net_SMTP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/30 19:32:34 adrianp Exp $ +$NetBSD: distinfo,v 1.4 2010/02/06 15:57:38 taca Exp $ -SHA1 (pear/Net_SMTP-1.3.0.tgz) = bf4b5d04899375b2df086622b4ac4347fa0544af -RMD160 (pear/Net_SMTP-1.3.0.tgz) = 394cdb37f8df27c1cd3ea90b259496a3a838190b -Size (pear/Net_SMTP-1.3.0.tgz) = 10259 bytes +SHA1 (pear/Net_SMTP-1.4.1.tgz) = 8ea2769acef612c2afe1394eb166e8a3332b662e +RMD160 (pear/Net_SMTP-1.4.1.tgz) = 00da106df166f1bf986b18b6f92e572338ecb727 +Size (pear/Net_SMTP-1.4.1.tgz) = 11936 bytes |