Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2025 04:50:14 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: 560608f78a53 - stable/13 - unbound: Update version strings
Message-ID:  <202505110450.54B4oEkS090135@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=560608f78a538f87559b2bffde27fd75b4abd93e

commit 560608f78a538f87559b2bffde27fd75b4abd93e
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-04-27 03:39:21 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-05-11 04:49:59 +0000

    unbound: Update version strings
    
    Fixes:          be771a7b7f45
    MFC after:      2 weeks
    (cherry picked from commit 3bef9b313be73788cd3b77d9b514d292169c442e)
---
 lib/libunbound/config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libunbound/config.h b/lib/libunbound/config.h
index ca2916a6b5b0..c89724b6b8fc 100644
--- a/lib/libunbound/config.h
+++ b/lib/libunbound/config.h
@@ -796,7 +796,7 @@
 #define PACKAGE_NAME "unbound"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.22.0"
+#define PACKAGE_STRING "unbound 1.23.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "unbound"
@@ -805,7 +805,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.22.0"
+#define PACKAGE_VERSION "1.23.0"
 
 /* default pidfile location */
 #define PIDFILE "/var/unbound/unbound.pid"
@@ -828,7 +828,7 @@
 #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
 
 /* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,22,0,0
+#define RSRC_PACKAGE_VERSION 1,23,0,0
 
 /* Directory to chdir to */
 #define RUN_DIR "/var/unbound"



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