Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-10-17 00:04:22 +0300
committerCy Schubert <cy@FreeBSD.org>2022-10-17 00:08:33 +0300
commit865f46b255599c4a645e84a4cbb5ea7abdc0e207 (patch)
tree02a27786346a888bd8662ae86042fbc97de76b9e /usr.sbin
parent8cee2ebac54a1c4a6b9cc1ee877ead57e529b7c2 (diff)
unbound: Reapply Vendor import 1.17.0
Reapply 643f9a0581e8aac7eb790ced1164748939829826. 64d318ea98b7 was a mismerge during fake rebase. Let's reapply it. Changes include: Added ACL per interface, proxy protocol and bug fixes. Announcement: https://nlnetlabs.nl/news/2022/Oct/13/unbound-1.17.0-released/ Merge commit '643f9a0581e8aac7eb790ced1164748939829826' into main
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/unbound/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/unbound/config.h b/usr.sbin/unbound/config.h
index 433fb57c5ee2..20822b930ab8 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.3"
+#define PACKAGE_STRING "unbound 1.17.0"
/* 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.3"
+#define PACKAGE_VERSION "1.17.0"
/* 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,3,0
+#define RSRC_PACKAGE_VERSION 1,17,0,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"