From a582d6030221e415899e7436cfb4d762e0468f5c Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 19 Sep 2008 19:23:07 +0000 Subject: 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 --- net/httping/Makefile | 7 +++---- net/httping/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'net/httping') diff --git a/net/httping/Makefile b/net/httping/Makefile index fab303020db..b0914318ba4 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -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 @@ COMMENT= Like 'ping' but for http-requests 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 --git a/net/httping/distinfo b/net/httping/distinfo index 77c7ac495c2..d80466a9978 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -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 -- cgit v1.2.3