From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] libgcrypt: Update to 1.10.3 Date: Mon, 08 Jan 2024 09:47:00 +0000 Message-ID: <12e4e5fb-b55f-4d5b-b223-2288778ffc6c@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1449854607076668334==" List-Id: --===============1449854607076668334== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Refer to https://dev.gnupg.org/T6817 for release information concerning this version. Signed-off-by: Peter M=C3=BCller --- 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/libg= crypt index fe687dab5..f08cf1db3 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.4.2 +usr/lib/libgcrypt.so.20.4.3 #usr/lib/pkgconfig/libgcrypt.pc #usr/share/aclocal/libgcrypt.m4 #usr/share/info/gcrypt.info diff --git a/lfs/libgcrypt b/lfs/libgcrypt index a79f5bed2..dfd7a9a2f 100644 --- a/lfs/libgcrypt +++ b/lfs/libgcrypt @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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 @@ =20 include Config =20 -VER =3D 1.10.2 +VER =3D 1.10.3 =20 THISAPP =3D libgcrypt-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c86b29648664aae3fb694b20ad258828d2cecbb09db2b83df00fbd= ebd5d74228c92015c50f659c250cb0768ccaef7949294d9b7cdcd47e1387b7dce81d35da19 +$(DL_FILE)_BLAKE2 =3D 1a228e02820e886016eb55dee75936c4422a15fb4f95a2f9bcd1e4= faac4015d4321c7c8d23f164eb08ece5d62935ab3b3d3104eabfdd22db997ab3e5689dfa6f =20 install : $(TARGET) =20 --=20 2.35.3 --===============1449854607076668334==--