The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=4d780613774c28a1efe4dc6272ae5fbc09d999f4
commit 4d780613774c28a1efe4dc6272ae5fbc09d999f4 Author: Cy Schubert <c...@freebsd.org> AuthorDate: 2023-06-01 21:40:00 +0000 Commit: Cy Schubert <c...@freebsd.org> CommitDate: 2023-06-01 21:50:22 +0000 ntp: Update version string Chase a466cc55373f, updating the version string in the local config.h. Reported by: Trond Endrestol <trond.endres...@ximalas.info> Fixes: a466cc55373f MFC after: immediately --- usr.sbin/ntp/config.h | 6 +++--- usr.sbin/ntp/scripts/mkver | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 19b3bb04b715..a2d3025cd9cf 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" @@ -1648,7 +1648,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 '') ;;