mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 07:10:43 -05:00
- Fix contrib/fastrpz.patch for this release.
git-svn-id: file:///svn/unbound/trunk@4659 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d6de848e29
commit
a55df65bc9
2 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Index: unbound-1.7.0~rc1/Makefile.in
|
||||||
@@ -125,7 +127,7 @@ validator/val_sigcrypt.c validator/val_u
|
@@ -125,7 +127,7 @@ validator/val_sigcrypt.c validator/val_u
|
||||||
edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \
|
edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \
|
||||||
edns-subnet/addrtree.c edns-subnet/subnet-whitelist.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) $(DNSCRYPT_SRC) $(IPSECMOD_SRC)
|
||||||
+$(DNSTAP_SRC) $(FASTRPZ_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 \
|
COMMON_OBJ_WITHOUT_NETCALL=dns.lo infra.lo rrset.lo dname.lo msgencode.lo \
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
24 April 2018: Wouter
|
||||||
|
- Fix contrib/fastrpz.patch for this release.
|
||||||
|
|
||||||
24 April 2018: Ralph
|
24 April 2018: Ralph
|
||||||
- Added root-key-sentinel support
|
- Added root-key-sentinel support
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue