From patchwork Tue Jun 18 05:11:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2304 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 4F197887EE8 for ; Mon, 17 Jun 2019 20:11:11 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45SLR14Vh6z581gk; Mon, 17 Jun 2019 20:11:09 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45SLQx2Tclz581gR for ; Mon, 17 Jun 2019 20:11:05 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1560798665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WKnYTE0E3FJSymjXL3ycAcwXvhLMFF2XHEoyqTL3Ecg=; b=a6gRAEJ102XKe9t8xaxMTEYDlOkWijWsxD60yclsQwrnKBgBMVaOf3pyE8Jzmv20ryGD3J 9dc2xy8OyBvSu46ieXCC+JtIzgNg71xDspN3pzT+eaqPzVjbJ5+yJ7PBF54chANcNKownS aqn9JPjTZyLVNe86A0PjO6s1lh1Y/M/Ia73LwuML4BQhoYGQbcGb6mV7RJ2UYMoUoC5VK0 58MwioB0pnvHkkbjDe03EMSKhyf+Dx3d/oD5ok+Z06FtAFw87cSaWDuXgLV7LbOS5OGUi+ L3iiftakAfQfw3uSyFuDUZQMFkLIrsKohG+XAoRc3MTHVONzh4QM7iJ2g9rGVA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1560798665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=WKnYTE0E3FJSymjXL3ycAcwXvhLMFF2XHEoyqTL3Ecg=; b=rb7hNZdL/N99XPwWuJyo7bhe0HTCnQ6aPHxLBDQ/6txreNkzNXA1FOuHf3k1sSE3e5NWCR ymP1+i8vAcymfFDw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.9.2 Date: Mon, 17 Jun 2019 21:11:00 +0200 Message-Id: <20190617191100.28494-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://nlnetlabs.nl/pipermail/unbound-users/2019-June/011632.html Signed-off-by: Matthias Fischer --- 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 a130a059b..7bab5a7dc 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.8 -usr/lib/libunbound.so.8.1.1 +usr/lib/libunbound.so.8.1.2 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 87666dfce..e017dcd78 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.9.1 +VER = 1.9.2 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5d954920d192b33f7c88f015dd969940 +$(DL_FILE)_MD5 = 244e10977d1453dff669caa3c0efba18 install : $(TARGET)