From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] krb5: Update to version 1.20.1 Date: Mon, 26 Dec 2022 08:49:21 +0000 Message-ID: <4ca7eaaf-6427-6974-7198-860c0a045d29@ipfire.org> In-Reply-To: <20221217121427.3532488-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9032121925024802080==" List-Id: --===============9032121925024802080== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 1.20 to 1.20.1 > - Update of rootfile not required > - Changelog > Major changes in 1.20.1 (2022-11-15) > Fix integer overflows in PAC parsing [CVE-2022-42898]. > Fix null deref in KDC when decoding invalid NDR. > Fix memory leak in OTP kdcpreauth module. > Fix PKCS11 module path search. >=20 > Signed-off-by: Adolf Belka > --- > lfs/krb5 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/krb5 b/lfs/krb5 > index ce7d52d11..0b4dae8cc 100644 > --- a/lfs/krb5 > +++ b/lfs/krb5 > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D Kerberos > =20 > -VER =3D 1.20 > +VER =3D 1.20.1 > =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 fdaaab6c16dbe073c4308f312e321536b582b75fad10e5450be6= 6b6b828825c8c775e56f5287d4a7df819d20889e5c0d9cc1d179d861c9caba185332c0db7387 > +$(DL_FILE)_BLAKE2 =3D ead16f8b1aec8bba3776628b74257c9aec891770c1fa6d5c5e66= 275db5f078ca59c9944cd2b017453b777ce080f8e5a322f735fab77691479cfad7b881b92830 > =20 > install : $(TARGET) > =20 --===============9032121925024802080==--