From 5b0111284fc7a39d2df52b92362e34a4e599efeb Mon Sep 17 00:00:00 2001 From: gls Date: Tue, 7 May 2013 20:30:22 +0000 Subject: Update sysutils/logrotate to 3.8.4. From Nils Ratusznik per PR pkg/47800 pkgsrc changes: --------------- Update MASTER_SITES. Now requires curl to fetch on https mirror. Upstream changes: ----------------- 3.8.3 -> 3.8.4 - Added --version command line option - Disable ACL tests if logrotate is not compiled WITH_ACL support or if ACLs are not supported by the system running tests - Disable SELinux tests if logrotate is not compiled WITH_SELINUX support or if SELinux is not supported by the system running tests - Fixed bug which prevented skipping particular log file config if the config contained errors. - Fixed skipping of configs containing firstaction/lastaction scripts with '}' character in case of error before these scripts. - Support also 'K' unit for *size directives. - Added preremove option to let admin to do something with the old logs before they are removed by logrotate. - Fixed possible loop in tabooext parsing. - Move code to set SELinux context before compressLogFile calls to create compressed log files with the proper context. - Call prerotate/postrotate script only for really rotated files in nosharedscripts mode (as stated in man page). --- sysutils/logrotate/Makefile | 8 ++++---- sysutils/logrotate/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sysutils/logrotate') diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index 2328d9f35d5..2092df181c4 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2013/03/07 12:58:11 obache Exp $ +# $NetBSD: Makefile,v 1.5 2013/05/07 20:30:22 gls Exp $ # -DISTNAME= logrotate-3.8.3 +DISTNAME= logrotate-3.8.4 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} -MASTER_SITES+= ${MASTER_SITE_FREEBSD:=distfiles/} +MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ +FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://fedorahosted.org/logrotate/ diff --git a/sysutils/logrotate/distinfo b/sysutils/logrotate/distinfo index dc73dc3fa76..ffdb79b9564 100644 --- a/sysutils/logrotate/distinfo +++ b/sysutils/logrotate/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2013/03/07 12:58:11 obache Exp $ +$NetBSD: distinfo,v 1.5 2013/05/07 20:30:22 gls Exp $ -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 (logrotate-3.8.4.tar.gz) = 81d9aeefa6b1c77fe4917a87d9b771a60ff6b920 +RMD160 (logrotate-3.8.4.tar.gz) = 576ff6e1b05a54da14d208abe697b27c754cf881 +Size (logrotate-3.8.4.tar.gz) = 55610 bytes SHA1 (patch-examples_logrotate-default) = df9671836392d99f2b31116aee18e51996dee173 SHA1 (patch-examples_logrotate.cron) = 02981cb2b49e3f3f500fcb3db9b5dcb5fe62bddc SHA1 (patch-logrotate.8) = 7f6ff0fe636e15a2b2f03438fbaa012aa1a1eba0 -- cgit v1.2.3