All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4
@ 2021-07-26 20:57 Fabrice Fontaine
  2021-07-26 21:28 ` Thomas Petazzoni
  2021-08-06 19:53 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-07-26 20:57 UTC (permalink / raw)
  To: buildroot; +Cc: André Zwing, Fabrice Fontaine

- 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.
- Update indentation in hash file (two spaces)
- Update hash of NOTICE (update in year:
  https://github.com/krb5/krb5/commit/9cbfdf65e1718849cb03844d65930e5138e88195)

https://web.mit.edu/kerberos/krb5-1.18/krb5-1.18.4.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libkrb5/libkrb5.hash | 4 ++--
 package/libkrb5/libkrb5.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libkrb5/libkrb5.hash b/package/libkrb5/libkrb5.hash
index e5b24a3f70..860f828793 100644
--- a/package/libkrb5/libkrb5.hash
+++ b/package/libkrb5/libkrb5.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256	e61783c292b5efd9afb45c555a80dd267ac67eebabca42185362bee6c4fbd719  krb5-1.18.3.tar.gz
+sha256  66085e2f594751e77e82e0dbf7bbc344320fb48a9df2a633cfdd8f7d6da99fc8  krb5-1.18.4.tar.gz
 
 # Hash for license file:
-sha256	b7a5f14a8719bce5e49a761998aa55438fc890fb40f71228d6a49546f6d5690d  NOTICE
+sha256  7fba8b076bdc2cfef1d0813c5d4067d76d5be60c32d84de22d5d1cf451744feb  NOTICE
diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
index 794cedd33c..89f219d913 100644
--- a/package/libkrb5/libkrb5.mk
+++ b/package/libkrb5/libkrb5.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBKRB5_VERSION_MAJOR = 1.18
-LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR).3
+LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR).4
 LIBKRB5_SITE = https://web.mit.edu/kerberos/dist/krb5/$(LIBKRB5_VERSION_MAJOR)
 LIBKRB5_SOURCE = krb5-$(LIBKRB5_VERSION).tar.gz
 LIBKRB5_SUBDIR = src
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4
  2021-07-26 20:57 [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4 Fabrice Fontaine
@ 2021-07-26 21:28 ` Thomas Petazzoni
  2021-08-06 19:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-26 21:28 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: André Zwing, buildroot

On Mon, 26 Jul 2021 22:57:27 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - 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.
> - Update indentation in hash file (two spaces)
> - Update hash of NOTICE (update in year:
>   https://github.com/krb5/krb5/commit/9cbfdf65e1718849cb03844d65930e5138e88195)
> 
> https://web.mit.edu/kerberos/krb5-1.18/krb5-1.18.4.html
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libkrb5/libkrb5.hash | 4 ++--
>  package/libkrb5/libkrb5.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4
  2021-07-26 20:57 [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4 Fabrice Fontaine
  2021-07-26 21:28 ` Thomas Petazzoni
@ 2021-08-06 19:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-08-06 19:53 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: André Zwing, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - 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.
 > - Update indentation in hash file (two spaces)
 > - Update hash of NOTICE (update in year:
 >   https://github.com/krb5/krb5/commit/9cbfdf65e1718849cb03844d65930e5138e88195)

 > https://web.mit.edu/kerberos/krb5-1.18/krb5-1.18.4.html

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-06 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 20:57 [Buildroot] [PATCH 1/1] package/libkrb5: security bump to version 1.18.4 Fabrice Fontaine
2021-07-26 21:28 ` Thomas Petazzoni
2021-08-06 19:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.