]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
unbound: Update to 1.9.4
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 5 Oct 2019 07:09:29 +0000 (09:09 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 8 Oct 2019 19:01:41 +0000 (19:01 +0000)
For details see:
https://nlnetlabs.nl/pipermail/unbound-users/2019-October/011832.html

"This release is a fix for vulnerability CVE-2019-16866 that causes a
failure when a specially crafted query is received."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/unbound
lfs/unbound

index 78a741377effd9a6665e52bcb2b8d5219a0fc54c..58c520ab025e34f5fe537d0808223e0173ae6f07 100644 (file)
@@ -11,7 +11,7 @@ etc/unbound/unbound.conf
 #usr/lib/libunbound.la
 #usr/lib/libunbound.so
 usr/lib/libunbound.so.8
-usr/lib/libunbound.so.8.1.3
+usr/lib/libunbound.so.8.1.4
 #usr/lib/pkgconfig/libunbound.pc
 usr/sbin/unbound
 usr/sbin/unbound-anchor
index f81a4166d1ff8fed58845c1537e8ae4a94d8f99c..5cff54d2b0766577a27565affd507c29c7200f6d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.9.3
+VER        = 1.9.4
 
 THISAPP    = unbound-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fe1af630616d7d88d621e300fb87e5d5
+$(DL_FILE)_MD5 = c4d6305f6187deca9e579d4cc5abeaea
 
 install : $(TARGET)