pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/proxycheck Update to 0.49a; fix MAINTAINER. Chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c72ed1a4250
branches:  trunk
changeset: 484674:9c72ed1a4250
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 29 00:07:15 2004 +0000

description:
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:

 net/proxycheck/Makefile |  7 ++++---
 net/proxycheck/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 28a9fcfcf0ae -r 9c72ed1a4250 net/proxycheck/Makefile
--- a/net/proxycheck/Makefile   Mon Nov 29 00:02:26 2004 +0000
+++ b/net/proxycheck/Makefile   Mon Nov 29 00:07:15 2004 +0000
@@ -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@localhost
+MAINTAINER=    tv%duh.org@localhost
 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 -r 28a9fcfcf0ae -r 9c72ed1a4250 net/proxycheck/distinfo
--- a/net/proxycheck/distinfo   Mon Nov 29 00:02:26 2004 +0000
+++ b/net/proxycheck/distinfo   Mon Nov 29 00:07:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index