From: Harlan Stenn Date: Wed, 25 Jul 2018 07:38:42 +0000 (+0000) Subject: Bug 3509 tweaks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd90685b2f1af08f1a55d6c5f817a0b591f75792;p=thirdparty%2Fntp.git Bug 3509 tweaks bk: 5b582902kZHVH5nQiBrQJ1D1an9UCQ --- diff --git a/NEWS b/NEWS index 662315cca..3a18f6513 100644 --- a/NEWS +++ b/NEWS @@ -9,13 +9,18 @@ Severity: MEDIUM This release fixes a "hole" in the noepeer capability introduced to ntpd in ntp-4.2.8p11, and a buffer overflow in the openhost() function used by -ntpq and ntpdc. It also provides 25 other bugfixes, and 3 other improvements: +ntpq and ntpdc. It also provides 26 other bugfixes, and 3 other improvements: * [Sec 3505] * [Sec 3012] * Bug Fixes: + [Bug 3509] Add support for running as non-root on FreeBSD, Darwin, + other TrustedBSD platforms + - applied patch by Ian Lepore + [Bug 3506] Service Control Manager interacts poorly with NTPD + - changed interaction with SCM to signal pending startup [Bug 3486] Buffer overflow in ntpq/ntpq.c:tstflags() - applied patch by Gerry Garvey [Bug 3485] Undefined sockaddr used in error messages in ntp_config.c diff --git a/sntp/m4/ntp_libntp.m4 b/sntp/m4/ntp_libntp.m4 index adf97cea4..7aacde763 100644 --- a/sntp/m4/ntp_libntp.m4 +++ b/sntp/m4/ntp_libntp.m4 @@ -699,7 +699,7 @@ AC_ARG_ENABLE( [trustedbsd_mac], [AS_HELP_STRING( [--enable-trustedbsd-mac], - [- Use TrustedBSD MAC policy for non-root clock control] + [s Use TrustedBSD MAC policy for non-root clock control] )], [ntp_use_trustedbsd_mac=$enableval] )