diff options
author | cjep <cjep> | 2003-04-13 11:43:25 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-13 11:43:25 +0000 |
commit | a2248e74c23e6d9dfc9c8387aced283f1a5a0481 (patch) | |
tree | 8e3960adc3f59f8522b469ad1f4943a427eb2b51 /net | |
parent | 1b1b113726646a46bb7f2b019dcbfb954cf3b598 (diff) | |
download | pkgsrc-a2248e74c23e6d9dfc9c8387aced283f1a5a0481.tar.gz |
Update of net/pen to 0.10.1.
Changes since 0.10.0:
030407 Bugs uncovered by Charlie Reitsma <reitsmac@denison.edu>:
HOWTO incorrectly specified penctl in place of penlog
in Apache configuration example, and using penctl to
redirect log to penlogd didn't work.
Avoid bogus header rewriting in rewrite_request.
Released 0.10.1.
Also increase FN_SETSIZE for our package.
From PR#21075 (Andreas Wrede). Thanks!
Diffstat (limited to 'net')
-rw-r--r-- | net/pen/Makefile | 7 | ||||
-rw-r--r-- | net/pen/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index d99114445b9..12cc3a465aa 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/03/27 17:53:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/13 11:43:25 cjep Exp $ # -DISTNAME= pen-0.10.0 +DISTNAME= pen-0.10.1 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ \ ftp://siag.nu/pub/pen/ @@ -12,6 +12,9 @@ COMMENT= load balancer for "simple" tcp based protocols GNU_CONFIGURE= YES +# Avoid pen complaining on NetBSD +CONFIGURE_ARGS+= --with-fd_setsize=2048 + post-install: #.for prg in pen mergelogs # ${INSTALL_PROGRAM} ${WRKSRC}/${prg} ${PREFIX}/sbin diff --git a/net/pen/distinfo b/net/pen/distinfo index 19127734bba..7cafd17ea44 100644 --- a/net/pen/distinfo +++ b/net/pen/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/03/27 17:53:20 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/04/13 11:43:25 cjep Exp $ -SHA1 (pen-0.10.0.tar.gz) = c7c4f08decba93e87d8d88cddb8eb8ff82875ed1 -Size (pen-0.10.0.tar.gz) = 95952 bytes +SHA1 (pen-0.10.1.tar.gz) = 9684db94c03a8244076f7367b59617b41b867466 +Size (pen-0.10.1.tar.gz) = 88753 bytes |