[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-178-g193f5e632
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-03-30 11:27:57
|
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 "armadeus".
The branch, master has been updated
via 193f5e632ac32e28b71a10ccf552074204a69201 (commit)
from a71aa48047646d6cbea11f2a1a51656c18ab592c (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 193f5e632ac32e28b71a10ccf552074204a69201
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Mar 30 13:27:42 2020 +0200
[BUILDROOT] 2019.02: ntp: bump to version 4.2.8p14
-----------------------------------------------------------------------
Summary of changes:
.../221-package-ntp-bump-to-version-4.2.8p14.patch | 54 ++++++++++++++++++++++
patches/buildroot/2019.02/cleanup_buildroot.sh | 2 +
2 files changed, 56 insertions(+)
create mode 100644 patches/buildroot/2019.02/221-package-ntp-bump-to-version-4.2.8p14.patch
diff --git a/patches/buildroot/2019.02/221-package-ntp-bump-to-version-4.2.8p14.patch b/patches/buildroot/2019.02/221-package-ntp-bump-to-version-4.2.8p14.patch
new file mode 100644
index 000000000..e00515fdb
--- /dev/null
+++ b/patches/buildroot/2019.02/221-package-ntp-bump-to-version-4.2.8p14.patch
@@ -0,0 +1,54 @@
+From 82a9d45c8679dfb0cec7c5e28ece158b1bd7e1ae Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 30 Mar 2020 13:12:34 +0200
+Subject: [PATCH 1/1] package/ntp: bump to version 4.2.8p14
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+"This release fixes three security issues in ntpd and provides 46
+bugfixes and addresses 4 other issues." [1]
+
+[1] http://support.ntp.org/bin/view/Main/SecurityNotice#March_2020_ntp_4_2_8p14_NTP_Rele
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+
+It also seems that the ntp-4.2.8p13.tar.gz file has changed and thus the
+hashes are wrong.
+
+ package/ntp/ntp.hash | 8 ++++----
+ package/ntp/ntp.mk | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/package/ntp/ntp.hash b/package/ntp/ntp.hash
+index 4014936e61..f6f4d2221c 100644
+--- a/package/ntp/ntp.hash
++++ b/package/ntp/ntp.hash
+@@ -1,5 +1,5 @@
+-# From https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p13.tar.gz.md5
+-md5 ea040ab9b4ca656b5229b89d6b822f13 ntp-4.2.8p13.tar.gz
++# From https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p14.tar.gz.md5
++md5 783edaf1d68ddf651bde64eda54a579d ntp-4.2.8p14.tar.gz
+ # Calculated based on the hash above
+-sha256 288772cecfcd9a53694ffab108d1825a31ba77f3a8466b0401baeca3bc232a38 ntp-4.2.8p13.tar.gz
+-sha256 3828da5fc8126889d6a64432288ace08526c490bf5427d799931689069968d91 COPYRIGHT
++sha256 1960e4f081f6aafd108d721bc3ab15f9e8dfd08dc08339aa95bca9d2545e4eb7 ntp-4.2.8p14.tar.gz
++sha256 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8 COPYRIGHT
+diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
+index 4cede8b154..3af3e01a52 100644
+--- a/package/ntp/ntp.mk
++++ b/package/ntp/ntp.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ NTP_VERSION_MAJOR = 4.2
+-NTP_VERSION = $(NTP_VERSION_MAJOR).8p13
++NTP_VERSION = $(NTP_VERSION_MAJOR).8p14
+ NTP_SITE = https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-$(NTP_VERSION_MAJOR)
+ NTP_DEPENDENCIES = host-pkgconf libevent
+ NTP_LICENSE = NTP
+--
+2.24.1
+
diff --git a/patches/buildroot/2019.02/cleanup_buildroot.sh b/patches/buildroot/2019.02/cleanup_buildroot.sh
index 7c40d35b2..3c577d0bc 100755
--- a/patches/buildroot/2019.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2019.02/cleanup_buildroot.sh
@@ -78,6 +78,8 @@ rm -rf buildroot/package/marble/marble.mk
rm -rf buildroot/package/matiec/Config.in
rm -rf buildroot/package/matiec/host-matiec-001-fix_bison_compilation_error.patch
rm -rf buildroot/package/matiec/matiec.mk
+rm -rf buildroot/package/ntp/ntp.hash
+rm -rf buildroot/package/ntp/ntp.mk
rm -rf buildroot/package/pci_debug/Config.in
rm -rf buildroot/package/pci_debug/pci_debug.hash
rm -rf buildroot/package/pci_debug/pci_debug.mk
hooks/post-receive
--
armadeus
|