krb5: Update to version 1.20.1

Message ID 20221217121427.3532488-2-adolf.belka@ipfire.org
State Accepted
Commit 75b473e2d667fe6718b07472d3c761e3a8b066e1
Headers
Series krb5: Update to version 1.20.1 |

Commit Message

Adolf Belka Dec. 17, 2022, 12:14 p.m. UTC
  - 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.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/krb5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Dec. 26, 2022, 8:49 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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.
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/krb5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/krb5 b/lfs/krb5
> index ce7d52d11..0b4dae8cc 100644
> --- a/lfs/krb5
> +++ b/lfs/krb5
> @@ -26,7 +26,7 @@ include Config
>  
>  SUMMARY    = Kerberos
>  
> -VER        = 1.20
> +VER        = 1.20.1
>  
>  THISAPP    = krb5-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = fdaaab6c16dbe073c4308f312e321536b582b75fad10e5450be66b6b828825c8c775e56f5287d4a7df819d20889e5c0d9cc1d179d861c9caba185332c0db7387
> +$(DL_FILE)_BLAKE2 = ead16f8b1aec8bba3776628b74257c9aec891770c1fa6d5c5e66275db5f078ca59c9944cd2b017453b777ce080f8e5a322f735fab77691479cfad7b881b92830
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/krb5 b/lfs/krb5
index ce7d52d11..0b4dae8cc 100644
--- a/lfs/krb5
+++ b/lfs/krb5
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = Kerberos
 
-VER        = 1.20
+VER        = 1.20.1
 
 THISAPP    = krb5-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = fdaaab6c16dbe073c4308f312e321536b582b75fad10e5450be66b6b828825c8c775e56f5287d4a7df819d20889e5c0d9cc1d179d861c9caba185332c0db7387
+$(DL_FILE)_BLAKE2 = ead16f8b1aec8bba3776628b74257c9aec891770c1fa6d5c5e66275db5f078ca59c9944cd2b017453b777ce080f8e5a322f735fab77691479cfad7b881b92830
 
 install : $(TARGET)