diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-11 20:15:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-11 20:15:14 +0000 |
commit | 0811953e50a53c718f9b7201439477fc32fd5279 (patch) | |
tree | 81bc471b50fbdf08738c03e9f137fe3783ec5d9f /net/proxycheck | |
parent | a8f96d8aaf3264ec3b371ebd6be534e3270955b1 (diff) | |
download | pkgsrc-0811953e50a53c718f9b7201439477fc32fd5279.tar.gz |
Update to 0.45, from Todd Vierling in PR 21859.
2003-05-11 0.45
- new option -D to not reset default portlist if -p is given
- new port - 5490 - NONAME/1.4 HTTP CONNECT-only proxy (trojan?)
2003-05-05 0.44
- added ports 1075 to list of ports for socks and http (MSP proxy)
2003-05-01 0.43
- determine DSBL-listed IP for DSBL submissions (new DSBL listme@
server now allows this by printing an IP that was listed on final
\r\n.\r\n reply line)
- added some proxy info recognision (proxy-agent - yay!), activate with -x.
- removed broken HTTP GET support altogether
- moved HTTP PUT and wingate/telnet to be more "advanced"
- added port 21 to the list of FTP ports
- changed connect timeout to be half of -t
- yet another wingate/telnet prompt ("telnet>")
- CCProxy Telnet handler
- write "open" string w/o stdio/buffering
- fixed error (proxycheck always prints "closed" lines ignoring -n flag)
Diffstat (limited to 'net/proxycheck')
-rw-r--r-- | net/proxycheck/Makefile | 4 | ||||
-rw-r--r-- | net/proxycheck/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/proxycheck/Makefile b/net/proxycheck/Makefile index f1d9378b74a..ef6ab8fa7bc 100644 --- a/net/proxycheck/Makefile +++ b/net/proxycheck/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/04/09 09:12:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/11 20:15:14 wiz Exp $ # -DISTNAME= proxycheck-0.42 +DISTNAME= proxycheck-0.45 CATEGORIES= net MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ diff --git a/net/proxycheck/distinfo b/net/proxycheck/distinfo index 052de8e22d7..c4b0d09de08 100644 --- a/net/proxycheck/distinfo +++ b/net/proxycheck/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/04/09 09:12:09 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/06/11 20:15:14 wiz Exp $ -SHA1 (proxycheck-0.42.tar.gz) = 5fb6f02c82ee069d76b8bf0bba77f7c825202b76 -Size (proxycheck-0.42.tar.gz) = 29395 bytes +SHA1 (proxycheck-0.45.tar.gz) = 09ed8e9dab5364a6c384a41943c0ebd7be2a568f +Size (proxycheck-0.45.tar.gz) = 31087 bytes |