mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://lists.nongnu.org/archive/html/acl-devel/2026-06/msg00000.html Fixes CVE-2026-54369, CVE-2026-54370 and CVE-2026-54371. Removed patches which are included in this release. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
551 B
Makefile
19 lines
551 B
Makefile
################################################################################
|
|
#
|
|
# attr
|
|
#
|
|
################################################################################
|
|
|
|
ATTR_VERSION = 2.6.0
|
|
ATTR_SOURCE = attr-$(ATTR_VERSION).tar.xz
|
|
ATTR_SITE = http://download.savannah.gnu.org/releases/attr
|
|
ATTR_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
|
ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
|
|
ATTR_CPE_ID_VALID = YES
|
|
ATTR_INSTALL_STAGING = YES
|
|
|
|
ATTR_CONF_OPTS = --disable-nls
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|