From patchwork Wed Aug 19 15:57:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3379 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 4BWsqp1S4Bz3x1D for ; Wed, 19 Aug 2020 15:57:42 +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 4BWsqn0FSQztr; Wed, 19 Aug 2020 15:57:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BWsqm3PXpz2xxt; Wed, 19 Aug 2020 15:57: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 4BWsqm0Gnkz2xd3 for ; Wed, 19 Aug 2020 15:57:40 +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 4BWsql2C9kzFH for ; Wed, 19 Aug 2020 15:57:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597852659; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZfCxQVqjevDBV/4JfgDo7P9DkQ5vs0SFIzzOzeNvbNw=; b=liLF0plEgVBl9KAWWGFT5h9CT2EZYQrkm/HBEYAm4QbogluxP5K4AoXeFgaD8XyqGnVHER 5YXYuuiVCEd1ucBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597852659; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZfCxQVqjevDBV/4JfgDo7P9DkQ5vs0SFIzzOzeNvbNw=; b=eqm5G0Mt/IPlwtQHNP8XdQsCyh4q6LnAaa6/AUNeDkfFZHPYVjVrOcKfs8QR3yz5GcBgoV 7QJ3q4ugGu5hiVS57QmjGGTIZMNUbM/VAOFffyjFnAjmZfsp7miHQ8CM7Puhu/7XRA7bYb /svShtJ93YFHJC0KczII7vqCt+LVjvXtC63Oh7z1ETCwklH754tjy8KzXk98Vir5B6INk6 dC1/GFlLdiQyOFBmiLPuSNKYy9/n9VtGtaO2Bt2gnzfqg2tZfAzOoNrRTHCAzcTdlzSj1D kwPqm8eug4GUcM9sKd743fRo4f5EEGkcU2lAMhrgM9xfxhWsTOGxaqSkhwiqow== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libgcrypt: Update to 1.8.6 Date: Wed, 19 Aug 2020 17:57:34 +0200 Message-Id: <20200819155734.13990-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass 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.gnu.org/archive/html/info-gnu/2020-07/msg00001.html Signed-off-by: Matthias Fischer --- config/rootfiles/common/libgcrypt | 2 +- lfs/libgcrypt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt index 50aa47867..b22708afa 100644 --- a/config/rootfiles/common/libgcrypt +++ b/config/rootfiles/common/libgcrypt @@ -6,7 +6,7 @@ #usr/lib/libgcrypt.la #usr/lib/libgcrypt.so usr/lib/libgcrypt.so.20 -usr/lib/libgcrypt.so.20.2.5 +usr/lib/libgcrypt.so.20.2.6 #usr/lib/pkgconfig/libgcrypt.pc #usr/share/aclocal/libgcrypt.m4 #usr/share/info/gcrypt.info diff --git a/lfs/libgcrypt b/lfs/libgcrypt index 57a456e7b..a89cc9156 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -24,7 +24,7 @@ include Config -VER = 1.8.5 +VER = 1.8.6 THISAPP = libgcrypt-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 348cc4601ca34307fc6cd6c945467743 +$(DL_FILE)_MD5 = e9dfc1e789a2a42f36917c543fcd7862 install : $(TARGET)