forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
taca
committed
Mar 17, 2017
1 parent
9a812b4
commit eca498e
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.15 2014/07/23 14:06:10 adam Exp $ | ||
# $NetBSD: Makefile,v 1.16 2017/03/17 15:49:50 taca Exp $ | ||
|
||
DISTNAME= Net_Socket-1.0.14 | ||
DISTNAME= Net_Socket-1.1.0 | ||
CATEGORIES+= net | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.8 2015/11/04 00:35:27 agc Exp $ | ||
$NetBSD: distinfo,v 1.9 2017/03/17 15:49:50 taca Exp $ | ||
|
||
SHA1 (pear/Net_Socket-1.0.14.tgz) = 7d616175617cb52e18bb0bfac7e0d104564a4065 | ||
RMD160 (pear/Net_Socket-1.0.14.tgz) = 982957744b89e3c6a3547ef7d4e3889e6e2cc9c8 | ||
SHA512 (pear/Net_Socket-1.0.14.tgz) = 1c4ad8bdb96830e32caa7ffe739ba8785bc07a1737ef85b7694b878a38bd693b10ad426361a4a8f758a63ec6fa407650ec9b5d2df086999a041529128f7fa403 | ||
Size (pear/Net_Socket-1.0.14.tgz) = 5600 bytes | ||
SHA1 (pear/Net_Socket-1.1.0.tgz) = 271843bb430ffc63f9054e0df9e316b22210b548 | ||
RMD160 (pear/Net_Socket-1.1.0.tgz) = e7155b2898e1bd141024ae10e647bff3020146db | ||
SHA512 (pear/Net_Socket-1.1.0.tgz) = e2dcccc21451ec7fd232764ae061c0b63689c0f6c5f972aa408b74490504f2540bf525f6a0decbcef60ad7fe78f3718b8cc21bf625f31c3811f3ff5824e07b4b | ||
Size (pear/Net_Socket-1.1.0.tgz) = 5933 bytes |