ntp: Update to 4.2.8

Adresses:
CVE-2014-9293: ntp: automatic generation of weak default key in config_auth()
CVE-2014-9294: ntp: ntp-keygen uses weak random number generator and seed when generating MD5 keys
CVE-2014-9295: ntp: Multiple buffer overflows via specially-crafted packets
CVE-2014-9296: ntp: receive() missing return on error
This commit is contained in:
Michael Tremer
2014-12-22 12:43:26 +01:00
parent 56e211f66e
commit d77dfa7342
2 changed files with 265 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 4.2.6p5
VER = 4.2.8
THISAPP = ntp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 00df80a84ec9528fcfb09498075525bc
$(DL_FILE)_MD5 = 6972a626be6150db8cfbd0b63d8719e7
install : $(TARGET)