]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge bk://bk.ntp.org/ntp-stable
authorHarlan Stenn <stenn@ntp.org>
Mon, 20 Apr 2015 08:45:15 +0000 (08:45 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 20 Apr 2015 08:45:15 +0000 (08:45 +0000)
into  psp-fb1.ntp.org:/a/etc/amd.stage/thump2-g3/export/ntp/home/stenn/ntp-stable-2782

bk: 5534bc9bxueahIgTzx24yRYS1jTgEA

1  2 
ChangeLog
configure.ac

diff --cc ChangeLog
index 301743c17a5ea0da5290276d9727d985fc32fb9b,c004c77f2431b42f63a100d8c5060978d5a163c8..7c6163295173ab74c6586a3c2e072615f092e74f
+++ b/ChangeLog
@@@ -1,41 -1,5 +1,42 @@@
  ---
  
++* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
 +* [Bug 2808] GPSD_JSON driver enhancements, step 1.
 +  Various improvements, see http://bugs.ntp.org/2808 for details.
 +  Changed libjsmn to a more recent version.
 +---
 +(4.2.8p2) 2015/04/07 Released by Harlan Stenn <stenn@ntp.org>
 +(4.2.8p2-RC3) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org>
 +
 +* [Bug 2763] Fix for different thresholds for forward and backward steps.
 +---
 +(4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org>
 +
 +* [Bug 2592] FLAG_TSTAMP_PPS cleanup for refclock_parse.c.
 +* [Bug 2769] New script: update-leap
 +* [Bug 2769] cleannup for update-leap
 +* [Bug 2788] New flag -G (force_step_once).
 +* [Bug 2794] Clean up kernel clock status reports.
 +* [Bug 2795] Cannot build without OpenSLL (on Win32).
 +  Provided a Win32 specific wrapper around libevent/arc4random.c.
 +  fixed some minor warnings.
 +* [Bug 2796] ntp-keygen crashes in 'getclock()' on Win32.
 +* [Bug 2797] ntp-keygen trapped in endless loop for MD5 keys
 +  on big-endian machines.
 +* [Bug 2798] sntp should decode and display the leap indicator.
 +* Simple cleanup to html/build.html
 +---
 +(4.2.8p2-RC1) 2015/03/30 Released by Harlan Stenn <stenn@ntp.org>
 +
 +* [Bug 2794] Don't let reports on normal kernel status changes
 +  look like errors.
 +* [Bug 2788] New flag -G (force_step_once).
 +* [Bug 2592] Account for PPS sources which can provide an accurate
 +  absolute time stamp, and status information.
 +  Fixed indention and removed trailing whitespace.
 +* [Bug 1787] DCF77's formerly "antenna" bit is "call bit" since 2003.
 +* [Bug 1960] setsockopt IPV6_MULTICAST_IF: Invalid argument.
 +* [Bug 2346] "graceful termination" signals do not do peer cleanup.
  * [Bug 2728] See if C99-style structure initialization works.
  * [Bug 2747] Upgrade libevent to 2.1.5-beta.
  * [Bug 2749] ntp/lib/NTP/Util.pm needs update for ntpq -w, IPv6, .POOL. .
  * [Bug 2767] ntp-keygen -M should symlink to ntp.keys.
  * [Bug 2771] nonvolatile value is documented in wrong units.
  * [Bug 2773] Early leap announcement from Palisade/Thunderbolt
 +* [Bug 2774] Unreasonably verbose printout - leap pending/warning
  * [Bug 2775] ntp-keygen.c fails to compile under Windows.
 -* [Bug 2782] Refactor refclock_shm.c, add memory barrier protection.
 +* [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info.
 +  Removed non-ASCII characters from some copyright comments.
 +  Removed trailing whitespace.
 +  Updated definitions for Meinberg clocks from current Meinberg header files.
 +  Now use C99 fixed-width types and avoid non-ASCII characters in comments.
 +  Account for updated definitions pulled from Meinberg header files.
 +  Updated comments on Meinberg GPS receivers which are not only called GPS16x.
 +  Replaced some constant numbers by defines from ntp_calendar.h
 +  Modified creation of parse-specific variables for Meinberg devices
 +  in gps16x_message().
 +  Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates.
 +  Modified mbg_tm_str() which now expexts an additional parameter controlling
 +  if the time status shall be printed.
 +* [Sec 2779] ntpd accepts unauthenticated packets with symmetric key crypto.
 +* [Sec 2781] Authentication doesn't protect symmetric associations against
 +  DoS attacks.
  * [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
+ * [Bug 2784] Fix for 2782 uses clock_gettime() instead of get_ostime().
 +* [Bug 2789] Quiet compiler warnings from libevent.
 +* [Bug 2790] If ntpd sets the Windows MM timer highest resolution
 +  pause briefly before measuring system clock precision to yield
 +  correct results.
 +* Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
 +* Use predefined function types for parse driver functions
 +  used to set up function pointers.
 +  Account for changed prototype of parse_inp_fnc_t functions.
 +  Cast parse conversion results to appropriate types to avoid
 +  compiler warnings.
 +  Let ioctl() for Windows accept a (void *) to avoid compiler warnings
 +  when called with pointers to different types.
  ---
  (4.2.8p1) 2015/02/04 Released by Harlan Stenn <stenn@ntp.org>
  
diff --cc configure.ac
Simple merge