From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] krb5: Update to version 1.21.3 Date: Tue, 19 Nov 2024 22:10:52 +0100 Message-ID: <20241119211106.2194373-4-adolf.belka@ipfire.org> In-Reply-To: <20241119211106.2194373-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4002425292213493866==" List-Id: --===============4002425292213493866== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.21.2 to 1.21.3 - Update of rootfile not required - Changelog 1.21.3 * Fix vulnerabilities in GSS message token handling [CVE-2024-37370, CVE-2024-37371]. * Fix a potential bad pointer free in krb5_cccol_have_contents(). * Fix a memory leak in the macOS ccache type. Signed-off-by: Adolf Belka --- lfs/krb5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/krb5 b/lfs/krb5 index cf5daa54a..73f249e8b 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -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 = # @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Kerberos =20 -VER =3D 1.21.2 +VER =3D 1.21.3 =20 THISAPP =3D krb5-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 2afb3ff962a343bc07182fdab0c0ffb221632ff38baab74278cfc7= 21ae72deacc260221470de36e420584f00b780e13221d2e511d4831bca8e1270b7f3d9e824 +$(DL_FILE)_BLAKE2 =3D e909a55eaedab68e5c829bb7bbd26cec5db2d7b8d97f3b034de94d= 8f957003f16977ac619afee3b862f288e59f05c5e44f41e65b8883961c8b22a26e2f4733bc =20 install : $(TARGET) =20 --=20 2.47.0 --===============4002425292213493866==--