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 b2318b5e351923632c43e3d5d9e6a2351a1b63cd (commit) via 9e9fdb39e63e521a4771e3e24746edad3c7430b2 (commit) via 399c2f9ccc2fa8cac89d27353571f3317b45bde4 (commit) via 4e316ae0a0a63b6f6a4029fa3ba18c757713a49e (commit) via 9051f3c9d71b483198373b5522f47399b68b9572 (commit) via 1c1c1ac238d2fd83b2fc17f9206dc9000e9079bc (commit) via 8aeec0ba89b0179138cec1b5ac079c04ad7db410 (commit) via e779b6bc7aa470289bde0bf99aa7051dffc4384b (commit) from cdc1a0e901c285e84f8cbb6a01248ce6a141b361 (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 b2318b5e351923632c43e3d5d9e6a2351a1b63cd Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Mar 18 13:51:38 2018 +0000
core120: Ship updated logrotate and restart unbound
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9e9fdb39e63e521a4771e3e24746edad3c7430b2 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 10:05:33 2018 +0100
unbound: Update to 1.7.0
For details see: http://www.unbound.net/download.html
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 399c2f9ccc2fa8cac89d27353571f3317b45bde4 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 10:21:17 2018 +0100
logrotate: Update to 3.14.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
commit 4e316ae0a0a63b6f6a4029fa3ba18c757713a49e Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 10:14:07 2018 +0100
htop: Update to 2.1.0
For details see: https://hisham.hm/htop/index.php?page=downloads
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 9051f3c9d71b483198373b5522f47399b68b9572 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 10:00:34 2018 +0100
bind: Update to 9.11.3
For details see: http://ftp.isc.org/isc/bind9/9.11.3/RELEASE-NOTES-bind-9.11.3.html
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1c1c1ac238d2fd83b2fc17f9206dc9000e9079bc Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 09:53:40 2018 +0100
nano: Update to 2.9.4
For details see: https://www.nano-editor.org/news.php
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 8aeec0ba89b0179138cec1b5ac079c04ad7db410 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Sun Mar 18 09:48:04 2018 +0100
rsync: Update to 3.1.3
For details see: https://download.samba.org/pub/rsync/src/rsync-3.1.3-NEWS
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit e779b6bc7aa470289bde0bf99aa7051dffc4384b Author: Erik Kapfer erik.kapfer@ipfire.org Date: Sun Mar 18 13:55:31 2018 +0100
PAM: Delete old lib and symlinks
Core 119 update delivers an updated PAM whereby the libdir has been changed from /lib to /usr/lib but the old libraries and symlinks are still presant. Since the system searches /lib before /usr/lib , the old libs and symlinks are used which ends up in an `LIBPAM_EXTENSION_1.1' not found.
Signed-off-by: Erik Kapfer erik.kapfer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/unbound | 3 ++- config/rootfiles/{oldcore/111 => core/120}/filelists/logrotate | 0 config/rootfiles/core/120/update.sh | 6 ++++++ lfs/bind | 4 ++-- lfs/htop | 8 ++++---- lfs/logrotate | 6 +++--- lfs/nano | 8 ++++---- lfs/rsync | 8 ++++---- lfs/unbound | 4 ++-- 9 files changed, 27 insertions(+), 20 deletions(-) copy config/rootfiles/{oldcore/111 => core/120}/filelists/logrotate (100%)
Difference in files: diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 642812342..d2969bef1 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -11,7 +11,8 @@ etc/unbound/unbound.conf #usr/lib/libunbound.la #usr/lib/libunbound.so usr/lib/libunbound.so.2 -usr/lib/libunbound.so.2.5.7 +usr/lib/libunbound.so.2.5.8 +#usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor usr/sbin/unbound-checkconf diff --git a/config/rootfiles/core/120/filelists/logrotate b/config/rootfiles/core/120/filelists/logrotate new file mode 120000 index 000000000..bc192c05d --- /dev/null +++ b/config/rootfiles/core/120/filelists/logrotate @@ -0,0 +1 @@ +../../../common/logrotate \ No newline at end of file diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index 2f1bca02c..22d9d48d4 100644 --- a/config/rootfiles/core/120/update.sh +++ b/config/rootfiles/core/120/update.sh @@ -34,6 +34,11 @@ done # Remove forgotten PHP file rm -f /etc/httpd/conf/conf.d/php5.conf
+# Delete old PAM libs and symlinks if presant +if ls /lib | grep -q 'libpam.*'; then + rm -f /lib/libpam* +fi + # Stop services
# Extract files @@ -64,6 +69,7 @@ fi
# Start services /etc/init.d/apache restart +/etc/init.d/unbound restart
# Remove deprecated SSH configuration option sed -e "/UsePrivilegeSeparation/d" -i /etc/ssh/sshd_config diff --git a/lfs/bind b/lfs/bind index 951e6117d..35f76443e 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.11.2-P1 +VER = 9.11.3
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 8877d7bf09abc0d186717e560c29ccfb +$(DL_FILE)_MD5 = 4ed2a3f235595eadbd763b7ecb687ca0
install : $(TARGET)
diff --git a/lfs/htop b/lfs/htop index ee48d658c..6fba6c0bb 100644 --- a/lfs/htop +++ b/lfs/htop @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 2.0.2 +VER = 2.1.0
THISAPP = htop-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 9 +PAK_VER = 10
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7d354d904bad591a931ad57e99fea84a +$(DL_FILE)_MD5 = f262b66ad6c194782f4d3a80627e84c8
install : $(TARGET)
diff --git a/lfs/logrotate b/lfs/logrotate index 3749fd7d4..a6b735443 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 3.13.0 +VER = 3.14.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 = 72c2c3028d060131b388a9b330215549 +$(DL_FILE)_MD5 = 9d9cf1d0a0b0433f56e152c5117f7b31
install : $(TARGET)
diff --git a/lfs/nano b/lfs/nano index e567d2c09..936b4778b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@
include Config
-VER = 2.9.2 +VER = 2.9.4
THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 18 +PAK_VER = 19
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 40ac792d28641969ce0be0a4a37df6a0 +$(DL_FILE)_MD5 = 8c2941cd89a79aea488da9457fa47f37
install : $(TARGET)
@@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
-dist: +dist: @$(PAK)
############################################################################### diff --git a/lfs/rsync b/lfs/rsync index ce8c65258..18e6d9e1c 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 3.1.2 +VER = 3.1.3
THISAPP = rsync-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rsync -PAK_VER = 10 +PAK_VER = 11
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 0f758d7e000c0f7f7d3792610fad70cb +$(DL_FILE)_MD5 = 1581a588fde9d89f6bc6201e8129afaf
install : $(TARGET)
diff --git a/lfs/unbound b/lfs/unbound index 64db0761f..4209c7a42 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@
include Config
-VER = 1.6.8 +VER = 1.7.0
THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c9d26cef224b10705229d5072142636c +$(DL_FILE)_MD5 = 49937b5f99a6fc2de8c5f3bb22a54390
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree