Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 01:42:35 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1ed9f1b038fc - stable/14 - ntp: Update version strings
Message-ID:  <202405300142.44U1gZGt028845@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=1ed9f1b038fc78e6f2813868d3db0fe885ebf714

commit 1ed9f1b038fc78e6f2813868d3db0fe885ebf714
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-05-27 09:12:49 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-05-30 01:42:19 +0000

    ntp: Update version strings
    
    Reported by:    "Herbert J. Skuhra" <herbert@gojira.at>
    Fixes:          f5f40dd63bc7
    
    (cherry picked from commit 018a4ab7b04deb0710743533f2b799d68b406f85)
---
 usr.sbin/ntp/config.h      | 4 ++--
 usr.sbin/ntp/scripts/mkver | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 2e5eea82ff29..3d6a1364dd10 100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@ -1494,7 +1494,7 @@
 #define PACKAGE_NAME "ntp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ntp 4.2.8p18-RC1"
+#define PACKAGE_STRING "ntp 4.2.8p18"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "ntp"
@@ -1768,7 +1768,7 @@ typedef unsigned int	uintptr_t;
 /* #undef USE_UDP_SIGPOLL */
 
 /* Version number of package */
-#define VERSION "4.2.8p18-RC1"
+#define VERSION "4.2.8p18"
 
 /* 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 279468a1af1c..2336dd71bacb 100755
--- a/usr.sbin/ntp/scripts/mkver
+++ b/usr.sbin/ntp/scripts/mkver
@@ -7,7 +7,7 @@ PROG=${1-UNKNOWN}
 
 ConfStr="$PROG"
 
-ConfStr="$ConfStr 4.2.8p16"
+ConfStr="$ConfStr 4.2.8p18"
 
 case "$CSET" in
  '') ;;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405300142.44U1gZGt028845>