pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pen Update pen to the latest version (0.17.2, whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2887053832d7
branches:  trunk
changeset: 538148:2887053832d7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Jan 30 08:27:30 2008 +0000

description:
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:

 net/pen/Makefile |  5 ++---
 net/pen/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9bfd853161a8 -r 2887053832d7 net/pen/Makefile
--- a/net/pen/Makefile  Wed Jan 30 08:20:29 2008 +0000
+++ b/net/pen/Makefile  Wed Jan 30 08:27:30 2008 +0000
@@ -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 -r 9bfd853161a8 -r 2887053832d7 net/pen/distinfo
--- a/net/pen/distinfo  Wed Jan 30 08:20:29 2008 +0000
+++ b/net/pen/distinfo  Wed Jan 30 08:27:30 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index