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 b518bee95c15ce626dc93e4aa7e39282448ee0b6 (commit) via e049d6fcbe12e1bf4228aec0bccec82a1c340de6 (commit) from 924606939864c6b2e3cf9f24cf5d3e0d655806b7 (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 b518bee95c15ce626dc93e4aa7e39282448ee0b6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 8 07:44:45 2020 +0200
icinga: bump PAKVER
some installations has a copy installed that still try to include perl-5.12.3 libs.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit e049d6fcbe12e1bf4228aec0bccec82a1c340de6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Apr 8 07:43:50 2020 +0200
core143: touch need reboot flag
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/143/update.sh | 2 +- lfs/icinga | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index 9cd426447..8ae8e2c5b 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -106,7 +106,7 @@ done /usr/local/bin/filesystem-cleanup
# This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/lfs/icinga b/lfs/icinga index 7fdba401b..0e2625682 100644 --- a/lfs/icinga +++ b/lfs/icinga @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = icinga -PAK_VER = 3 +PAK_VER = 4
DEPS = nagios-plugins
hooks/post-receive -- IPFire 2.x development tree