From patchwork Sat Oct 5 07:09:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2472 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 46ldCn48Jkz3yYL for ; Sat, 5 Oct 2019 07:09:41 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46ldCm50xnz2Pb; Sat, 5 Oct 2019 07:09:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46ldCm2kS1z2yFb; Sat, 5 Oct 2019 07:09:40 +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 46ldCk200vz2yBF for ; Sat, 5 Oct 2019 07:09:38 +0000 (UTC) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (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 46ldCf1mLvz2Pb for ; Sat, 5 Oct 2019 07:09:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570259374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=UWS0z2CFMb6eeqA+UR1BVQD9tDU/AssbiV7Cf0tRc3Y=; b=DR3VCim0e+CTM/iMep1DJNz14L2ZyYvTKdw+7jHG93OEO26Ir5aOv31VbUqWEvDBpJEoWk RhK9bveFfUA2Q6fdi/eqW4NaqGXyFmnyVHo6G5Bts/FQ7h1K8HYKwo2LTJZLGGEeUo63G5 8MnGETW6PSRIfh+2/gpgvqijE34ciggWi5k8H0Hd3a9SDetiK6o7pqheOeSmWIS4LgWZOS yxTYheCLtU64JrSA+Fxdbk9HijHI9IC6QNOHB07b0Eakj/Mov6OhxzADg4rqO/jHgesytN D6n6DjblQVq9uc0NlGNQ3KFjD0wDP/OpCPIIhNdyrdROiaA2HPJLNc/9FvdQzg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570259374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=UWS0z2CFMb6eeqA+UR1BVQD9tDU/AssbiV7Cf0tRc3Y=; b=Ft4Ws8vrKIQDOKvpeOshoLePBe+E7Bz6cNUyPH21WlcN9Dn9v8ZFs1f9hwU7sAQbUznniU rFSla9iJsHOXCrBA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] unbound: Update to 1.9.4 Date: Sat, 5 Oct 2019 09:09:29 +0200 Message-Id: <20191005070929.3484-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://nlnetlabs.nl/pipermail/unbound-users/2019-October/011832.html "This release is a fix for vulnerability CVE-2019-16866 that causes a failure when a specially crafted query is received." 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 78a741377..58c520ab0 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.3 +usr/lib/libunbound.so.8.1.4 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/lfs/unbound b/lfs/unbound index f81a4166d..5cff54d2b 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.9.3 +VER = 1.9.4 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fe1af630616d7d88d621e300fb87e5d5 +$(DL_FILE)_MD5 = c4d6305f6187deca9e579d4cc5abeaea install : $(TARGET)