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)
This commit is contained in:
wiz 2003-06-11 20:15:14 +00:00
parent a8f96d8aaf
commit 0811953e50
2 changed files with 5 additions and 5 deletions

View file

@ -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/

View file

@ -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