diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-09-19 04:17:09 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-09-19 04:17:09 +0000 |
commit | 8f76bb7dad48538c6832c2fb466a433d2a3f8cd5 (patch) | |
tree | aec6c4eb32d3a33e2f10584d66d5aab6510cb270 /lib/libunbound | |
parent | b2bd87bb01a97b5b025614a6bfccb8e109c201cd (diff) | |
parent | 401770e05c71ecb5ae61a59d316069b4b78bf622 (diff) | |
download | src-8f76bb7dad48538c6832c2fb466a433d2a3f8cd5.tar.gz src-8f76bb7dad48538c6832c2fb466a433d2a3f8cd5.zip |
Diffstat (limited to 'lib/libunbound')
-rw-r--r-- | lib/libunbound/Makefile | 6 | ||||
-rw-r--r-- | lib/libunbound/config.h | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index e6f095a09d10..5031470a4efd 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -24,8 +24,10 @@ SRCS= alloc.c as112.c authzone.c autotrust.c cachedb.c config_file.c \ msgreply.c net_help.c netevent.c outbound_list.c outside_network.c \ packed_rrset.c parse.c parseutil.c proxy_protocol.c \ random.c rbtree.c redis.c \ - regional.c respip.c rpz.c rrdef.c rrset.c rtt.c sbuffer.c slabhash.c \ - str2wire.c tcp_conn_limit.c timehist.c tube.c ub_event_pluggable.c \ + regional.c respip.c rfc_1982.c rpz.c rrdef.c rrset.c rtt.c sbuffer.c \ + siphash.c slabhash.c \ + str2wire.c tcp_conn_limit.c timehist.c timeval_func.c \ + tube.c ub_event_pluggable.c \ val_anchor.c val_kcache.c val_kentry.c val_neg.c val_nsec.c \ val_nsec3.c val_secalgo.c val_sigcrypt.c val_utils.c validator.c \ view.c winsock_event.c wire2str.c diff --git a/lib/libunbound/config.h b/lib/libunbound/config.h index 3b9d7dd1c7f9..ef552a856a9d 100644 --- a/lib/libunbound/config.h +++ b/lib/libunbound/config.h @@ -793,7 +793,7 @@ #define PACKAGE_NAME "unbound" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "unbound 1.17.1" +#define PACKAGE_STRING "unbound 1.18.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "unbound" @@ -802,7 +802,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.17.1" +#define PACKAGE_VERSION "1.18.0" /* default pidfile location */ #define PIDFILE "/var/unbound/unbound.pid" @@ -825,7 +825,7 @@ #define ROOT_CERT_FILE "/var/unbound/icannbundle.pem" /* version number for resource files */ -#define RSRC_PACKAGE_VERSION 1,17,1,0 +#define RSRC_PACKAGE_VERSION 1,18,0,0 /* Directory to chdir to */ #define RUN_DIR "/var/unbound" |