diff options
author | adrianp <adrianp> | 2008-04-30 19:30:24 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-04-30 19:30:24 +0000 |
commit | 7efbd9042c1a7e22747762ca13639cbc7ada6295 (patch) | |
tree | d6539656080eb1380da5d6659ccc25334130ee48 /net | |
parent | 2f51ed1a5e623ef8bf9ecbbb1188a742bdeadc81 (diff) | |
download | pkgsrc-7efbd9042c1a7e22747762ca13639cbc7ada6295.tar.gz |
1.0.8
Optimize away some duplicate is_resource() calls.
Better solution for eof() on blocking sockets [#1427].
Add select() implementation [#1428].
Restore support for unix sockets (Bug #2961).
Don't rely on gethostbyname() for error checking (Bug #3100).
Make package.xml safe for PEAR 1.4.0.
Chunk socket writes on Windows by default, or if explicitly specified (Bug #980)
Don't run any $addr with a '/' in it through gethostbyname() (Bug #3372)
Fixing bug #6789: Net_Sock::eof() returns false when socket is already disconnected
Using package.xml v2.0
Fixing request #3327: Method for setting Socket's write buffer size
Add enableCrypto() for calling stream_socket_enable_crypto with PHP 5.1.0+
Revert change for bug #7692 that caused trouble with code already using
output buffering.
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_Socket/Makefile | 5 | ||||
-rw-r--r-- | net/pear-Net_Socket/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile index 6ab966641da..0366abb5904 100644 --- a/net/pear-Net_Socket/Makefile +++ b/net/pear-Net_Socket/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/05/05 22:09:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2008/04/30 19:30:24 adrianp Exp $ -DISTNAME= Net_Socket-1.0.2 +DISTNAME= Net_Socket-1.0.8 CATEGORIES+= net -PKGREVISION= 1 MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP classes to provide Network Socket Interface diff --git a/net/pear-Net_Socket/distinfo b/net/pear-Net_Socket/distinfo index 5810eb38319..d0db3448fc2 100644 --- a/net/pear-Net_Socket/distinfo +++ b/net/pear-Net_Socket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/05/25 13:13:55 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/04/30 19:30:24 adrianp Exp $ -SHA1 (pear/Net_Socket-1.0.2.tgz) = 6ac32b557b2b9ae179d2800b7e7749dd108bc482 -RMD160 (pear/Net_Socket-1.0.2.tgz) = 477a4d605bbb4c3652fd11da7e8e9e82ea9998b5 -Size (pear/Net_Socket-1.0.2.tgz) = 3706 bytes +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 |