From: Adolf Belka Date: Sat, 11 Sep 2021 10:57:09 +0000 (+0200) Subject: krb5: Update to version 1.19.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e0c1a8aec13c626b905e97531a2f3f1b5d31e9b;p=people%2Fstevee%2Fipfire-2.x.git krb5: Update to version 1.19.2 - Update from 1.19.1 to 1.19.2 - Update of rootfile not required - Changelog Major changes in 1.19.2 (2021-07-22) This is a bug fix release. * Fix a denial of service attack against the KDC encrypted challenge code [CVE-2021-36222]. * Fix a memory leak when gss_inquire_cred() is called without a credential handle. krb5-1.19.2 changes by ticket ID 8989 Fix typo in enctypes.rst 8992 Avoid rand() in aes-gen test program 9005 Fix argument type errors on Windows 9006 doc build fails with Sphinx 4.0.2 9007 Fix KDC null deref on bad encrypted challenge 9014 Using locking in MEMORY krb5_cc_get_principal() 9015 Fix use-after-free during krad remote_shutdown() 9016 Memory leak in krb5_gss_inquire_cred Signed-off-by: Adolf Belka Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/krb5 b/lfs/krb5 index a972920e7e..f72c12fd0d 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -24,7 +24,7 @@ include Config -VER = 1.19.1 +VER = 1.19.2 THISAPP = krb5-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)/src TARGET = $(DIR_INFO)/$(THISAPP) PROG = krb5 -PAK_VER = 6 +PAK_VER = 7 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 81257292f8243f735654d4fd5d1fef6a +$(DL_FILE)_MD5 = eb51b7724111e1a458a8c9a261d45a31 install : $(TARGET)