public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] krb5: Update to version 1.22.2
Date: Mon, 25 May 2026 14:24:58 +0200	[thread overview]
Message-ID: <20260525122505.3658371-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org>

- Update from version 1.22.1 to 1.22.2
- No change to rootfile
- 1 CVE fix
- Changelog
1.22.2
Fix potential uninitialized pointer free in kadm5 XDR parsing [CVE-2023-36054].
Fix read overruns in SPNEGO parsing.
Compatibility fix for autoconf 2.72.

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

diff --git a/lfs/krb5 b/lfs/krb5
index cdf2d80d6..1c3f5e2b2 100644
--- a/lfs/krb5
+++ b/lfs/krb5
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Kerberos
 
-VER        = 1.22.1
+VER        = 1.22.2
 
 THISAPP    = krb5-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = aed6a7f511ae7085a81fa6dc553881ea478bb8bb8aa43ab13e1312ead392fb93173998bfdfc730dca4d715b2ed52da6a12f2417f95525d9ff5c4629e8ca5fedc
+$(DL_FILE)_BLAKE2 = c0fee5d954fee1c10dcd16f37243fbf586b23f1136e58c21202cd38f195586592cf6d5fa1b9eba27c8b5210db4dcc72ea47a20011295980d5eda671861571a7e
 
 install : $(TARGET)
 
@@ -78,14 +78,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && patch -Np2 -i $(DIR_SRC)/src/patches/krb5-1.18.3_remove_known_failed_test.patch
 	cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/krb5-1.12.3-FTBFS.patch
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--localstatedir=/var/lib \
-		--with-system-et \
-		--with-system-ss \
-		--enable-dns-for-realm \
-		CPPFLAGS="-I/usr/include/et"
-
+				--prefix=/usr \
+				--sysconfdir=/etc \
+				--localstatedir=/var/lib \
+				--with-system-et \
+				--with-system-ss \
+				--enable-dns-for-realm \
+				CPPFLAGS="-I/usr/include/et"
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
 
-- 
2.54.0



  parent reply	other threads:[~2026-05-25 12:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-25 12:24 [PATCH] core203: Ship iana-etc Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship krb5 Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship libusb Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship lvm2 Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship meson Adolf Belka
2026-05-25 12:24 ` [PATCH] core203: Ship sqlite Adolf Belka
2026-05-25 12:24 ` [PATCH] iana-etc: Update to version 20260511 Adolf Belka
2026-05-25 12:24 ` Adolf Belka [this message]
2026-05-25 12:24 ` [PATCH] libusb: Update to version 1.0.30 Adolf Belka
2026-05-25 12:25 ` [PATCH] lvm2: Update to version 2.03.41 Adolf Belka
2026-05-25 12:25 ` [PATCH] meson: Update to version 1.11.1 Adolf Belka
2026-05-25 12:25 ` [PATCH] sqlite: Update to version 3530100 Adolf Belka
2026-05-25 12:25 ` [PATCH] tmux: Update to version 3.6b Adolf Belka
2026-05-25 12:25 ` [PATCH] vim: Update to version 9.2.0526 Adolf Belka
2026-05-25 12:25 ` [PATCH] xfsprogs: Update to version 7.0.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260525122505.3658371-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox