From 6360ccdea077b7d41b0b309fe2a11eb4cc0376a6 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 6 Aug 2022 01:59:22 -0700 Subject: [PATCH] unbound: Update version to 1.16.2 Chase 790c6b245151 to update the version to 1.16.2. Reported by: "Herbert J. Skuhra" (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 cf0e1eaa7df..67853a8fc6e 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" -- 2.45.0