git: b7dde1fc2973 - stable/12 - unbound: Update version to 1.16.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 13:31:56 UTC
The branch stable/12 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=b7dde1fc2973bd2bf364ec6bc7be3a8a8e884c20
commit b7dde1fc2973bd2bf364ec6bc7be3a8a8e884c20
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-08-06 08:59:22 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-08-09 13:31:20 +0000
unbound: Update version to 1.16.2
Chase 790c6b245151 to update the version to 1.16.2.
Reported by: "Herbert J. Skuhra" <herbert@gojira.at>
(cherry picked from commit e34667e44941027ff7655d57c2a79cdeb52008d5)
---
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 cf0e1eaa7df8..67853a8fc6e5 100644
--- a/usr.sbin/unbound/config.h
+++ b/usr.sbin/unbound/config.h
@@ -731,7 +731,7 @@
#define PACKAGE_NAME "unbound"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.16.1"
+#define PACKAGE_STRING "unbound 1.16.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "unbound"
@@ -740,7 +740,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.16.1"
+#define PACKAGE_VERSION "1.16.2"
/* default pidfile location */
#define PIDFILE "/var/unbound/unbound.pid"
@@ -762,7 +762,7 @@
#define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
/* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,16,1,0
+#define RSRC_PACKAGE_VERSION 1,16,2,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"