From a55df65bc91b49c3f404faf2fd3ccf18aa63b83d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 24 Apr 2018 14:26:21 +0000 Subject: [PATCH] - Fix contrib/fastrpz.patch for this release. git-svn-id: file:///svn/unbound/trunk@4659 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/fastrpz.patch | 2 +- doc/Changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/fastrpz.patch b/contrib/fastrpz.patch index 6e78bf1b7..d5edc3224 100644 --- a/contrib/fastrpz.patch +++ b/contrib/fastrpz.patch @@ -21,7 +21,7 @@ Index: unbound-1.7.0~rc1/Makefile.in @@ -125,7 +127,7 @@ validator/val_sigcrypt.c validator/val_u edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \ edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \ - cachedb/cachedb.c respip/respip.c $(CHECKLOCK_SRC) \ + cachedb/cachedb.c cachedb/redis.c respip/respip.c $(CHECKLOCK_SRC) \ -$(DNSTAP_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) +$(DNSTAP_SRC) $(FASTRPZ_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) COMMON_OBJ_WITHOUT_NETCALL=dns.lo infra.lo rrset.lo dname.lo msgencode.lo \ diff --git a/doc/Changelog b/doc/Changelog index 9f4630789..fb58b88a9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +24 April 2018: Wouter + - Fix contrib/fastrpz.patch for this release. + 24 April 2018: Ralph - Added root-key-sentinel support -- 2.47.3