[packages/logrotate] logrotate-3.12.3

glen glen at pld-linux.org
Sun Jul 2 19:55:29 CEST 2017


commit 21e25d464ce6ad93d6be0ace8e3ff58347716c06
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Jul 2 20:24:49 2017 +0300

    logrotate-3.12.3
    
    - copy and copytruncate directives now work together again
    - unlink() is no longer preceded by open() unless shred is enabled (#124)
    - compress and uncompress now take commands from $PATH, too (#122)

 logrotate-man.patch |  6 +++---
 logrotate.spec      |  4 ++--
 tabooext.patch      | 21 ++++++++++-----------
 3 files changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/logrotate.spec b/logrotate.spec
index 43037b1..e6ab013 100644
--- a/logrotate.spec
+++ b/logrotate.spec
@@ -19,12 +19,12 @@ Summary(ru.UTF-8):	Ротирует, компрессирует, удаляет
 Summary(tr.UTF-8):	Sistem günlüklerini yönlendirir, sıkıştırır ve mektup olarak yollar
 Summary(uk.UTF-8):	Ротує, компресує, видаляє та відправляє поштою лог-файли
 Name:		logrotate
-Version:	3.12.1
+Version:	3.12.3
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
 Source0:	https://github.com/logrotate/logrotate/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	9c3d4c55220497a5530179c1c5e5b6eb
+# Source0-md5:	a560c57fac87c45b2fc17406cdf79288
 Source1:	%{name}.conf
 Source2:	%{name}.sysconfig
 Source3:	%{name}.cron
diff --git a/logrotate-man.patch b/logrotate-man.patch
index ca5ae4f..8b2956d 100644
--- a/logrotate-man.patch
+++ b/logrotate-man.patch
@@ -1,5 +1,5 @@
---- logrotate-3.12.1/logrotate.8.in~	2017-04-07 18:15:37.000000000 +0300
-+++ logrotate-3.12.1/logrotate.8.in	2017-04-21 19:49:54.334686948 +0300
+--- logrotate-3.12.3/logrotate.8.in~	2017-07-02 20:26:48.000000000 +0300
++++ logrotate-3.12.3/logrotate.8.in	2017-07-02 20:27:25.062722303 +0300
 @@ -104,7 +104,7 @@
      rotate 5
      weekly
@@ -22,7 +22,7 @@
  \fI/var/log/messages\fR. The log will go through five weekly rotations before
  being removed. After the log file has been rotated (but before the old
  version of the log has been compressed), the command 
--\fI/sbin/killall \-HUP syslogd\fR will be executed.
+-\fI/usr/bin/killall \-HUP syslogd\fR will be executed.
 +\fI/bin/killall \-HUP syslogd\fR will be executed.
  
  The next section defines the parameters for both
diff --git a/tabooext.patch b/tabooext.patch
index c965a34..3048d39 100644
--- a/tabooext.patch
+++ b/tabooext.patch
@@ -1,11 +1,10 @@
---- logrotate-3.8.1/config.c~	2011-08-31 15:39:04.000000000 +0300
-+++ logrotate-3.8.1/config.c	2012-03-08 16:28:41.374130102 +0200
-@@ -110,7 +110,7 @@
- static char *defTabooExts[] = { ".rpmsave", ".rpmorig", "~", ",v",
-     ".disabled", ".dpkg-old", ".dpkg-dist", ".dpkg-new", ".cfsaved",
-     ".ucf-old", ".ucf-dist", ".ucf-new",
--    ".rpmnew", ".swp", ".cfsaved", ".rhn-cfg-tmp-*"
-+    ".rpmnew", ".swp", ".cfsaved", ".rhn-cfg-tmp-*", ".cvsignore"
- };
- static int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
- 
+--- logrotate-3.12.3/config.c~	2017-05-22 15:10:22.000000000 +0300
++++ logrotate-3.12.3/config.c	2017-07-02 20:26:14.825924824 +0300
+@@ -129,6 +129,7 @@
+ static const char *defTabooExts[] = {
+ 	",v",
+ 	".cfsaved",
++	".cvsignore",
+ 	".disabled",
+ 	".dpkg-dist",
+ 	".dpkg-new",
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/logrotate.git/commitdiff/21e25d464ce6ad93d6be0ace8e3ff58347716c06



More information about the pld-cvs-commit mailing list