[openwrt/openwrt] tools/fakeroot: update to 1.28
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 13 12:53:39 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9a44bc78b4413673f15a425e066d5c771b8054c6
commit 9a44bc78b4413673f15a425e066d5c771b8054c6
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sun Mar 6 20:53:47 2022 -0800
tools/fakeroot: update to 1.28
Refreshed patches.
Upstream says there's only a bugfix for GNU Hurd.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
tools/fakeroot/Makefile | 4 ++--
tools/fakeroot/patches/400-alpine-libc.musl-fix.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile
index adae332099..c29f51e77f 100644
--- a/tools/fakeroot/Makefile
+++ b/tools/fakeroot/Makefile
@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fakeroot
-PKG_VERSION:=1.27
+PKG_VERSION:=1.28
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot
-PKG_HASH:=3c45eb2d1802a2762069e2e9d21bdd6fb533592bc0cda74c9aff066ab01caddc
+PKG_HASH:=56d405e36ff685f83879be08fdd654255ab9aa38632b4605a98e896ad63990c2
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_FIXUP:=autoreconf
diff --git a/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch b/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch
index 730732db2e..530c96842e 100644
--- a/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch
+++ b/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch
@@ -21,7 +21,7 @@ Error relocating openwrt/staging_dir/host/lib/libfakeroot.so: SEND_GET_XATTR: sy
#define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b)
#endif
-@@ -136,8 +138,9 @@
+@@ -140,8 +142,9 @@
/* 10.10 uses id_t in getpriority/setpriority calls, so pretend
id_t is used everywhere, just happens to be int on some OSes */
More information about the lede-commits
mailing list