diff options
author | obache <obache> | 2013-03-07 12:58:11 +0000 |
---|---|---|
committer | obache <obache> | 2013-03-07 12:58:11 +0000 |
commit | afe432f7346fdff35ca89047da4d65f5ae5927c9 (patch) | |
tree | f2d9f7976c336e0bddfa19c0de4f5085f035b272 /sysutils | |
parent | c52c7ab4bad0f4d9d68b725be61cff628c1be3eb (diff) | |
download | pkgsrc-afe432f7346fdff35ca89047da4d65f5ae5927c9.tar.gz |
Update logrotate to 3.8.3.
PR pkg/47581 by Nils Ratusznik.
3.8.2 -> 3.8.3
- Fixed setting "size" bigger than 4GB on 32bit architectures
- Do not overwrite mode set by "create" option when using ACL. "create"
directive is now not mixed up with ACLs. If you use "create" in config
file and log file has some ACLs set, ACLs are not kept and are
overwritten by the mode set in "create" directive.
- Mode argument in "create" directive can be omitted. Only owner and group
is set in this case. Check man page for more info.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/logrotate/Makefile | 4 | ||||
-rw-r--r-- | sysutils/logrotate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index 66697709fd7..2328d9f35d5 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2013/01/10 18:16:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/07 12:58:11 obache Exp $ # -DISTNAME= logrotate-3.8.2 +DISTNAME= logrotate-3.8.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MASTER_SITES+= ${MASTER_SITE_FREEBSD:=distfiles/} diff --git a/sysutils/logrotate/distinfo b/sysutils/logrotate/distinfo index 3c1fa5c7275..dc73dc3fa76 100644 --- a/sysutils/logrotate/distinfo +++ b/sysutils/logrotate/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2013/02/20 09:20:28 dillo Exp $ +$NetBSD: distinfo,v 1.4 2013/03/07 12:58:11 obache Exp $ -SHA1 (logrotate-3.8.2.tar.gz) = 5832a34199e75c24df6c3028494d90145f275234 -RMD160 (logrotate-3.8.2.tar.gz) = 5e6c1006f590e72c6f36b639a4e0fcf4e49eb029 -Size (logrotate-3.8.2.tar.gz) = 51213 bytes +SHA1 (logrotate-3.8.3.tar.gz) = 19d70e2cfb97c1cee32e0d709da990856311022a +RMD160 (logrotate-3.8.3.tar.gz) = b8f8fe3a86b019b9bd42eab7124f4f08c06ce0a6 +Size (logrotate-3.8.3.tar.gz) = 52210 bytes SHA1 (patch-examples_logrotate-default) = df9671836392d99f2b31116aee18e51996dee173 SHA1 (patch-examples_logrotate.cron) = 02981cb2b49e3f3f500fcb3db9b5dcb5fe62bddc SHA1 (patch-logrotate.8) = 7f6ff0fe636e15a2b2f03438fbaa012aa1a1eba0 |