From: NTP Release Engineering
Date: Tue, 21 May 2024 09:42:51 +0000 (-0700)
Subject: Merge ntp-build.tal1.ntfo.org:/ntpbuild/data/test-snaps/ntp-stable
X-Git-Tag: NTP_4_3_104~3
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de873ed9b62e7163b483b4b16a9d862c45b09ed;p=thirdparty%2Fntp.git
Merge ntp-build.tal1.ntfo.org:/ntpbuild/data/test-snaps/ntp-stable
into ntp-build.tal1.ntfo.org:/ntpbuild/data/test-snaps/ntp-dev
bk: 664c6c9bi4LVnWJR1Lit_XVcq4rV5Q
---
4de873ed9b62e7163b483b4b16a9d862c45b09ed
diff --cc ChangeLog
index 7b017f572,9787c3ea5..a5bdc608c
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,5 -1,124 +1,126 @@@
+ ---
+
+ * [Bug 3918] Tweak openssl header/library handling.
+ * [Bug 3914] Spurious "Unexpected origin timestamp" logged after time
+ stepped.
+ * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
+
+ * [Bug 3912] Avoid rare math errors in ntptrace.
+ * [Bug 3910] Memory leak using openssl-3
+ * [Bug 3909] Do not select multicast local address for unicast peer.
+
+ * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
+
+ * [Bug 3901] LIB_GETBUF isn't thread-safe.
+ * [Bug 3900] fast_xmit() selects wrong local addr responding to mcast on
+ Windows.
+ * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates
+ duplicate associations.
+ * [Bug 3872] Ignore restrict mask for hostname.
+ * [Bug 3871] 4.2.8p17 build without hopf6021 refclock enabled fails.
+ Reported by Hans Mayer. Moved NONEMPTY_TRANSLATION_UNIT
+ declaration from ntp_types.h to config.h.
+ * [Bug 3870] Server drops client packets with ppoll < 4.
+ * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs.
+ Reported by PoolMUC@web.de.
+ * [Bug 3868] Cannot restrict a pool peer. Thanks to
+ Edward McGuire for tracking down the deficiency.
+ * [Bug 3864] ntpd IPv6 refid different for big-endian and little-endian.
+
+ * [Bug 3859] Use NotifyIpInterfaceChange on Windows ntpd.
+ * [Bug 3856] Enable Edit & Continue debugging with Visual Studio.
+
+ * [Bug 3855] ntpq lacks an equivalent to ntpdc's delrestrict.
+ * [Bug 3854] ntpd 4.2.8p17 corrupts rawstats file with space in refid.
+
+ * [Bug 3853] Clean up warnings with modern compilers.
+ * [Bug 3852] check-libntp.mf and friends are not triggering rebuilds as
+ intended.
+ * [Bug 3851] Drop pool server when no local address can reach it.
+
+ * [Bug 3850] ntpq -c apeers breaks column formatting s2 w/refclock refid.
+
+ * [Bug 3849] ntpd --wait-sync times out.
+ * [Bug 3847] SSL detection in configure should run-test if runpath is needed.
+
+ * [Bug 3846] Use -Wno-format-truncation by default.
+ * [Bug 3845] accelerate pool clock_sync when IPv6 has only link-local access.
+
+ * [Bug 3842] Windows ntpd PPSAPI DLL load failure crashes.
+ * [Bug 3841] 4.2.8p17 build break w/ gcc 12 -Wformat-security without -Wformat
+ Need to remove --Wformat-security when removing -Wformat to
+ silence numerous libopts warnings.
+ * [Bug 3837] NULL pointer deref crash when ntpd deletes last interface.
+ Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the
+ list is empty.
+ * [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff.
+ * [Bug 3831] pollskewlist zeroed on runtime configuration.
+ * [Bug 3830] configure libevent check intersperses output with answer.
+ * [Bug 3828] BK should ignore a git repo in the same directory.
+
+ * [Bug 3827] Fix build in case CLOCK_HOPF6021 or CLOCK_WHARTON_400A
+ is disabled.
+ * [Bug 3825] Don't touch HTML files unless building inside a BK repo.
+ Fix the script checkHtmlFileDates.
+ * [Bug 3756] Improve OpenSSL library/header detection.
+ * [Bug 3753] ntpd fails to start with FIPS-enabled OpenSSL 3.
+ * [Bug 2734] TEST3 prevents initial interleave sync. Fix from
+ * Remove extraneous */ from libparse/ieee754io.c
+ * Fix .datecheck target line in Makefile.am.
+ * Log failures to allocate receive buffers.
+ * Remove extraneous */ from libparse/ieee754io.c
+ * Fix .datecheck target line in Makefile.am.
+ * Update the copyright year.
+ * Update ntp.conf documentation to add "delrestrict" and correct information
+ about KoD rate limiting.
+ * html/clockopt.html cleanup.
+ * util/lsf-times - added.
+ * Add DSA, DSA-SHA, and SHA to tests/libntp/digests.c.
+ * Provide ntpd thread names to debugger on Windows.
+ * Remove dead code libntp/numtohost.c and its unit tests.
+ * Remove class A, B, C IPv4 distinctions in netof().
+ * Use @configure_input@ in various *.in files to include a comment that
+ the file is generated from another pointing to the *.in.
+ * Correct underquoting, indents in ntp_facilitynames.m4.
+ * Clean up a few warnings seen building with older gcc.
+ * Fix build on older FreeBSD lacking sys/procctl.h.
+ * Disable [Bug 3627] workaround on newer FreeBSD which has the kernel fix
+ that makes it unnecessary, re-enabling ASLR stack gap.
+ * Use NONEMPTY_COMPILATION_UNIT in more conditionally-compiled files.
+ * Remove useless pointer to Windows Help from system error messages.
+ * Avoid newlines within Windows error messages.
+ * Ensure unique association IDs if wrapped.
+ * Simplify calc_addr_distance().
+ * Clamp min/maxpoll in edge cases in newpeer().
+ * Quiet local addr change logging when unpeering.
+ * Correct missing arg for %s printf specifier in
+ send_blocking_resp_internal().
+ * Suppress OpenSSL 3 deprecation warning clutter.
+ * Correct OpenSSL usage in Autokey code to avoid warnings about
+ discarding const qualifiers with OpenSSL 3.
+ * Display KoD refid as text in recently added message.
+ * Avoid running checkHtmlFileDates script repeatedly when no html/*.html
+ files have changed.
+ * Abort configure if --enable-crypto-rand given & unavailable.
+ * Add configure --enable-verbose-ssl to trace SSL detection.
+ * Add build test coverage for --disable-saveconfig to flock-build script.
+
+ * Remove deprecated configure --with-arlib option.
+ * Remove configure support for ISC UNIX ca. 1998.
+ * Move NTP_OPENSSL and NTP_CRYPTO_RAND invocations from configure.ac files
+ to NTP_LIBNTP.
+ * Move ENABLE_CMAC to ntp_openssl.m4, enabling sntp/tests CMAC unit tests.
+
+ * Remove dead code: HAVE_U_INT32_ONLY_WITH_DNS.
+ * Eliminate [v]snprintf redefinition warnings on macOS.
+ * Fix clang 14 cast increases alignment warning on Linux.
+ * Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
+
+ * Use NTP_HARD_CPPFLAGS in libopts tearoff.
+ * wire in --enable-build-framework-help
+
+(4.3.103) 2023/06/07 Released by Harlan Stenn
+From ntp-4.2.8p17:
---
(4.2.8p17) 2023/06/06 Released by Harlan Stenn
@@@ -12,10 -131,8 +133,10 @@@
Miroslav Lichvar and Matt for rapid testing and identifying the
problem.
* Add tests/libntp/digests.c to catch regressions reading keys file or with
- symmetric authentication digest output.
+ symmetric authentication digest output.
+(4.3.102) 2023/06/01 Released by Harlan Stenn
+From ntp-4.2.8p16:
---
(4.2.8p16) 2023/05/31 Released by Harlan Stenn
diff --cc scripts/update-leap/update-leap.html
index da479eba8,030665e17..3b2c4b228
--- a/scripts/update-leap/update-leap.html
+++ b/scripts/update-leap/update-leap.html
@@@ -49,9 -59,9 +59,9 @@@ Previous: This document describes the use of the NTP Project’s update-leap program.
-This document applies to version 4.2.8p17 of update-leap.
+
This document applies to version 4.3.103 of update-leap.
-
+
Short Table of Contents
diff --cc scripts/update-leap/update-leap.in
index abf1134c1,defc6176b..defc6176b
mode 100644,100755..100644
--- a/scripts/update-leap/update-leap.in
+++ b/scripts/update-leap/update-leap.in