From aabd7a137adcc4b724fede00ad7714577146559a Mon Sep 17 00:00:00 2001 From: John Audia Date: Sat, 26 Feb 2022 15:05:02 -0500 Subject: coreutils: patch chmod with upstream fix Apply a post-release upstream patch to chmod to fix some broken behavior. See: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e8b56ebd536e82b15542a00c888109471936bfda A number of major distros including Arch, Alpine and Void import this patch. Signed-off-by: John Audia --- utils/coreutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/coreutils/Makefile') diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index b71faf4ca..4e53fbf9e 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coreutils PKG_VERSION:=9.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/coreutils -- cgit v1.2.3