aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/config.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 14:48:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-05-12 14:48:38 +0000
commit971980c3744bd6125a9639477a7811a5ea210a99 (patch)
tree40674aa4bf6b6a10518d3cbf3113b7cf2b4006bf /contrib/unbound/config.h
parent8157cbab0296a3949dc48470a381d382e762be09 (diff)
parenta6c5280ea59f940be13fd6eb0f94ab8360d3d6c9 (diff)
downloadsrc-971980c3744bd6125a9639477a7811a5ea210a99.tar.gz
src-971980c3744bd6125a9639477a7811a5ea210a99.zip
Notes
Diffstat (limited to 'contrib/unbound/config.h')
-rw-r--r--contrib/unbound/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/unbound/config.h b/contrib/unbound/config.h
index 9d3a60e46cc2..a6e5d7cb0618 100644
--- a/contrib/unbound/config.h
+++ b/contrib/unbound/config.h
@@ -297,6 +297,9 @@
/* Define to 1 if you have the <nettle/dsa-compat.h> header file. */
/* #undef HAVE_NETTLE_DSA_COMPAT_H */
+/* Define to 1 if you have the <nettle/eddsa.h> header file. */
+/* #undef HAVE_NETTLE_EDDSA_H */
+
/* Use libnss for crypto */
/* #undef HAVE_NSS */
@@ -602,7 +605,7 @@
#define PACKAGE_NAME "unbound"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "unbound 1.6.4"
+#define PACKAGE_STRING "unbound 1.6.6"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "unbound"
@@ -611,7 +614,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.6.4"
+#define PACKAGE_VERSION "1.6.6"
/* default pidfile location */
#define PIDFILE "/var/unbound/unbound.pid"
@@ -630,7 +633,7 @@
#define ROOT_CERT_FILE "/var/unbound/icannbundle.pem"
/* version number for resource files */
-#define RSRC_PACKAGE_VERSION 1,6,4,0
+#define RSRC_PACKAGE_VERSION 1,6,6,0
/* Directory to chdir to */
#define RUN_DIR "/var/unbound"