From: Harlan Stenn Date: Wed, 28 Sep 2016 10:25:01 +0000 (+0000) Subject: Update ChangeLog and NEWS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b60db01baded90ff4691d0589419149a6e2950;p=thirdparty%2Fntp.git Update ChangeLog and NEWS bk: 57eb9a7dRUvrzmTyi9cbS6mQukP-7Q --- diff --git a/ChangeLog b/ChangeLog index c12ddc0b4..b998ef383 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * [Bug 3084] update-leap mis-parses the leapfile name. HStenn. * [Bug 3053] ntp_loopfilter.c frequency calc precedence error. Sarah White. +* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger * [Bug 2961] sntp/tests/packetProcessing.c assumes AUTOKEY. HStenn. * [Bug 2959] refclock_jupiter: gps week correction - fixed GPS week expansion to work based on build date. Special thanks @@ -24,7 +25,6 @@ * [Sec 3044] Spoofed server packets are partially processed. HStenn. * [Sec 3045] Bad authentication demobilizes ephemeral associations. JPerlinger. * [Sec 3046] CRYPTO_NAK crash. stenn@ntp.org -* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger * [Bug 3038] NTP fails to build in VS2015. perlinger@ntp.org - provide build environment - 'wint_t' and 'struct timespec' defined by VS2015 diff --git a/NEWS b/NEWS index 2f65824fb..18d2eab8c 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ following X high- and Y low-severity vulnerabilities: Other fixes: * [Bug 3053] ntp_loopfilter.c frequency calc precedence error. Sarah White. +* [Bug 2998] sntp/tests/packetProcessing.c broken without openssl. JPerlinger * [Bug 2959] refclock_jupiter: gps week correction - fixed GPS week expansion to work based on build date. Special thanks to Craig Leres for initial patch and testing.