git: 6663d2f67355 - stable/12 - Unbound: Manually update version strings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Nov 2023 15:16:37 UTC
The branch stable/12 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=6663d2f67355c53b40ac0dc28ac33c65d033edbc
commit 6663d2f67355c53b40ac0dc28ac33c65d033edbc
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-11-14 00:39:10 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-11-27 15:26:32 +0000
Unbound: Manually update version strings
This was missed earlier today.
Reported by: "Herbert J. Skuhra" <herbert@gojira.at>
Fixes: 16fd0b249104
(cherry picked from commit 67267734315c6a48db31697f0a0669fa1f985969)
---
usr.sbin/unbound/config.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/unbound/config.h b/usr.sbin/unbound/config.h
index 6196995bff29..976446ea06ab 100644
--- a/usr.sbin/unbound/config.h
+++ b/usr.sbin/unbound/config.h
@@ -794,7 +794,7 @@
#define PACKAGE_NAME "unbound"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.18.0"
+#define PACKAGE_STRING "unbound 1.19.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "unbound"
@@ -803,7 +803,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.18.0"
+#define PACKAGE_VERSION "1.19.0"
/* default pidfile location */
#define PIDFILE "/var/unbound/unbound.pid"
@@ -826,7 +826,7 @@
#define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
/* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,18,0,0
+#define RSRC_PACKAGE_VERSION 1,19,0,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"