diff --git a/logrotate-3.7.8-addextension.patch b/logrotate-3.7.8-addextension.patch index efc4aa2..521bb9c 100644 --- a/logrotate-3.7.8-addextension.patch +++ b/logrotate-3.7.8-addextension.patch @@ -1,10 +1,10 @@ Index: test/test =================================================================== ---- test/test.orig 2013-07-25 14:13:04.195582354 +0200 -+++ test/test 2013-07-25 14:14:27.468464841 +0200 -@@ -1285,6 +1285,28 @@ echo "Does not have GNU Date, skipping p - fi - +--- test/test.orig 2013-10-10 10:43:36.000000000 +0200 ++++ test/test 2013-11-07 21:46:37.112487860 +0100 +@@ -1358,4 +1358,27 @@ + test.log.1 0 zero + EOF +# check rotation with extension appended to the filename +cleanup 100 @@ -28,8 +28,7 @@ Index: test/test +test.1.log 0 zero +EOF + - - ++ cleanup Index: config.c =================================================================== diff --git a/logrotate-3.8.5.tar.gz b/logrotate-3.8.5.tar.gz deleted file mode 100644 index 8b9bb75..0000000 --- a/logrotate-3.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b695bffeb54ed6f6c9a560780231a55c3548a24b96cb06f33b84f8cea600079 -size 57818 diff --git a/logrotate-3.8.7.tar.gz b/logrotate-3.8.7.tar.gz new file mode 100644 index 0000000..0ded00b --- /dev/null +++ b/logrotate-3.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64 +size 58898 diff --git a/logrotate.changes b/logrotate.changes index 5176a83..a3eb1a6 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 7 20:26:51 UTC 2013 - sweet_f_a@gmx.de + +- update to 3.8.7, fix bnc#849436 +- Changelog 3.8.7: + * Fixed --force/-f option handling together with "size" directive + (3.8.5 regression). + * Use "logrotate_tmp_t" context for SELinux tests and if this + context does not exist, skip SELinux related tests. +- Changelog 3.8.6 + * Fixed memory corruption caused by rotation directory which + does not exist with "sharedscripts" together with "prerotate" + script. + ------------------------------------------------------------------- Tue Aug 20 12:53:27 UTC 2013 - vcizek@suse.com diff --git a/logrotate.spec b/logrotate.spec index 495218e..1e7a807 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -19,7 +19,7 @@ Url: https://fedorahosted.org/releases/l/o/logrotate Name: logrotate -Version: 3.8.5 +Version: 3.8.7 Release: 0 Summary: Rotate, compress, remove, and mail system log files License: GPL-2.0+