From 1b992e2d83da91316210c02b692dd117d0a3ec66 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 5 Jul 2026 21:22:54 +0300 Subject: [PATCH] acl: update to 2.4.0 - Major security improvements (CVE-2026-54369, CVE-2026-54370) - Harden setfacl, getfacl, and chacl against malicious input - Prevent NULL pointer dereferences and memory corruption - New library functions - API improvements and bug fixes See: https://cgit.git.savannah.gnu.org/cgit/acl.git/tree/doc/CHANGES?h=v2.4.0 Signed-off-by: Maxim Storchak --- utils/acl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/acl/Makefile b/utils/acl/Makefile index 75eb450375d9f0..529724da4a7580 100644 --- a/utils/acl/Makefile +++ b/utils/acl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acl -PKG_VERSION:=2.3.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.4.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/acl -PKG_HASH:=97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd +PKG_HASH:=e661131456d2708a01c614a0f400e11d7d1bfaeb6f3e74b75bb980b72f0161a3 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=LGPL-2.1 GPL-2.0