summaryrefslogtreecommitdiff
path: root/net/httping
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-02-18 10:06:56 +0000
committershattered <shattered@pkgsrc.org>2012-02-18 10:06:56 +0000
commit1111facd7a87a9bba1ed3b11afaf7af7fd659719 (patch)
tree7d6cf8e6c1b326999d39b425d69a5b5db4ea3bf9 /net/httping
parentc94128e1c171d14657478a4a64799f84b5fb50bf (diff)
downloadpkgsrc-1111facd7a87a9bba1ed3b11afaf7af7fd659719.tar.gz
Update to 1.5.2. Notable changes:
- support persistent connections - binding to an adapter did not work (fixed)
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile4
-rw-r--r--net/httping/distinfo12
-rw-r--r--net/httping/patches/patch-aa6
-rw-r--r--net/httping/patches/patch-ad6
4 files changed, 14 insertions, 14 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index 4a8ba3d2830..45813d8b321 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2011/07/09 07:45:08 adam Exp $
+# $NetBSD: Makefile,v 1.15 2012/02/18 10:06:56 shattered Exp $
-DISTNAME= httping-1.4.4
+DISTNAME= httping-1.5.2
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/
EXTRACT_SUFX= .tgz
diff --git a/net/httping/distinfo b/net/httping/distinfo
index ec196f0c21b..1c91bf321fa 100644
--- a/net/httping/distinfo
+++ b/net/httping/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2011/07/09 07:45:08 adam Exp $
+$NetBSD: distinfo,v 1.9 2012/02/18 10:06:56 shattered Exp $
-SHA1 (httping-1.4.4.tgz) = f74604d3ad5a1f1a68a483ccb40bd5bb0b280262
-RMD160 (httping-1.4.4.tgz) = 8ac17577a43f01f2ca97728452eef74eaeb0428a
-Size (httping-1.4.4.tgz) = 14372 bytes
-SHA1 (patch-aa) = fc8f8fa30f7928689dad2b6b44255c3babcdf342
+SHA1 (httping-1.5.2.tgz) = 79f8b78a9a2c8c8f176a622e87385cd35f52f595
+RMD160 (httping-1.5.2.tgz) = 689ef695af6b1d6396bc7212795f73ee15661134
+Size (httping-1.5.2.tgz) = 15355 bytes
+SHA1 (patch-aa) = 516a025ce558792a0579468db6b38e1b10f014b5
SHA1 (patch-ab) = e1bd44e049073224fdc96a98333a09f1fac52ff0
SHA1 (patch-ac) = 3f3c9a31a985c3b000bdce7acc5380da8a7af0dc
-SHA1 (patch-ad) = a25b3cbb8b6833a059d3ce0cf2b5c738e2cef1c9
+SHA1 (patch-ad) = 123e66058929a210779edd458114c2614a17e6d9
diff --git a/net/httping/patches/patch-aa b/net/httping/patches/patch-aa
index d66b99dd2d5..573f8214ad2 100644
--- a/net/httping/patches/patch-aa
+++ b/net/httping/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.2 2011/07/09 07:45:09 adam Exp $
+$NetBSD: patch-aa,v 1.3 2012/02/18 10:06:57 shattered Exp $
---- Makefile.orig 2010-07-24 10:32:07.000000000 +0000
+--- Makefile.orig 2011-08-03 16:08:08.000000000 +0000
+++ Makefile
@@ -17,7 +17,6 @@ include version
TARGET=httping
WFLAGS=-Wall -W
-OFLAGS=-O2
- CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+ CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
PACKAGE=$(TARGET)-$(VERSION)
diff --git a/net/httping/patches/patch-ad b/net/httping/patches/patch-ad
index 4fffa69e7de..1702da536cd 100644
--- a/net/httping/patches/patch-ad
+++ b/net/httping/patches/patch-ad
@@ -1,9 +1,9 @@
-$NetBSD: patch-ad,v 1.1 2007/12/27 15:45:19 joerg Exp $
+$NetBSD: patch-ad,v 1.2 2012/02/18 10:06:57 shattered Exp $
---- mem.c.orig 2007-12-27 14:00:35.000000000 +0000
+--- mem.c.orig 2011-08-03 16:08:08.000000000 +0000
+++ mem.c
@@ -1,6 +1,7 @@
- /* (C) 2007 by folkert@vanheusden.com
+ /* (C) 2007-2011 by folkert@vanheusden.com
* The GPL (GNU public license) applies to this sourcecode.
*/
+#include <sys/types.h>