From patchwork Tue Feb 9 17:33:17 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3880 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4DZqk00lgKz3wpr for ; Tue, 9 Feb 2021 17:33:28 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4DZqjy5pLszdD; Tue, 9 Feb 2021 17:33:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DZqjy4mqkz2yDf; Tue, 9 Feb 2021 17:33:26 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4DZqjw5d8lz2x9h for ; Tue, 9 Feb 2021 17:33:24 +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 4DZqjv1FKbzZT for ; Tue, 9 Feb 2021 17:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1612892003; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=LxEJkz3NTOjspPyyxgP4oSYU4rc0LXJ/P6RmjzJyPAQ=; b=KtQOsAbi1mecSybe2kBu6r8Yf5paUbQCsSbJHqaKRhyTA5tVnMgU+1QxC8KyW/Dx2KXzWs SXAnyWRXaVQ6MIxkuUHVqUHT5QRCy11GIfxggBn12I/pD7iAxS6Tpls6VR+dNau+xTw4NM UEEIx0L6owHraRwVBZ5iLzVezSPj8aj/gVw8XTRfkwnzgq4Jzx9JFrNyzhU94Gny9XEiwH ghJi4BybDuw/qM9XfrQwvN5E1BIv5F3C/4n146t6PFC8IbHMR8zG4CMy+hypmCpFaRdPTd B8oSFinQ1f/Gg6LzRIZ8EBmZUavmNTCMVAOuEDVAXB9VgYjwAGXeS1m2WJNiJQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1612892003; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=LxEJkz3NTOjspPyyxgP4oSYU4rc0LXJ/P6RmjzJyPAQ=; b=TCu9fom4SuvbzFUdbz7ymiF69VtIR3ctfW+Ck6YskhGsJuH7MnmZqJW03kN9ZZkws1xbQ4 /bWrLVNn4MHk4HBQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.13.1 Date: Tue, 9 Feb 2021 18:33:17 +0100 Message-Id: <20210209173317.1927-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-1 Signed-off-by: Matthias Fischer --- config/rootfiles/common/unbound | 2 +- lfs/unbound | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 45fee4460..6d890daf0 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.11 +usr/lib/libunbound.so.8.1.12 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index 69cb91d73..0bd437481 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.13.0 +VER = 1.13.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 = 5a522f10c65332efe627098d2d24f947 +$(DL_FILE)_MD5 = 0cd660a40d733acc6e7cce43731cac62 install : $(TARGET)