aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-03-04 21:45:12 +0000
committerCy Schubert <cy@FreeBSD.org>2020-03-04 21:45:12 +0000
commit2d4e511ca269f1908d27f4e5779c53475527391d (patch)
tree3aa5b61a3376d9d890250912b7a5d7638b8ff753 /usr.sbin/ntp
parentd718de812fe1f93f8134af58ee23a36601aebe5e (diff)
parent5171bc9b11192d9ad273db7854787eaa65eb9997 (diff)
downloadsrc-2d4e511ca269f1908d27f4e5779c53475527391d.tar.gz
src-2d4e511ca269f1908d27f4e5779c53475527391d.zip
MFV r358616:
Update ntp-4.2.8p13 --> 4.2.8p14. The advisory can be found at: http://support.ntp.org/bin/view/Main/SecurityNotice#\ March_2020_ntp_4_2_8p14_NTP_Rele No CVEs have been documented yet. MFC after: now Security: http://support.ntp.org/bin/view/Main/NtpBug3610 http://support.ntp.org/bin/view/Main/NtpBug3596 http://support.ntp.org/bin/view/Main/NtpBug3592
Notes
Notes: svn path=/head/; revision=358652
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r--usr.sbin/ntp/config.h2
-rw-r--r--usr.sbin/ntp/libntp/Makefile7
2 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 68e215a1a0cc..c3f620ea0a80 100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@ -1477,7 +1477,7 @@
#define PACKAGE_URL "http://www.ntp.org./"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.2.8p13"
+#define PACKAGE_VERSION "4.2.8p14"
/* data dir */
#define PERLLIBDIR "/usr/share/ntp/lib"
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile
index 1a392532f16b..8ac370cae693 100644
--- a/usr.sbin/ntp/libntp/Makefile
+++ b/usr.sbin/ntp/libntp/Makefile
@@ -21,14 +21,17 @@ NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \
libssl_compat.c \
machines.c mktime.c modetoa.c \
mstolfp.c msyslog.c netof.c ntp_calendar.c \
+ ntp_calgps.c \
ntp_crypto_rnd.c ntp_intres.c ntp_libopts.c \
ntp_lineedit.c ntp_random.c ntp_rfc2553.c ntp_worker.c \
numtoa.c numtohost.c octtoint.c prettydate.c \
recvbuff.c refidsmear.c \
refnumtoa.c snprintf.c socket.c \
socktoa.c socktohost.c ssl_init.c statestr.c \
- strdup.c strl_obsd.c syssignal.c timetoa.c \
- timevalops.c uglydate.c vint64ops.c work_fork.c \
+ strdup.c strl_obsd.c syssignal.c timespecops.c \
+ timetoa.c \
+ timevalops.c timexsup.c \
+ uglydate.c vint64ops.c work_fork.c \
work_thread.c xsbprintf.c ymd2yd.c
ISC_PTHREADS_SRCS= condition.c \