Subject: CVS commit: pkgsrc/net/pen
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 10/30/2003 23:36:30
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Thu Oct 30 23:36:30 UTC 2003

Modified Files:
	pkgsrc/net/pen: Makefile PLIST distinfo

Log Message:
Upgrade to 0.12.0.

Update provided by Andreas Wrede <andreas@planix.com> via PR pkg/23319.

Changes:

031023	Released 0.12.0.

	Penlogd: sscanf would read 100 bytes + terminating nul into
	a buffer of size 100. Now reads 99+nul. Spotted by Oezguer Kesim.

	Let tracking time be set through penctl.cgi.
	In do_cmd, "no log": only close the logfile if it is open.
	New penctl command, "write [FILE]" writes current configuration
	to a file. If FILE is omitted, overwrite the original
	configuration file (-F option).

	Pen: Time based expiration of tracked clients. Default is
	0 seconds = never expire. Added -T option to control expiry
	time. Also added penctl command "tracking N".
	Penlogd: zero-terminate results from recvfrom.

	In penlogd.c: don't complain if recvfrom is interrupted by signal.

More bugfixes, etc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/net/pen/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/pen/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/net/pen/distinfo

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