Wed Jan 30 08:27:30 2008 UTC ()
Update pen to the latest version (0.17.2, which almost a year old now).

070912	Added sanity check to init() to make sure that servers_max
	is large enough for the number of servers specified on the
	command line.
	Released 0.17.2.

070829	Faster string duplication courtesy of Nigel Horne.

070502	Updated automake links.

070212	Updated INSTALL with instructions for increasing the number
	of connections on Windows.

061204	Include server weight in response to "penctl servers" command.
	Set server weight on command line. Server is specified as
	host:port:maxconn:hard:weight.

060627	Bugfix by Chris Elsworth: server_by_weight would never
	consider blacklisted servers, which kept them blacklisted
	indefinitely.
	Released 0.17.1.

051230	Added code by Chris Elsworth for kqueue support. Configure
	with --with-kqueue to enable.
	Released 0.17.0.

051215	Changed the configure option for ssl to
	--with-experimental-only-ssl.
	Released 0.16.0.

040709	Added an "abuse server" for naughty clients that have been
	denied access by an acl. Works similar to the emergency server,
	use command-line option "-B host:port" to enable.


(ghen)
diff -r1.11 -r1.12 pkgsrc/net/pen/Makefile
diff -r1.8 -r1.9 pkgsrc/net/pen/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/net/pen/Makefile (expand / switch to unified diff)

--- pkgsrc/net/pen/Makefile 2008/01/18 05:08:48 1.11
+++ pkgsrc/net/pen/Makefile 2008/01/30 08:27:30 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2008/01/18 05:08:48 tnn Exp $ 1# $NetBSD: Makefile,v 1.12 2008/01/30 08:27:30 ghen Exp $
2# 2#
3 3
4DISTNAME= pen-0.15.0 4DISTNAME= pen-0.17.2
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= http://siag.nu/pub/pen/ \ 6MASTER_SITES= http://siag.nu/pub/pen/ \
8 ftp://siag.nu/pub/pen/ 7 ftp://siag.nu/pub/pen/
9 8
10MAINTAINER= rh@NetBSD.org 9MAINTAINER= rh@NetBSD.org
11HOMEPAGE= http://siag.nu/pen/ 10HOMEPAGE= http://siag.nu/pen/
12COMMENT= Load balancer for "simple" tcp based protocols 11COMMENT= Load balancer for "simple" tcp based protocols
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
17 16
18# Avoid pen complaining on NetBSD 17# Avoid pen complaining on NetBSD

cvs diff -r1.8 -r1.9 pkgsrc/net/pen/distinfo (expand / switch to unified diff)

--- pkgsrc/net/pen/distinfo 2005/09/26 21:46:27 1.8
+++ pkgsrc/net/pen/distinfo 2008/01/30 08:27:30 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2005/09/26 21:46:27 xtraeme Exp $ 1$NetBSD: distinfo,v 1.9 2008/01/30 08:27:30 ghen Exp $
2 2
3SHA1 (pen-0.15.0.tar.gz) = 543995208da58aec8b0850079b2d9175fca916e9 3SHA1 (pen-0.17.2.tar.gz) = 7277259c552b659ece6fef1d4bc55ca9fd927488
4RMD160 (pen-0.15.0.tar.gz) = 9f9ecccfd1e1958aca48e7e76d216b2f16a249b4 4RMD160 (pen-0.17.2.tar.gz) = 3e7152cad72f3893c171db8e1c85cae37418aeb6
5Size (pen-0.15.0.tar.gz) = 112886 bytes 5Size (pen-0.17.2.tar.gz) = 129285 bytes