From patchwork Sun Aug 15 07:15:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4629 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GnT8g5dMhz3xHZ for ; Sun, 15 Aug 2021 07:15:31 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GnT8f3JSNzt8; Sun, 15 Aug 2021 07:15:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GnT8d6DzBz2y0p; Sun, 15 Aug 2021 07:15:29 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GnT8d26Bzz2xq4 for ; Sun, 15 Aug 2021 07:15:29 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GnT8c62FHzm3 for ; Sun, 15 Aug 2021 07:15:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1629011728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZFP+CNn12qCFihILPsj4Pt5ec0fYYUVNu5KrX4PYgKo=; b=phb3RRUMe+Jw7e0OhziYaADWEID04qs7cLTbES3rAxq3G/R0Q+eGokEGb0mVTmDMH7YMoV 7ZTtETAkgGXDLvBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1629011728; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZFP+CNn12qCFihILPsj4Pt5ec0fYYUVNu5KrX4PYgKo=; b=E79tzKek210wQ7gaM1E/EbobMLypO0VNKTK9LcdLKM1NLoAcwsHuaOYJMiBQg+KtWEYHi8 iBdOOsO6UxpczmlvH6BES2QQWDQb9DB4CnUPqa0Ce3y3sk6o1gbbgyhXXEVqLKZpbiHEfM 2dMwK7cRR9RfFizdGdF78CVJjRmIdPmNZPDXgALqz3Bt9d34YPGiB4mMbNSQYXu5dYOIZv zsItaYQ8EnrmNIrwusHoRtT0/U9E9B8ksFEX4sT41WIXUTv6E9r9QsqobIjpzuasSPZ2Ql IqreQhXk8u4RFKoZrRwPTLh7TFrJMoThHPEVl2ZVGitLAqo9WDyqndoLOob5eg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.13.2 Date: Sun, 15 Aug 2021 09:15:24 +0200 Message-Id: <20210815071524.1910-1-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://nlnetlabs.nl/projects/unbound/download/#unbound-1-13-2 Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka Reviewed-by: Peter Müller --- 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 6d890daf0..558c70268 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.12 +usr/lib/libunbound.so.8.1.13 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 0bd437481..675b4c14b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.13.1 +VER = 1.13.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 = 0cd660a40d733acc6e7cce43731cac62 +$(DL_FILE)_MD5 = 5a63b7228141f45f2ab3169662f7ee13 install : $(TARGET)