summaryrefslogtreecommitdiff
path: root/net/pen
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-04-13 11:43:25 +0000
committercjep <cjep@pkgsrc.org>2003-04-13 11:43:25 +0000
commit4cf5553134ade3355d4ae5bb060bb001841c6851 (patch)
tree8e3960adc3f59f8522b469ad1f4943a427eb2b51 /net/pen
parent7dfa1c9d90b742147093046f8c85fe8375bf6646 (diff)
downloadpkgsrc-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!
Diffstat (limited to 'net/pen')
-rw-r--r--net/pen/Makefile7
-rw-r--r--net/pen/distinfo6
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