pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/httping Update to 1.2.9 and fix SunOS builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa33357b6de5
branches:  trunk
changeset: 547555:aa33357b6de5
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Sep 19 19:23:07 2008 +0000

description:
Update to 1.2.9 and fix SunOS builds
1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly
1.2.8 fixed a segfault introduced in version 1.2.7
1.2.7 http statuscodes are now correctly interpreted (if selected)
1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server

diffstat:

 net/httping/Makefile |  7 +++----
 net/httping/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r e07bb60f0e05 -r aa33357b6de5 net/httping/Makefile
--- a/net/httping/Makefile      Fri Sep 19 19:20:57 2008 +0000
+++ b/net/httping/Makefile      Fri Sep 19 19:23:07 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/01/18 05:08:42 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/19 19:23:07 adrianp Exp $
 #
 
-DISTNAME=              httping-1.2.5
-PKGREVISION=           1
+DISTNAME=              httping-1.2.9
 CATEGORIES=            net
 MASTER_SITES=          http://www.vanheusden.com/httping/
 EXTRACT_SUFX=          .tgz
@@ -16,7 +15,7 @@
 LDFLAGS.SunOS=         -lnsl -lsocket
 
 .if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[123]*)) || \
-    ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
+    ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
 .else
 CFLAGS+=       -DHAVE_STRNDUP
 .endif
diff -r e07bb60f0e05 -r aa33357b6de5 net/httping/distinfo
--- a/net/httping/distinfo      Fri Sep 19 19:20:57 2008 +0000
+++ b/net/httping/distinfo      Fri Sep 19 19:23:07 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2007/12/27 15:45:19 joerg Exp $
+$NetBSD: distinfo,v 1.6 2008/09/19 19:23:07 adrianp Exp $
 
-SHA1 (httping-1.2.5.tgz) = f1d1c4797d47c1c34d1132bdb4e42b131c859e6d
-RMD160 (httping-1.2.5.tgz) = 8e89fbe7308e4b1d3f4e87b7fae9b10edc273218
-Size (httping-1.2.5.tgz) = 13078 bytes
+SHA1 (httping-1.2.9.tgz) = 6be7b8299b2ee01e42e1a1566497d2c6a0d0ed6c
+RMD160 (httping-1.2.9.tgz) = 8fd9a6c8ccef3f6599b41deb58ffb6e46b1cc715
+Size (httping-1.2.9.tgz) = 13315 bytes
 SHA1 (patch-aa) = 398c2b9a4152f2b4aaad85fc5829ae3b8f85d7fa
 SHA1 (patch-ab) = 28f13ce32299c6dab791ae411e58567500834c04
 SHA1 (patch-ac) = 8840c6d810d6b6ed299d5ea09fc9ca5874ab0e26



Home | Main Index | Thread Index | Old Index