diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-02-06 09:12:25 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-02-07 15:26:22 +0100 |
commit | ebf6f64b76059e31a85f982cb04f80ad5982dac3 (patch) | |
tree | bb181ceedfcaf1b3f579becebd40855cd4fcf43d /package/ntp/ntp.hash | |
parent | 60a94a39d95602f945f976609712da6be9092280 (diff) | |
download | buildroot-ebf6f64b76059e31a85f982cb04f80ad5982dac3.tar.gz buildroot-ebf6f64b76059e31a85f982cb04f80ad5982dac3.zip |
ntp: security bump to verserion 4.2.8p9
This version of ntp fixes several vulnerabilities.
CVE-2016-9311
CVE-2016-9310
CVE-2016-7427
CVE-2016-7428
CVE-2016-9312
CVE-2016-7431
CVE-2016-7434
CVE-2016-7429
CVE-2016-7426
CVE-2016-7433
http://www.kb.cert.org/vuls/id/633847
In addition, libssl_compat.h is now included in many files, which
references openssl/evp.h, openssl/dsa.h, and openssl/rsa.h.
Even if a you pass --disable-ssl as a configuration option, these
files are now required.
As such, I have also added openssl as a dependency, and it is now
automatically selected when you select ntp.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ntp/ntp.hash')
-rw-r--r-- | package/ntp/ntp.hash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ntp/ntp.hash b/package/ntp/ntp.hash index 2a1155bc6d..c6838d812f 100644 --- a/package/ntp/ntp.hash +++ b/package/ntp/ntp.hash @@ -1,4 +1,4 @@ -# From http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p8.tar.gz.md5 -md5 4a8636260435b230636f053ffd070e34 ntp-4.2.8p8.tar.gz +# From http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p9.tar.gz.md5 +md5 857452b05f5f2e033786f77ade1974ed ntp-4.2.8p9.tar.gz # Calculated based on the hash above -sha256 2ab3d0b5f0456e6311dda1cc27ab75da108762773a19e46abd938bd9407b97ee ntp-4.2.8p8.tar.gz +sha256 b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72 ntp-4.2.8p9.tar.gz |