]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/commitdiff
unbound: Update to 1.6.5
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 22 Aug 2017 19:06:19 +0000 (21:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Aug 2017 10:28:43 +0000 (11:28 +0100)
Changelog:

"21 Aug 2017: Wouter
- Fix install of trust anchor when two anchors are present, makes both
  valid.  Checks hash of DS but not signature of new key.  This fixes installs between
  sep11 and oct11 2017."

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/unbound
lfs/unbound

index 5d33140c83399e15d9eea887b5db99ac10d6db99..b029c8b985f9d9501cfa85cc010769b276a4c352 100644 (file)
@@ -11,7 +11,7 @@ etc/unbound/unbound.conf
 #usr/lib/libunbound.la
 #usr/lib/libunbound.so
 usr/lib/libunbound.so.2
-usr/lib/libunbound.so.2.5.3
+usr/lib/libunbound.so.2.5.4
 usr/sbin/unbound
 usr/sbin/unbound-anchor
 usr/sbin/unbound-checkconf
index 5046f45f3f48bf38fa790d9ba29514487a95b00b..4625284186611983203a36c418a330f6e403a281 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.4
+VER        = 1.6.5
 
 THISAPP    = unbound-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ab6f7c07610907f1d87191c9ac2db87a
+$(DL_FILE)_MD5 = 5825332b72bae9d8793f9cba16cb13fd
 
 install : $(TARGET)