From patchwork Sun Oct 11 16:44:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3521 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4C8SMq5dwDz3x1S for ; Sun, 11 Oct 2020 16:44:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4C8SMp1fGyzFH; Sun, 11 Oct 2020 16:44:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C8SMp0QQ5z2yNP; Sun, 11 Oct 2020 16:44:54 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4C8SMn05bzz2xNg for ; Sun, 11 Oct 2020 16:44:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4C8SMm1csCzlZ for ; Sun, 11 Oct 2020 16:44:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602434692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=KX05gLJ8YBxL6efrWFMpI0NsevOULD4byVQ/FFJGS6k=; b=Wa4m5VT2ErwNsas/1v4ukmz/E09hb2C/k1v0c3r1qyPvq9MOW8i4MPWrIPNjCKD623K9io ZZr+02nbCKfur6Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602434692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=KX05gLJ8YBxL6efrWFMpI0NsevOULD4byVQ/FFJGS6k=; b=Agl8oPWvibfcaZe3ZIJEaH7LLbsHhDYhsLOlX4MT28J+NYn0iv9q7WMAcaKarmBky6VhzW 6kx8fOVzsiPvgOw/chQ+2cfyxJlD65WDWR4vZhTReyqZ3VEdIVZtMpWSct47Bc676roCx5 bRzMRYsa2VjyC/286ZUf0qd7brv68mU3U001py6cbgimG3HAiatoOLbQhFiJVR0EY7keIN dalgfGh1cgKJWBmUatv5gDlgF9em+n/nNStnMLAw5Xi8TNkvJeR3R+chFcgcpeVaLADsWB ZRxPSgZ82n6nGnHQBTb/SlIZQ1wnTRLrNpKIKBVcr+HrRNd2dlAiIml0QsgI+g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.12.0 Date: Sun, 11 Oct 2020 18:44:46 +0200 Message-Id: <20201011164446.1875-1-matthias.fischer@ipfire.org> 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.29 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://lists.nlnetlabs.nl/pipermail/unbound-users/2020-October/006979.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 bed1eef6a..f24c4f136 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.9 +usr/lib/libunbound.so.8.1.10 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 5ad3b4e60..5ffadff9b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.11.0 +VER = 1.12.0 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 528dcf9bb9aa693a14f9ad5bab417b85 +$(DL_FILE)_MD5 = eb03869cea5dd2b65e21ca068e78d6b0 install : $(TARGET)