aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-01 21:40:00 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-01 22:18:21 +0000
commitb916516fddd439a2b7ca03c98641c75eb1abffb4 (patch)
treecc474bfc860d5211af1907fff75035a0eee02476
parent3cc4f10db0feca9d54bbfc615328b317a5c6b4c8 (diff)
downloadsrc-b916516fddd439a2b7ca03c98641c75eb1abffb4.tar.gz
src-b916516fddd439a2b7ca03c98641c75eb1abffb4.zip
ntp: Update version string
Chase a466cc55373f, updating the version string in the local config.h. Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info> Fixes: a466cc55373f (cherry picked from commit 4d780613774c28a1efe4dc6272ae5fbc09d999f4)
-rw-r--r--usr.sbin/ntp/config.h6
-rwxr-xr-xusr.sbin/ntp/scripts/mkver2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 7446d199e16f..ef26b199a5bc 100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@ -1468,7 +1468,7 @@
#define PACKAGE_NAME "ntp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ntp 4.2.8p15"
+#define PACKAGE_STRING "ntp 4.2.8p16"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ntp"
@@ -1477,7 +1477,7 @@
#define PACKAGE_URL "http://www.ntp.org./"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.2.8p15"
+#define PACKAGE_VERSION "4.2.8p16"
/* data dir */
#define PERLLIBDIR "/usr/share/ntp/lib"
@@ -1652,7 +1652,7 @@ typedef unsigned int uintptr_t;
/* #undef USE_UDP_SIGPOLL */
/* Version number of package */
-#define VERSION "4.2.8p15"
+#define VERSION "4.2.8p16"
/* vsnprintf expands "%m" to strerror(errno) */
#define VSNPRINTF_PERCENT_M 1
diff --git a/usr.sbin/ntp/scripts/mkver b/usr.sbin/ntp/scripts/mkver
index f193db55f1b4..16eaa39de1cd 100755
--- a/usr.sbin/ntp/scripts/mkver
+++ b/usr.sbin/ntp/scripts/mkver
@@ -8,7 +8,7 @@ PROG=${1-UNKNOWN}
ConfStr="$PROG"
-ConfStr="$ConfStr 4.2.8p15"
+ConfStr="$ConfStr 4.2.8p16"
case "$CSET" in
'') ;;