git: 58df1aed1c18 - stable/12 - ntp: Update version string
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jun 2023 22:18:12 UTC
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=58df1aed1c18d4a0418fd40ad18d2e930e788bfd commit 58df1aed1c18d4a0418fd40ad18d2e930e788bfd Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-01 21:40:00 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-01 22:18:06 +0000 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) --- 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 c76cc714ac55..34264c0b9759 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" @@ -1658,7 +1658,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 '') ;;