pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pear-Net_Socket 1.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0126cbd376c
branches: trunk
changeset: 542055:a0126cbd376c
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Wed Apr 30 19:30:24 2008 +0000
description:
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:
net/pear-Net_Socket/Makefile | 5 ++---
net/pear-Net_Socket/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r a0fa4952c697 -r a0126cbd376c net/pear-Net_Socket/Makefile
--- a/net/pear-Net_Socket/Makefile Wed Apr 30 19:28:19 2008 +0000
+++ b/net/pear-Net_Socket/Makefile Wed Apr 30 19:30:24 2008 +0000
@@ -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@localhost
COMMENT= PHP classes to provide Network Socket Interface
diff -r a0fa4952c697 -r a0126cbd376c net/pear-Net_Socket/distinfo
--- a/net/pear-Net_Socket/distinfo Wed Apr 30 19:28:19 2008 +0000
+++ b/net/pear-Net_Socket/distinfo Wed Apr 30 19:30:24 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index