All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libkrb5: bump to 1.21.2
@ 2024-03-26 17:28 André Zwing
  2024-05-10 21:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: André Zwing @ 2024-03-26 17:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: André Zwing <nerv@dawncrow.de>
---
 package/libkrb5/libkrb5.hash | 2 +-
 package/libkrb5/libkrb5.mk   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/libkrb5/libkrb5.hash b/package/libkrb5/libkrb5.hash
index 22178d0dec..02c0e3396e 100644
--- a/package/libkrb5/libkrb5.hash
+++ b/package/libkrb5/libkrb5.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256  69f8aaff85484832df67a4bbacd99b9259bd95aab8c651fbbe65cdc9620ea93b  krb5-1.21.tar.gz
+sha256  9560941a9d843c0243a71b17a7ac6fe31c7cebb5bce3983db79e52ae7e850491  krb5-1.21.2.tar.gz
 
 # Hash for license file:
 sha256  0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2  NOTICE
diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
index c58763eddd..08bc74eb34 100644
--- a/package/libkrb5/libkrb5.mk
+++ b/package/libkrb5/libkrb5.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-LIBKRB5_VERSION = 1.21
-LIBKRB5_SITE = https://web.mit.edu/kerberos/dist/krb5/$(LIBKRB5_VERSION)
+LIBKRB5_VERSION_MAJOR = 1.21
+LIBKRB5_VERSION = $(LIBKRB5_VERSION_MAJOR).2
+LIBKRB5_SITE = https://web.mit.edu/kerberos/dist/krb5/$(LIBKRB5_VERSION_MAJOR)
 LIBKRB5_SOURCE = krb5-$(LIBKRB5_VERSION).tar.gz
 LIBKRB5_SUBDIR = src
 LIBKRB5_LICENSE = MIT, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause, others
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libkrb5: bump to 1.21.2
  2024-03-26 17:28 [Buildroot] [PATCH] package/libkrb5: bump to 1.21.2 André Zwing
@ 2024-05-10 21:32 ` Thomas Petazzoni via buildroot
  2024-06-08  7:20   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-10 21:32 UTC (permalink / raw)
  To: André Zwing; +Cc: buildroot

On Tue, 26 Mar 2024 18:28:22 +0100
André Zwing <nerv@dawncrow.de> wrote:

> Signed-off-by: André Zwing <nerv@dawncrow.de>
> ---
>  package/libkrb5/libkrb5.hash | 2 +-
>  package/libkrb5/libkrb5.mk   | 5 +++--
>  2 files changed, 4 insertions(+), 3 deletions(-)

Applied to master, thanks.

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

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

* Re: [Buildroot] [PATCH] package/libkrb5: bump to 1.21.2
  2024-05-10 21:32 ` Thomas Petazzoni via buildroot
@ 2024-06-08  7:20   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-06-08  7:20 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: André Zwing, Thomas Petazzoni

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Tue, 26 Mar 2024 18:28:22 +0100
 > André Zwing <nerv@dawncrow.de> wrote:

 >> Signed-off-by: André Zwing <nerv@dawncrow.de>
 >> ---
 >> package/libkrb5/libkrb5.hash | 2 +-
 >> package/libkrb5/libkrb5.mk   | 5 +++--
 >> 2 files changed, 4 insertions(+), 3 deletions(-)

 > Applied to master, thanks.

1.21.1 and 1.21.2 both fix security issues, so this should have been
marked as a security bump and mentioned that.

Committed to 2024.02.x with that fixed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-06-08  7:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 17:28 [Buildroot] [PATCH] package/libkrb5: bump to 1.21.2 André Zwing
2024-05-10 21:32 ` Thomas Petazzoni via buildroot
2024-06-08  7:20   ` 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.