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 973ffc2987afd070c95974bbebfd5c3973ca3db0 (commit) via db5360ee9a6d10483666c8ea6fd12b665b40f93d (commit) from b31d55a79d4c2771b36a209227da7cf99c8606a7 (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 973ffc2987afd070c95974bbebfd5c3973ca3db0 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Aug 24 12:25:59 2018 +0100
core124: Ship updated ntp package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit db5360ee9a6d10483666c8ea6fd12b665b40f93d Author: Matthias Fischer matthias.fischer@ipfire.org Date: Thu Aug 23 21:07:04 2018 +0200
ntp: Update to 4.2.8p12
For details see: http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
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/100 => core/124}/filelists/ntp | 0 config/rootfiles/core/124/update.sh | 1 + lfs/ntp | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/100 => core/124}/filelists/ntp (100%)
Difference in files: diff --git a/config/rootfiles/core/124/filelists/ntp b/config/rootfiles/core/124/filelists/ntp new file mode 120000 index 000000000..7542d86cb --- /dev/null +++ b/config/rootfiles/core/124/filelists/ntp @@ -0,0 +1 @@ +../../../common/ntp \ No newline at end of file diff --git a/config/rootfiles/core/124/update.sh b/config/rootfiles/core/124/update.sh index d2954a00c..471667a12 100644 --- a/config/rootfiles/core/124/update.sh +++ b/config/rootfiles/core/124/update.sh @@ -48,6 +48,7 @@ ldconfig /usr/local/bin/update-lang-cache
# Start services +/etc/init.d/ntp restart
# Remove deprecated GRUB configuration option if [ -e "/etc/default/grub" ]; then diff --git a/lfs/ntp b/lfs/ntp index 9c5e772ac..8f845409c 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -24,7 +24,7 @@
include Config
-VER = 4.2.8p11 +VER = 4.2.8p12
THISAPP = ntp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 00950ca2855579541896513e78295361 +$(DL_FILE)_MD5 = 1522d66574bae14abb2622746dad2bdc
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree