This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 7207d80c4ecf070495b3d3e65c9f50dfad6d6a1a (commit) via 5ed7bbd52fe8fc124100ece71df0052e23276569 (commit) from b62c826fd8f9b41ac6006d4af8d0d5851f3ba1b4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7207d80c4ecf070495b3d3e65c9f50dfad6d6a1a Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 16 19:20:20 2017 +0100
core115: Ship logrotate
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5ed7bbd52fe8fc124100ece71df0052e23276569 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sat Oct 14 11:14:17 2017 +0200
logrotate: Update to 3.13.0
For details see: https://github.com/logrotate/logrotate/releases
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/111 => core/115}/filelists/logrotate | 0 lfs/logrotate | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/111 => core/115}/filelists/logrotate (100%)
Difference in files: diff --git a/config/rootfiles/core/115/filelists/logrotate b/config/rootfiles/core/115/filelists/logrotate new file mode 120000 index 0000000..bc192c0 --- /dev/null +++ b/config/rootfiles/core/115/filelists/logrotate @@ -0,0 +1 @@ +../../../common/logrotate \ No newline at end of file diff --git a/lfs/logrotate b/lfs/logrotate index 70e9f48..3749fd7 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -24,7 +24,7 @@
include Config
-VER = 3.12.3 +VER = 3.13.0
THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3162ada6f1036c1a4a0a68262989ff73 +$(DL_FILE)_MD5 = 72c2c3028d060131b388a9b330215549
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree