Subject: CVS commit: pkgsrc/security/zebedee
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 03/20/2002 17:16:31
Module Name:	pkgsrc
Committed By:	taca
Date:		Wed Mar 20 15:16:31 UTC 2002

Modified Files:
	pkgsrc/security/zebedee: Makefile distinfo
	pkgsrc/security/zebedee/patches: patch-aa

Log Message:
Update zebedee package to 2.3.1.

- USE_GMAKE.
- use tcl's buildlink.mk.

* Release 2.3.1 (2002/03/15)

Changed any potentially unsafe sprintf/vsprintf instances to
snprintf/vsnprintf. There should never have been a remote exploit possible,
this just eliminates any theoretical local ones in case someone has a reason
to run this as root ... (Note that use of these functions may be an issue
on some platforms although they do appear in the UNIX98 spec and exist
on Windows).

Allowed CIDR address specifications for target (and server name in listenmode).

Added IP address checking with the "checkaddress" keyword.

Finally caved in and added "httpproxy" to allow connection via a web proxy
server using "CONNECT".

Added "transparent" keyword to attempt to act as a transparent proxy and
forward on the client IP address. It may work on Linux 2.0/2.2. But then
again, it might not ...

* Release 2.3.0 (2002/03/07)

New functionality (at last!).

Added "listenip" and -b option to set listening address.

Added "tcptimeout" and "idletimeout" to allow inactive TCP tunnels to be
closed.

Added "ipmode" and -U option to support mixed traffic mode for a single
client or server.

Makefile changes for Irix and HPUX from Kyle Dent. Others to use latest
version of mingw gcc and force use of "native" perl.

Note that Zebedee will now be linked with MSVCRT.DLL. That should only
be a problem on an old Win95 machine.

Japanese documentation NOT YET updated.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/zebedee/Makefile \
    pkgsrc/security/zebedee/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/security/zebedee/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.