pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pen Upgrade to 0.12.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/83fda2ba290d
branches: trunk
changeset: 463178:83fda2ba290d
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Oct 30 23:36:29 2003 +0000
description:
Upgrade to 0.12.0.
Update provided by Andreas Wrede <andreas%planix.com@localhost> via PR pkg/23319.
Changes:
031023 Released 0.12.0.
Penlogd: sscanf would read 100 bytes + terminating nul into
a buffer of size 100. Now reads 99+nul. Spotted by Oezguer Kesim.
Let tracking time be set through penctl.cgi.
In do_cmd, "no log": only close the logfile if it is open.
New penctl command, "write [FILE]" writes current configuration
to a file. If FILE is omitted, overwrite the original
configuration file (-F option).
Pen: Time based expiration of tracked clients. Default is
0 seconds = never expire. Added -T option to control expiry
time. Also added penctl command "tracking N".
Penlogd: zero-terminate results from recvfrom.
In penlogd.c: don't complain if recvfrom is interrupted by signal.
More bugfixes, etc.
diffstat:
net/pen/Makefile | 15 +++------------
net/pen/PLIST | 5 +++--
net/pen/distinfo | 6 +++---
3 files changed, 9 insertions(+), 17 deletions(-)
diffs (62 lines):
diff -r 5f6b83653eda -r 83fda2ba290d net/pen/Makefile
--- a/net/pen/Makefile Thu Oct 30 23:24:50 2003 +0000
+++ b/net/pen/Makefile Thu Oct 30 23:36:29 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 17:11:07 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/30 23:36:29 xtraeme Exp $
#
-DISTNAME= pen-0.10.1
+DISTNAME= pen-0.12.0
CATEGORIES= net
MASTER_SITES= http://siag.nu/pub/pen/ \
ftp://siag.nu/pub/pen/
@@ -14,15 +14,6 @@
# Avoid pen complaining on NetBSD
CONFIGURE_ARGS+= --with-fd_setsize=2048
-
-post-install:
-#.for prg in pen mergelogs
-# ${INSTALL_PROGRAM} ${WRKSRC}/${prg} ${PREFIX}/sbin
-# ${INSTALL_MAN} ${WRKSRC}/${prg}.1 ${PREFIX}/man/man8/${prg}.8
-#.endfor
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
-.for doc in CONTROL COPYING ChangeLog HOWTO README
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/pen
-.endfor
+CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/pen
.include "../../mk/bsd.pkg.mk"
diff -r 5f6b83653eda -r 83fda2ba290d net/pen/PLIST
--- a/net/pen/PLIST Thu Oct 30 23:24:50 2003 +0000
+++ b/net/pen/PLIST Thu Oct 30 23:36:29 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/03/27 17:53:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/10/30 23:36:30 xtraeme Exp $
bin/mergelogs
bin/pen
bin/penctl
@@ -9,9 +9,10 @@
man/man1/penctl.1
man/man1/penlog.1
man/man1/penlogd.1
-share/doc/pen/CONTROL
+share/doc/pen/AUTHORS
share/doc/pen/COPYING
share/doc/pen/ChangeLog
share/doc/pen/HOWTO
share/doc/pen/README
+share/doc/pen/penstats
@dirrm share/doc/pen
diff -r 5f6b83653eda -r 83fda2ba290d net/pen/distinfo
--- a/net/pen/distinfo Thu Oct 30 23:24:50 2003 +0000
+++ b/net/pen/distinfo Thu Oct 30 23:36:29 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/04/13 11:43:25 cjep Exp $
+$NetBSD: distinfo,v 1.6 2003/10/30 23:36:30 xtraeme Exp $
-SHA1 (pen-0.10.1.tar.gz) = 9684db94c03a8244076f7367b59617b41b867466
-Size (pen-0.10.1.tar.gz) = 88753 bytes
+SHA1 (pen-0.12.0.tar.gz) = e583532f81c5961e26ec625009e2b09a99690ef0
+Size (pen-0.12.0.tar.gz) = 94808 bytes
Home |
Main Index |
Thread Index |
Old Index