mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
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:
4
lfs/ntp
4
lfs/ntp
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user