diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-09-19 19:23:07 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-09-19 19:23:07 +0000 |
commit | a582d6030221e415899e7436cfb4d762e0468f5c (patch) | |
tree | 5a32a05d7f0acd7ec2aaf9f951168cba379f80a0 /net/httping | |
parent | 22a9586aafdcb1526adda43000a629e3b9044efd (diff) | |
download | pkgsrc-a582d6030221e415899e7436cfb4d762e0468f5c.tar.gz |
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 (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 7 | ||||
-rw-r--r-- | net/httping/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
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 |