diff options
author | tv <tv@pkgsrc.org> | 2004-11-29 00:07:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-29 00:07:15 +0000 |
commit | 63737a1ea01b9580173b84dfa920c2411f5a7acf (patch) | |
tree | 30d3eb959d153ae5d0787e4ed54660dba15e0986 /net | |
parent | 917e838d84dd5ee8b45385923b6972289a9935b3 (diff) | |
download | pkgsrc-63737a1ea01b9580173b84dfa920c2411f5a7acf.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/Makefile | 7 | ||||
-rw-r--r-- | net/proxycheck/distinfo | 6 |
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 |