From fc493037615f892f1db08006d28a59ecade55291 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Tue, 26 Aug 2025 14:51:53 -0500 Subject: [PATCH] krb5: update to 1.22.1 Upstream list of changes is available at https://web.mit.edu/kerberos/krb5-1.22/krb5-1.22.1.html. Of note is that this release fixes CVE-2025-57736. Also removes "-std=gnu11" from build. Signed-off-by: W. Michael Petullo --- net/krb5/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 8b3c7a3239..35c91ccdab 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=krb5 -PKG_VERSION:=1.22 +PKG_VERSION:=1.22.1 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo @@ -19,7 +19,7 @@ PKG_CPE_ID:=cpe:/a:mit:kerberos_5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://web.mit.edu/kerberos/dist/krb5/1.22 -PKG_HASH:=652be617b4647f3c5dcac21547d47c7097101aad4e306f1778fb48e17b220ba3 +PKG_HASH:=1a8832b8cad923ebbf1394f67e2efcf41e3a49f460285a66e35adec8fa0053af PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 @@ -107,8 +107,6 @@ define Build/InstallDev $(LN) ../../usr/bin/krb5-config $(2)/bin/krb5-config endef -TARGET_CFLAGS += -std=gnu11 - define Package/krb5-libs/install $(INSTALL_DIR) $(1)/usr/lib $(INSTALL_DIR) $(1)/usr/lib/krb5