From 4cf5553134ade3355d4ae5bb060bb001841c6851 Mon Sep 17 00:00:00 2001 From: cjep Date: Sun, 13 Apr 2003 11:43:25 +0000 Subject: Update of net/pen to 0.10.1. Changes since 0.10.0: 030407 Bugs uncovered by Charlie Reitsma : 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! --- net/pen/Makefile | 7 +++++-- net/pen/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net/pen') 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 -- cgit v1.2.3