aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-02-10 04:25:05 +0000
committerCy Schubert <cy@FreeBSD.org>2021-02-10 04:27:25 +0000
commitf44e67d120ad78ef7894241b519ee79fd190a16e (patch)
treeb839707bb2c860f0e2942492ef2526450a10dc6d /usr.sbin
parent1e811efbc591699b872bea42b9de419c373199df (diff)
parentd60fa10fd872db7e3d8cb1e161cfdae026c43b14 (diff)
downloadsrc-f44e67d120ad78ef7894241b519ee79fd190a16e.tar.gz
src-f44e67d120ad78ef7894241b519ee79fd190a16e.zip
MFV d60fa10fd872db7e3d8cb1e161cfdae026c43b14:
Update unbound 1.13.0 --> 1.13.1. Includes numerous bugfixes documented at: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-13-1 MFC after: 1 month
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 00cbae8dd622..4cc2dcfeb511 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.0"
+#define PACKAGE_STRING "unbound 1.13.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.0"
+#define PACKAGE_VERSION "1.13.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,0,0
+#define RSRC_PACKAGE_VERSION 1,13,1,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"