From ba5dccd0081de56edc7218239f2266243baf3c51 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 6 May 2018 12:37:31 +0200 Subject: [PATCH] unbound: Update to 1.7.1 For details see: http://www.unbound.net/download.html Best, Matthias Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- config/rootfiles/common/unbound | 2 +- lfs/unbound | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index d2969bef1a..db0ab1b944 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -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.8 +usr/lib/libunbound.so.2.5.9 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 4209c7a423..ac0c8fd57a 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.7.0 +VER = 1.7.1 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 49937b5f99a6fc2de8c5f3bb22a54390 +$(DL_FILE)_MD5 = e3614d9746e1fd45f191a2b88ad8df04 install : $(TARGET) -- 2.39.2