From 9d8ad7b8efdb5ccdf9dd1e4a14abc1f49023571d Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Sun, 5 Jul 2026 18:53:59 +0300 Subject: [PATCH] attr: update to 2.6.0 - Security fixes for CVE-2026-54371 - New extended attribute system call support introduced in kernel 6.13 - Code improvements and fixes Link: https://cgit.git.savannah.gnu.org/cgit/attr.git/tree/doc/CHANGES?h=v2.6.0 Signed-off-by: Maxim Storchak --- utils/attr/Makefile | 6 +++--- utils/attr/patches/200-basename.patch | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 utils/attr/patches/200-basename.patch diff --git a/utils/attr/Makefile b/utils/attr/Makefile index 4ddc73988d91bf..e88c3dfd203409 100644 --- a/utils/attr/Makefile +++ b/utils/attr/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attr -PKG_VERSION:=2.5.2 -PKG_RELEASE:=3 +PKG_VERSION:=2.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/attr -PKG_HASH:=f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b +PKG_HASH:=6c8a2148a7b85043b68492bce43316b0e2e214fc4e628c7ede078e76e216330b PKG_MAINTAINER:=Maxim Storchak PKG_CPE_ID:=cpe:/a:attr_project:attr diff --git a/utils/attr/patches/200-basename.patch b/utils/attr/patches/200-basename.patch deleted file mode 100644 index 81c3112143f347..00000000000000 --- a/utils/attr/patches/200-basename.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tools/attr.c -+++ b/tools/attr.c -@@ -27,6 +27,7 @@ - #include - #include - #include -+#include - #include - - #include