From patchwork Fri Feb 19 23:14:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3906 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 4Dj6pg33Q4z3wps for ; Fri, 19 Feb 2021 23:14:19 +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 4Dj6pf4MMmzx4; Fri, 19 Feb 2021 23:14:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Dj6pf3NYhz30Nw; Fri, 19 Feb 2021 23:14:18 +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 4Dj6pd6H7Dz2xCY for ; Fri, 19 Feb 2021 23:14:17 +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 4Dj6pc6J9zz3P for ; Fri, 19 Feb 2021 23:14:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1613776456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=9JercBfl99I6phomDjkr9XXs/LjPzjoDaY683uDZB7Y=; b=pkUkgHy4KxpAJ70vSlmemS44KQUaUzZ05W28MjFdPJ6R20XEKF9uU/kGnOcN93P+09iAa6 2hYDEKsOe5u7ISAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1613776456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=9JercBfl99I6phomDjkr9XXs/LjPzjoDaY683uDZB7Y=; b=vfdsUttaaCTtGH4hHlyjHJrq46wTQXwrx3TRNQr9NQatniBciuedXn7zZeDuADonsnYzen e7yDBSj7QqAH9aMaKG+hOmR9K4jRAkr8JbKOnX9dPTRos7xedaHhtlqBQmdsSTbV+ojtiU Cof2EqS/SNnAy1YIDZ//04EWxdjXgww9yKBOIHoDmZU0HDbcN+CDFfiTyxmh4IkUHs2fK2 z61SlhWCi8hgz2vLZiBkJTvsf4kSEyIH9HHMXr0T8190Icb0pSGTP8mLpMhqhlG70ShRhd xmCnGTlNVvARiN9UQ50XTPryWJRb0q67qreyOZRdBse2c6yOIncG3O8AX4DM1A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libgcrypt: Update to 1.9.2 Date: Sat, 20 Feb 2021 00:14:12 +0100 Message-Id: <20210219231412.4780-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://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000457.html Signed-off-by: Matthias Fischer --- config/rootfiles/common/libgcrypt | 2 +- lfs/libgcrypt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt index 63af7e6b1..756940b40 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.3.1 +usr/lib/libgcrypt.so.20.3.2 #usr/lib/pkgconfig/libgcrypt.pc #usr/share/aclocal/libgcrypt.m4 #usr/share/info/gcrypt.info diff --git a/lfs/libgcrypt b/lfs/libgcrypt index a901c558f..392a21c30 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -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.9.1 +VER = 1.9.2 THISAPP = libgcrypt-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8805f3e466af315222b6e1864f52b79a +$(DL_FILE)_MD5 = 00121b05e1ff4cc85a4a6503e0a7d9fb install : $(TARGET)