diff options
author | taca <taca@pkgsrc.org> | 2010-12-22 15:46:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-22 15:46:35 +0000 |
commit | 098f40beea65a717e9ec6e8bdb669fe3733548d8 (patch) | |
tree | 38683c4982906b813555ab0aef0dcabc325afde5 /net/pear-Net_Socket | |
parent | 9ad11ccc7acc02b6d1153be137338125fbe29075 (diff) | |
download | pkgsrc-098f40beea65a717e9ec6e8bdb669fe3733548d8.tar.gz |
Update pear-Net_Socket package to 1.0.10.
1.0.10 2010-10-15 14:52 UTC
Changelog:
QA release
- Configurable newline sequence (PEAR Bug #14181)
- Make $size parameter to gets() optional (PEAR Bug #14433)
- Don't overwrite $errstr set by fsockopen (PEAR Bug #14448)
- Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619)
- CS cleanup (PEAR Bug #14803)
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 01ebc63ba61..945c1ada6d4 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2010/02/06 15:58:19 taca Exp $ +# $NetBSD: Makefile,v 1.12 2010/12/22 15:46:35 taca Exp $ -DISTNAME= Net_Socket-1.0.9 +DISTNAME= Net_Socket-1.0.10 CATEGORIES+= net MAINTAINER= jdolecek@NetBSD.org diff --git a/net/pear-Net_Socket/distinfo b/net/pear-Net_Socket/distinfo index a0774ac6843..fb9854f32f4 100644 --- a/net/pear-Net_Socket/distinfo +++ b/net/pear-Net_Socket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/02/06 15:58:19 taca Exp $ +$NetBSD: distinfo,v 1.6 2010/12/22 15:46:35 taca Exp $ -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 +SHA1 (pear/Net_Socket-1.0.10.tgz) = a65164fe55b8103ef68eda346d47bb8f5f8766f7 +RMD160 (pear/Net_Socket-1.0.10.tgz) = 0f8ab230aecc11eb1194fd755cd18618847ff464 +Size (pear/Net_Socket-1.0.10.tgz) = 5429 bytes |