Wed Apr 30 19:30:24 2008 UTC ()
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.


(adrianp)
diff -r1.8 -r1.9 pkgsrc/net/pear-Net_Socket/Makefile
diff -r1.3 -r1.4 pkgsrc/net/pear-Net_Socket/distinfo

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

--- pkgsrc/net/pear-Net_Socket/Makefile 2007/05/05 22:09:19 1.8
+++ pkgsrc/net/pear-Net_Socket/Makefile 2008/04/30 19:30:24 1.9
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.8 2007/05/05 22:09:19 adrianp Exp $ 1# $NetBSD: Makefile,v 1.9 2008/04/30 19:30:24 adrianp Exp $
2 2
3DISTNAME= Net_Socket-1.0.2 3DISTNAME= Net_Socket-1.0.8
4CATEGORIES+= net 4CATEGORIES+= net
5PKGREVISION= 1 
6 5
7MAINTAINER= jdolecek@NetBSD.org 6MAINTAINER= jdolecek@NetBSD.org
8COMMENT= PHP classes to provide Network Socket Interface 7COMMENT= PHP classes to provide Network Socket Interface
9 8
10CONFLICTS= php-pear-Net_Socket-[0-9]* 9CONFLICTS= php-pear-Net_Socket-[0-9]*
11 10
12.include "../../lang/php/pear.mk" 11.include "../../lang/php/pear.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/net/pear-Net_Socket/distinfo 2005/05/25 13:13:55 1.3
+++ pkgsrc/net/pear-Net_Socket/distinfo 2008/04/30 19:30:24 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2005/05/25 13:13:55 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2008/04/30 19:30:24 adrianp Exp $
2 2
3SHA1 (pear/Net_Socket-1.0.2.tgz) = 6ac32b557b2b9ae179d2800b7e7749dd108bc482 3SHA1 (pear/Net_Socket-1.0.8.tgz) = b4af392f42c7bccebfede098e3fca02ea5d7ab7d
4RMD160 (pear/Net_Socket-1.0.2.tgz) = 477a4d605bbb4c3652fd11da7e8e9e82ea9998b5 4RMD160 (pear/Net_Socket-1.0.8.tgz) = 81dce9fab665e9daf337ffbc3c31650146ef4e63
5Size (pear/Net_Socket-1.0.2.tgz) = 3706 bytes 5Size (pear/Net_Socket-1.0.8.tgz) = 5441 bytes