From: NTP Release Engineering Date: Thu, 1 Jun 2023 08:17:51 +0000 (-0700) Subject: Merge ntp-build.tal1.ntfo.org:/ntpbuild/data/master/ntp-stable X-Git-Tag: NTP_4_3_102~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d761abc903352d931d6a5caaf956b12e9d041df;p=thirdparty%2Fntp.git Merge ntp-build.tal1.ntfo.org:/ntpbuild/data/master/ntp-stable into ntp-build.tal1.ntfo.org:/ntpbuild/data/newdev/ntp-dev bk: 6478542frrJB1-UbGQtobam3fja2Fw --- 3d761abc903352d931d6a5caaf956b12e9d041df diff --cc ChangeLog index 5ffca8891,8e34d2a96..cd0b54875 --- a/ChangeLog +++ b/ChangeLog @@@ -1,5 -1,111 +1,114 @@@ ++From ntp-4.2.8p16: + --- + (4.2.8p16) 2023/05/31 Released by Harlan Stenn + + * [Sec 3808] Assertion failure in ntpq on malformed RT-11 date + * [Sec 3807] praecis_parse() in the Palisade refclock driver has a + hypothetical input buffer overflow. Reported by ... stenn@ + * [Sec 3806] libntp/mstolfp.c needs bounds checking + - solved numerically instead of using string manipulation + * [Sec 3767] An OOB KoD RATE value triggers an assertion when debug is enabled. + + * [Bug 3819] Updated libopts/Makefile.am was missing NTP_HARD_* values. + * [Bug 3817] Bounds-check "tos floor" configuration. + * [Bug 3814] First poll delay of new or cleared associations miscalculated. + + * [Bug 3802] ntp-keygen -I default identity modulus bits too small for + OpenSSL 3. Reported by rmsh1216@163.com + * [Bug 3801] gpsdjson refclock gps_open() device name mishandled. + * [Bug 3800] libopts-42.1.17 does not compile with Microsoft C. + * [Bug 3799] Enable libopts noreturn compiler advice for MSC. + * [Bug 3797] Windows getaddrinfo w/AI_ADDRCONFIG fails for localhost when + disconnected, breaking ntpq and ntpdc. + * [Bug 3795] pollskewlist documentation uses | when it shouldn't. + - ntp.conf manual page and miscopt.html corrections. + * [Bug 3793] Wrong variable type passed to record_raw_stats(). + - Report and patch by Yuezhen LUAN . + * [Bug 3786] Timer starvation on high-load Windows ntpd. + * [Bug 3784] high-load ntpd on Windows deaf after enough ICMP TTL exceeded. + + * [Bug 3781] log "Unable to listen for broadcasts" for IPv4 + * [Bug 3774] mode 6 packets corrupted in rawstats file + - Reported by Edward McGuire, fix identified by . + * [Bug 3758] Provide a 'device' config statement for refclocks + * [Bug 3757] Improve handling of Linux-PPS in NTPD + * [Bug 3741] 4.2.8p15 can't build with glibc 2.34 + * [Bug 3725] Make copyright of clk_wharton.c compatible with Debian. + Philippe De Muyter + * [Bug 3724] ntp-keygen with openSSL 1.1.1 fails on Windows + - openssl applink needed again for openSSL-1.1.1 + * [Bug 3719] configure.ac checks for closefrom() and getdtablesize() missing. + Reported by Brian Utterback, broken in 2010 by + * [Bug 3699] Problems handling drift file and restoring previous drifts + - command line options override config statements where applicable + - make initial frequency settings idempotent and reversible + - make sure kernel PLL gets a recovered drift componsation + * [Bug 3695] Fix memory leak with ntpq on Windows Server 2019 + * [Bug 3694] NMEA refclock seems to unnecessarily require location in messages + - misleading title; essentially a request to ignore the receiver status. + Added a mode bit for this. + * [Bug 3693] Improvement of error handling key lengths + - original patch by Richard Schmidt, with mods & unit test fixes + * [Bug 3692] /dev/gpsN requirement prevents KPPS + - implement/wrap 'realpath()' to resolve symlinks in device names + * [Bug 3691] Buffer Overflow reading GPSD output + - original patch by matt + - increased max PDU size to 4k to avoid truncation + * [Bug 3690] newline in ntp clock variable (parse) + - patch by Frank Kardel + * [Bug 3689] Extension for MD5, SHA-1 and other keys + - ntp{q,dc} now use the same password processing as ntpd does in the key + file, so having a binary secret >= 11 bytes is possible for all keys. + (This is a different approach to the problem than suggested) + * [Bug 3688] GCC 10 build errors in testsuite + * [Bug 3687] ntp_crypto_rand RNG status not known + - patch by Gerry Garvey + * [Bug 3682] Fixes for warnings when compiled without OpenSSL + - original patch by Gerry Garvey + * [Bug 3677] additional peer events not decoded in associations listing + - original patch by Gerry Garvey + * [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough) + - applied patches by Gerry Garvey + * [Bug 3675] ntpq ccmds[] stores pointer to non-persistent storage + * [Bug 3674] ntpq command 'execute only' using '~' prefix + - idea+patch by Gerry Garvey + * [Bug 3672] fix biased selection in median cut + * [Bug 3666] avoid unlimited receive buffer allocation + - follow-up: fix inverted sense in check, reset shortfall counter + * [Bug 3660] Revert 4.2.8p15 change to manycast. + * [Bug 3640] document "discard monitor" and fix the code. + - fixed bug identified by Edward McGuire + * [Bug 3626] (SNTP) UTC offset calculation needs dst flag + - applied patch by Gerry Garvey + * [Bug 3428] ntpd spinning consuming CPU on Linux router with full table. + Reported by Israel G. Lugo. + * [Bug 3103] libopts zsave_warn format string too few arguments + * [Bug 2990] multicastclient incorrectly causes bind to broadcast address. + Integrated patch from Brian Utterback. + * [Bug 2525] Turn on automake subdir-objects across the project. + * [Bug 2410] syslog an error message on panic exceeded. + * Use correct rounding in mstolfp(). perlinger/hart + * M_ADDF should use u_int32. + * Only define tv_fmt_libbuf() if we will use it. + * Use recv_buffer instead of the longer recv_space.X_recv_buffer. hart/stenn + * Make sure the value returned by refid_str() prints cleanly. + * If DEBUG is enabled, the startup banner now says that debug assertions + are in force and that ntpd will abort if any are violated. + * syslog valid incoming KoDs. + * Rename a poorly-named variable. + * Disable "embedded NUL in string" messages in libopts, when we can. + * Use https in the AC_INIT URLs in configure.ac. + * Implement NTP_FUNC_REALPATH. + * Lose a gmake construct in ntpd/Makefile.am. + * upgrade to: autogen-5.18.16 + * upgrade to: libopts-42.1.17 + * upgrade to: autoconf-2.71 + * upgrade to: automake-1.16.15 + * Upgrade to libevent-2.1.12-stable + * Support OpenSSL-3.0 + +(4.3.101) 2023/05/17 Released by Harlan Stenn +From ntp-4.2.8p15: --- (4.2.8p15) 2020/06/23 Released by Harlan Stenn @@@ -27,9 -132,9 +135,11 @@@ * [Bug 3644] Unsynchronized server [...] selected as candidate * [Bug 3639] refclock_jjy: TS-JJY0x can skip time sync depending on the STUS reply. - applied patch by Takao Abe + * [Bug 3432] refclocks that 'write()' should check the result + - plus some more work on warnings for unchecked results +(4.3.100) 2023/05/16 Released by Harlan Stenn +From ntp-4.2.8p14: --- (4.2.8p14) 2020/03/03 Released by Harlan Stenn diff --cc ports/winnt/scripts/mkver.bat index f902190d6,c0c7b526b..7b9af7963 --- a/ports/winnt/scripts/mkver.bat +++ b/ports/winnt/scripts/mkver.bat @@@ -240,12 -300,19 +303,19 @@@ REM *********************************** IF "%PR_SUF%"=="-RC" set PR_POINT=%RCPOINT% IF "%PR_SUF%"=="-beta" set PR_POINT=%BETAPOINT% - SET VER=%PROTO%.%MAJOR%.%MINOR%%POINT%%SPECIAL%%PR_SUF%%PR_POINT% + SET VER=%PROTO%.%MINOR%.%POINT%%SPECIAL%%PR_SUF%%PR_POINT% - REM Now we have the version info, try to add a BK ChangeSet version number - + REM Now we have the version info, try to add a BK ChangeSet revision + + IF "%SCMREV%" == "" GOTO GENERATE_SCM_REV + + REM ** Called as -S to use generated scm-rev file. + FOR /F "TOKENS=1" %%a IN ('type %SCMREV%') DO @SET CSET=%%a + GOTO HAVECHANGESETREVISION + + :GENERATE_SCM_REV REM ** Check if BK is installed ... - bk -R prs -hr+ -nd:I: ChangeSet 2> NUL > NUL + bk root ../../../.. 2> NUL > NUL IF ERRORLEVEL 1 GOTO NOBK REM ** Try to get the CSet rev directly from BK