summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-01-30 08:27:30 +0000
committerghen <ghen@pkgsrc.org>2008-01-30 08:27:30 +0000
commitd8f5c987b88f956196acbce1f23323cf046ecb08 (patch)
tree8d1d51c8f367ab11e267d18951d1265d595c658e /net
parente389c7a7b18d3d255791c30a45cef9e2ccdc4b04 (diff)
downloadpkgsrc-d8f5c987b88f956196acbce1f23323cf046ecb08.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/pen/Makefile5
-rw-r--r--net/pen/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
index 98328901136..3880964eb1c 100644
--- a/net/pen/Makefile
+++ b/net/pen/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2008/01/18 05:08:48 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2008/01/30 08:27:30 ghen Exp $
#
-DISTNAME= pen-0.15.0
-PKGREVISION= 1
+DISTNAME= pen-0.17.2
CATEGORIES= net
MASTER_SITES= http://siag.nu/pub/pen/ \
ftp://siag.nu/pub/pen/
diff --git a/net/pen/distinfo b/net/pen/distinfo
index 6fca9350cc5..8e281cc1175 100644
--- a/net/pen/distinfo
+++ b/net/pen/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/09/26 21:46:27 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2008/01/30 08:27:30 ghen Exp $
-SHA1 (pen-0.15.0.tar.gz) = 543995208da58aec8b0850079b2d9175fca916e9
-RMD160 (pen-0.15.0.tar.gz) = 9f9ecccfd1e1958aca48e7e76d216b2f16a249b4
-Size (pen-0.15.0.tar.gz) = 112886 bytes
+SHA1 (pen-0.17.2.tar.gz) = 7277259c552b659ece6fef1d4bc55ca9fd927488
+RMD160 (pen-0.17.2.tar.gz) = 3e7152cad72f3893c171db8e1c85cae37418aeb6
+Size (pen-0.17.2.tar.gz) = 129285 bytes