]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
logrotate-3.12.3 auto/th/logrotate-3.12.3-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Jul 2017 17:24:49 +0000 (20:24 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Jul 2017 17:27:54 +0000 (20:27 +0300)
- 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
logrotate.spec
tabooext.patch

index ca5ae4f494567ef21498ec8de5c876903dd4a931..8b2956d28407418ca1f9d12f6baf69bc79a25883 100644 (file)
@@ -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
index 43037b16490a54c6cad6218ccf7af55f156d52b7..e6ab013924245779e3d3174c53b322b394393219 100644 (file)
@@ -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
index c965a348790388138c52094166f41e6077922338..3048d3978245e3e585b1eff2a3436edb909d760d 100644 (file)
@@ -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",
This page took 0.140124 seconds and 4 git commands to generate.