2007-01-07 10:13:46 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:05 rillig Exp $
|
2003-02-17 12:50:40 +01:00
|
|
|
#
|
|
|
|
|
2004-11-29 01:07:15 +01:00
|
|
|
DISTNAME= proxycheck-0.49a
|
2003-02-17 12:50:40 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/
|
|
|
|
|
2006-03-22 23:50:31 +01:00
|
|
|
MAINTAINER= tv@NetBSD.org
|
2003-02-17 12:50:40 +01:00
|
|
|
HOMEPAGE= http://www.corpit.ru/mjt/proxycheck.html
|
|
|
|
COMMENT= Tester for open (promiscuous) proxy systems
|
|
|
|
|
2004-11-29 01:07:15 +01:00
|
|
|
HAS_CONFIGURE= YES
|
2005-12-05 21:49:47 +01:00
|
|
|
MAKE_FLAGS+= CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q}
|
Update to 0.42, provided by Todd Vierling in PR 21068:
2003-02-20 0.42
- fixed a long-standing bug in dsbl handler - data received from
the remote was not collected correctly. Well, this one wasn't
happened too frequently - I only seen it once, when a proxy
delivered data from the target mailserver one byte at a time.
- added yet another port, 1813 (socks5), as advanced (level2) port.
SKK proxy listens here, but it is seen unfrequently.
2003-02-14 0.42b2
- added proxylogger - receiving part of proxycheck, to be used
from inetd and with -c chat.
2003-02-12 0.42b1
- fixed a small bug in last wingate/telnet code changes (mostly
cosmetic: "Resource temporarily unavailable" vs "Connection timed out").
- added another telnet/wingate proxy variant, with a prompt
"SpoonProxy>", which expects a command in form "host port"
(instead of tn-wg/wingate which is of the form "host:port").
2003-02-04 0.42b
- some code cleanups/changes: may break things, testing...
- FTP proxy detection added, port 1183 only for now. Interesting
to experiment with M$ ftp servers ;)
- fixed not finding advanced protocol if no ports are specified
(e.g. -pwg: tried default protos:ports instead of wg:25,1181)
- modified telnet/wingate proxy code to be a bit faster and to
know which command to sent to a particular proxy.
2003-04-09 11:12:09 +02:00
|
|
|
|
2007-01-07 10:13:46 +01:00
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
2005-06-17 05:50:19 +02:00
|
|
|
|
2003-02-17 12:50:40 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/bin/
|
2007-01-07 10:13:46 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/${PKGMANDIR}/man1/
|
2003-02-17 12:50:40 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|