summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv>2004-11-29 00:07:15 +0000
committertv <tv>2004-11-29 00:07:15 +0000
commitba5995de1b00b154ca3c2e4343c03d48deddec1e (patch)
tree30d3eb959d153ae5d0787e4ed54660dba15e0986 /net
parent07f6fd06ebb524be06bc47774d61435111761125 (diff)
downloadpkgsrc-ba5995de1b00b154ca3c2e4343c03d48deddec1e.tar.gz
Update to 0.49a; fix MAINTAINER. Changelog:
2004-05-29 0.49a - numerous portability fixes here and there - real event.3 manpage 2004-05-27 0.49 - autoconf'ified, sort of - use advanced event mechanisms (epoll, kqueue, devpoll) when available - new option: -i file (or -i -) to read hosts to check from file - add timeout for dsbl cookie 2004-02-17 0.46 - adopted for new DSBL format - changed protocol names: http=>http-connect, ftp=>ftp-user - do not stop on Content-Type: header seen in HTTP-CONNECT responses (what an idiotic software does this?!) - removed obsolete 118[0-4] ports (old mimail variants) 2003-08-07 0.45a - fixed multihomed proxy detection with new DSBL (DSBL now correctly replies with "250 listed [ip.add.re.ss]" instead of "220 listed [ip.add.ress]" to the final end-of-message terminator)
Diffstat (limited to 'net')
-rw-r--r--net/proxycheck/Makefile7
-rw-r--r--net/proxycheck/distinfo6
2 files changed, 7 insertions, 6 deletions
diff --git a/net/proxycheck/Makefile b/net/proxycheck/Makefile
index ef6ab8fa7bc..269226719f9 100644
--- a/net/proxycheck/Makefile
+++ b/net/proxycheck/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2003/06/11 20:15:14 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/29 00:07:15 tv Exp $
#
-DISTNAME= proxycheck-0.45
+DISTNAME= proxycheck-0.49a
CATEGORIES= net
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/
-MAINTAINER= tv@pobox.com
+MAINTAINER= tv@duh.org
HOMEPAGE= http://www.corpit.ru/mjt/proxycheck.html
COMMENT= Tester for open (promiscuous) proxy systems
+HAS_CONFIGURE= YES
MAKE_FLAGS+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
do-install:
diff --git a/net/proxycheck/distinfo b/net/proxycheck/distinfo
index c4b0d09de08..75b4afeff58 100644
--- a/net/proxycheck/distinfo
+++ b/net/proxycheck/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/06/11 20:15:14 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/11/29 00:07:15 tv Exp $
-SHA1 (proxycheck-0.45.tar.gz) = 09ed8e9dab5364a6c384a41943c0ebd7be2a568f
-Size (proxycheck-0.45.tar.gz) = 31087 bytes
+SHA1 (proxycheck-0.49a.tar.gz) = bca196026391aac6d1bc9733439be3838610443b
+Size (proxycheck-0.49a.tar.gz) = 38879 bytes