pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/logrotate



Module Name:    pkgsrc
Committed By:   nils
Date:           Wed Aug  3 12:49:36 UTC 2016

Modified Files:
        pkgsrc/sysutils/logrotate: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/logrotate/patches: patch-config.c

Log Message:
Updated to version 3.10.0. Changelog :
3.9.2 -> 3.10.0 :
- Legacy Makefile renamed to Makefile.legacy, will be removed eventually.
- Fix 'make dist' and 'make distcheck' to produce a usable release tarball.
- Fix 'olddir' usage with wildcard in the middle of path in the pattern
  definition when the pattern did not match any log file.
- Remove half-rotated files when rotation of particular log file is skipped
  because of an error during copy or compression.

It's not in the official changelog, but compilation errors also have been
fixed for NetBSD, so patches/patch-config.c is not necessary anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/logrotate/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/logrotate/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/sysutils/logrotate/patches/patch-config.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/logrotate/Makefile
diff -u pkgsrc/sysutils/logrotate/Makefile:1.13 pkgsrc/sysutils/logrotate/Makefile:1.14
--- pkgsrc/sysutils/logrotate/Makefile:1.13     Thu Jun  9 06:23:40 2016
+++ pkgsrc/sysutils/logrotate/Makefile  Wed Aug  3 12:49:36 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/06/09 06:23:40 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/08/03 12:49:36 nils Exp $
 
 DISTNAME=              ${GHCOMMIT}
-PKGNAME=               logrotate-3.9.2
+PKGNAME=               logrotate-3.10.0
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=logrotate/logrotate/archive/}
 
@@ -10,7 +10,7 @@ HOMEPAGE=             https://github.com/logrotate/
 COMMENT=               Daemon to rotate, compress, remove and mail system log files
 LICENSE=               gnu-gpl-v2
 
-GHCOMMIT=              f6ca8f386d1444ef46b7eaf8b3f8a19f2b548f60
+GHCOMMIT=              ca742b9dd72b7815e87cb53331f08d46fe21d86c
 USE_TOOLS+=            gmake gzip:run gunzip:run mail:run automake autoconf
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes

Index: pkgsrc/sysutils/logrotate/distinfo
diff -u pkgsrc/sysutils/logrotate/distinfo:1.11 pkgsrc/sysutils/logrotate/distinfo:1.12
--- pkgsrc/sysutils/logrotate/distinfo:1.11     Wed Feb 24 20:50:29 2016
+++ pkgsrc/sysutils/logrotate/distinfo  Wed Aug  3 12:49:36 2016
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.11 2016/02/24 20:50:29 nils Exp $
+$NetBSD: distinfo,v 1.12 2016/08/03 12:49:36 nils Exp $
 
-SHA1 (f6ca8f386d1444ef46b7eaf8b3f8a19f2b548f60.tar.gz) = 888dbb96dc004e029fe8d08356b32ad83a76a61e
-RMD160 (f6ca8f386d1444ef46b7eaf8b3f8a19f2b548f60.tar.gz) = 5933b6bce9475b55fecb55814a7b0943ba219b12
-SHA512 (f6ca8f386d1444ef46b7eaf8b3f8a19f2b548f60.tar.gz) = f2a372dc556504a38b93228ff425f8b812cd951627c0509f42799319b8e1798f24864bd17661d3919afc641c7c640edb32382f7b507c35e8d8d772fd131e5559
-Size (f6ca8f386d1444ef46b7eaf8b3f8a19f2b548f60.tar.gz) = 80878 bytes
-SHA1 (patch-config.c) = aa3e8db2d2aec28c1947187fe19e70a292464cd7
+SHA1 (ca742b9dd72b7815e87cb53331f08d46fe21d86c.tar.gz) = f28ad00239d725d36b36286dfffeb5b55801951a
+RMD160 (ca742b9dd72b7815e87cb53331f08d46fe21d86c.tar.gz) = 34448a9156d4a30bd978809c595d699a2db091eb
+SHA512 (ca742b9dd72b7815e87cb53331f08d46fe21d86c.tar.gz) = 50cd05a9558d3958155b1a2e6485e58599590a789ab70d0e523a1205beda7e6c04adec1bdd8b34bd263f2d301b26a66d7634faa5232e1a1251482a210aaf0c12
+Size (ca742b9dd72b7815e87cb53331f08d46fe21d86c.tar.gz) = 78769 bytes
 SHA1 (patch-examples_logrotate-default) = 57fc602caa5eeaa830f5d2dc0667e11330bcd1e8
 SHA1 (patch-examples_logrotate.cron) = 02981cb2b49e3f3f500fcb3db9b5dcb5fe62bddc
 SHA1 (patch-logrotate.8) = 0bf7d9cfbc2f5dfff42a82b523926b9c8d0362a0



Home | Main Index | Thread Index | Old Index