Fri Mar 17 15:49:50 2017 UTC ()
Update pear-Net_Socket to 1.1.0.

Release date: 2017-03-08 14:32 UTC

Changelog:

* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
* Bug #20113: package.xml does not validate
* Bug #21031: Warning on connection error(stream_socket_client)
* PR #7: Fix for "Maximum execution time of 30 seconds exceeded" error
* PR #8: Make PHP5 compatible


(taca)
diff -r1.15 -r1.16 pkgsrc/net/pear-Net_Socket/Makefile
diff -r1.8 -r1.9 pkgsrc/net/pear-Net_Socket/distinfo

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

--- pkgsrc/net/pear-Net_Socket/Makefile 2014/07/23 14:06:10 1.15
+++ pkgsrc/net/pear-Net_Socket/Makefile 2017/03/17 15:49:50 1.16
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.15 2014/07/23 14:06:10 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2017/03/17 15:49:50 taca Exp $
2 2
3DISTNAME= Net_Socket-1.0.14 3DISTNAME= Net_Socket-1.1.0
4CATEGORIES+= net 4CATEGORIES+= net
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= PHP classes to provide Network Socket Interface 7COMMENT= PHP classes to provide Network Socket Interface
8 8
9CONFLICTS= php-pear-Net_Socket-[0-9]* 9CONFLICTS= php-pear-Net_Socket-[0-9]*
10 10
11.include "../../lang/php/pear.mk" 11.include "../../lang/php/pear.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/net/pear-Net_Socket/distinfo 2015/11/04 00:35:27 1.8
+++ pkgsrc/net/pear-Net_Socket/distinfo 2017/03/17 15:49:50 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2015/11/04 00:35:27 agc Exp $ 1$NetBSD: distinfo,v 1.9 2017/03/17 15:49:50 taca Exp $
2 2
3SHA1 (pear/Net_Socket-1.0.14.tgz) = 7d616175617cb52e18bb0bfac7e0d104564a4065 3SHA1 (pear/Net_Socket-1.1.0.tgz) = 271843bb430ffc63f9054e0df9e316b22210b548
4RMD160 (pear/Net_Socket-1.0.14.tgz) = 982957744b89e3c6a3547ef7d4e3889e6e2cc9c8 4RMD160 (pear/Net_Socket-1.1.0.tgz) = e7155b2898e1bd141024ae10e647bff3020146db
5SHA512 (pear/Net_Socket-1.0.14.tgz) = 1c4ad8bdb96830e32caa7ffe739ba8785bc07a1737ef85b7694b878a38bd693b10ad426361a4a8f758a63ec6fa407650ec9b5d2df086999a041529128f7fa403 5SHA512 (pear/Net_Socket-1.1.0.tgz) = e2dcccc21451ec7fd232764ae061c0b63689c0f6c5f972aa408b74490504f2540bf525f6a0decbcef60ad7fe78f3718b8cc21bf625f31c3811f3ff5824e07b4b
6Size (pear/Net_Socket-1.0.14.tgz) = 5600 bytes 6Size (pear/Net_Socket-1.1.0.tgz) = 5933 bytes