ntpd: update to version 4.2.8p15 (security fix)
Fixes: CVE-2020-11868 CVE-2018-8956 CVE-2020-13817 CVE-2020-1502 Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
e1846e05e3
commit
cc0eb59f42
2 changed files with 5 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ntp
|
||||
PKG_VERSION:=4.2.8p13
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=4.2.8p15
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
|
||||
PKG_HASH:=288772cecfcd9a53694ffab108d1825a31ba77f3a8466b0401baeca3bc232a38
|
||||
PKG_HASH:=f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19
|
||||
|
||||
PKG_LICENSE:=Unique
|
||||
PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html
|
||||
|
|
|
@ -40,6 +40,8 @@ start_ntpd_instance() {
|
|||
# since some of them might be dynamic interfaces (like IPsec
|
||||
# tunnels) which aren't known by ubus.
|
||||
|
||||
mkdir -p "$(dirname "$config_file")"
|
||||
|
||||
trunc
|
||||
emit "driftfile /var/lib/ntp/ntp.drift\n"
|
||||
|
||||
|
|
Loading…
Reference in a new issue