git: ae136314a4ae - stable/12 - unbound: Update version strings to 1.16.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 13:31:54 UTC
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=ae136314a4ae526453ccc9ea9526c65751d1fa06 commit ae136314a4ae526453ccc9ea9526c65751d1fa06 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-07-17 13:54:32 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-08-09 13:31:20 +0000 unbound: Update version strings to 1.16.1 The last number of unbound upgrades failed to manually update the version strings in usr.sbin/unbound/config.h. This commit fixes that. Reported by: "Herbert J. Skuhra" <herbert@gojira.at> Fixes: 0a92a9fca737edafbad03ee5a8efebe302851cff a39a5a6905612447def27b66ffe73b9d11efd80c 9cf5bc93f6ba1711ae7bf96a982a2b3c8b073a18 273016e836aa378789612e0a0e08d50f28be778e 24e365220007c415f495cf8dcb228ece6002b8b7 5469a9953005a9a4d4aad7be88545d441622e9a0 (cherry picked from commit 752b6daecc88d729aa5fc66bf8938ee2fd2f092e) --- 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 4cc2dcfeb511..cf0e1eaa7df8 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.13.1" +#define PACKAGE_STRING "unbound 1.16.1" /* 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.13.1" +#define PACKAGE_VERSION "1.16.1" /* 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,13,1,0 +#define RSRC_PACKAGE_VERSION 1,16,1,0 /* Directory to chdir to */ #define RUN_DIR "/var/unbound"