diff options
author | lukem <lukem@pkgsrc.org> | 2001-07-08 05:41:13 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-07-08 05:41:13 +0000 |
commit | 3f8c044aece011b2f5f2a9277afc594f4598dc1d (patch) | |
tree | 3677eb4ad172540ad53373697f390e6345a99a37 /sysutils/logrot | |
parent | 61a10873fd831b02d252e56d320859f80a3e83d8 (diff) | |
download | pkgsrc-3f8c044aece011b2f5f2a9277afc594f4598dc1d.tar.gz |
update from 1.5 - 1.6. notable changes:
* Use correct ends of pipefd[] (as returned by pipe(2)).
* Fix '%f' escape in (pre|post)processor argument.
Previous two fixes provided by Stoned Elipot.
Diffstat (limited to 'sysutils/logrot')
-rw-r--r-- | sysutils/logrot/Makefile | 4 | ||||
-rw-r--r-- | sysutils/logrot/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/logrot/Makefile b/sysutils/logrot/Makefile index 4372f667465..425ae67a4ed 100644 --- a/sysutils/logrot/Makefile +++ b/sysutils/logrot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:42:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/08 05:41:13 lukem Exp $ # -DISTNAME= logrot-1.5 +DISTNAME= logrot-1.6 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cs.rmit.edu.au/pub/utils/ diff --git a/sysutils/logrot/distinfo b/sysutils/logrot/distinfo index 5386bd29d4c..43adbd0f91a 100644 --- a/sysutils/logrot/distinfo +++ b/sysutils/logrot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:29:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/08 05:41:13 lukem Exp $ -SHA1 (logrot-1.5.tar.gz) = 0a2b87cff099ba724f7911e5c55287243fde5384 -Size (logrot-1.5.tar.gz) = 34837 bytes +SHA1 (logrot-1.6.tar.gz) = 657b5bdd26b05fbd57465cc3e297150e10e88b6a +Size (logrot-1.6.tar.gz) = 35234 bytes |