diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-13 11:43:25 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-13 11:43:25 +0000 |
commit | 4cf5553134ade3355d4ae5bb060bb001841c6851 (patch) | |
tree | 8e3960adc3f59f8522b469ad1f4943a427eb2b51 | |
parent | 7dfa1c9d90b742147093046f8c85fe8375bf6646 (diff) | |
download | pkgsrc-4cf5553134ade3355d4ae5bb060bb001841c6851.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!
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/pen/Makefile | 7 | ||||
-rw-r--r-- | net/pen/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4354d44cad2..dc0c2a14c04 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.1924 2003/04/13 10:26:06 cjep Exp $ +$NetBSD: CHANGES,v 1.1925 2003/04/13 11:45:36 cjep Exp $ Changes to the packages collection and infrastructure in 2003: @@ -1580,3 +1580,4 @@ Changes to the packages collection and infrastructure in 2003: Updated flim to 1.14.5nb1 [uebayasi 2003-04-13] Updated semi to 1.14.5nb1 [uebayasi 2003-04-13] Added file-4.02 [cjep 2003-04-13] + Updated pen to 0.10.1 [cjep 2003-04-13] 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 |