diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 15:58:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 15:58:19 +0000 |
commit | b1346200726048059310cb2bcab877707c04e6bd (patch) | |
tree | 0026e9d16a44b95eaae81ffd95c6f42a4960d9fa /net/pear-Net_Socket | |
parent | 53004fea0eb26539fa16f159a9f34f2d7bf42012 (diff) | |
download | pkgsrc-b1346200726048059310cb2bcab877707c04e6bd.tar.gz |
Update pear-Net_SMTP from 1.0.8 to 1.0.9
- Fix variable name in setWriteBuffer() (PEAR Bug #11039)
- Use %d for ints (PEAR Bug #11202)
- Fix passing context to socket for both PHP 4 and PHP 5
- Catch errors from fsockopen() that happen before the socket is actually
opened (Jan Scheider, jan@horde.org)
- Restore the original track_errors setting
- Silence unsilenced fwrite call
- Update PHPDoc
Diffstat (limited to 'net/pear-Net_Socket')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_Socket/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 12bd6a21645..01ebc63ba61 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:41 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2010/02/06 15:58:19 taca Exp $ -DISTNAME= Net_Socket-1.0.8 +DISTNAME= Net_Socket-1.0.9 CATEGORIES+= net MAINTAINER= jdolecek@NetBSD.org diff --git a/net/pear-Net_Socket/distinfo b/net/pear-Net_Socket/distinfo index d0db3448fc2..a0774ac6843 100644 --- a/net/pear-Net_Socket/distinfo +++ b/net/pear-Net_Socket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/04/30 19:30:24 adrianp Exp $ +$NetBSD: distinfo,v 1.5 2010/02/06 15:58:19 taca Exp $ -SHA1 (pear/Net_Socket-1.0.8.tgz) = b4af392f42c7bccebfede098e3fca02ea5d7ab7d -RMD160 (pear/Net_Socket-1.0.8.tgz) = 81dce9fab665e9daf337ffbc3c31650146ef4e63 -Size (pear/Net_Socket-1.0.8.tgz) = 5441 bytes +SHA1 (pear/Net_Socket-1.0.9.tgz) = 97235034b2599f7a91d0bc64e926581d102c4419 +RMD160 (pear/Net_Socket-1.0.9.tgz) = fbcee101ffbf30b6d770b49204ab21cbb8d88df3 +Size (pear/Net_Socket-1.0.9.tgz) = 5173 bytes |