From 8b5702e32810f086f8b20a8b080a858e0b607e92 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Wed, 8 Jul 2026 07:50:40 +0800 Subject: [PATCH] tools/fakeroot: update to 2.1.3 Changelog: https://salsa.debian.org/clint/fakeroot/-/blob/debian/2.1.3-1/debian/changelog?ref_type=tags Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/24140 Signed-off-by: Jonas Jelonek --- tools/fakeroot/Makefile | 6 +++--- tools/fakeroot/patches/300-time64-hack.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index 0db9e0f778a..e4baf206f3c 100644 --- a/tools/fakeroot/Makefile +++ b/tools/fakeroot/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fakeroot -PKG_VERSION:=1.38.1 +PKG_VERSION:=2.1.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz +PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz PKG_SOURCE_URL:=@DEBIAN/pool/main/f/fakeroot -PKG_HASH:=37c5063942efe2e2aeefd6e71ae2690bcb9b7d512c53bc6409b54d0730cbdac1 +PKG_HASH:=f28e33187b19ab0b6358ee40d5d8762f149cb19fa0423b6f40f605f5c80446bf PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf diff --git a/tools/fakeroot/patches/300-time64-hack.patch b/tools/fakeroot/patches/300-time64-hack.patch index 46132cdd3d0..6c19187573c 100644 --- a/tools/fakeroot/patches/300-time64-hack.patch +++ b/tools/fakeroot/patches/300-time64-hack.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -390,7 +390,7 @@ dnl Digital Unix: stat +@@ -404,7 +404,7 @@ dnl Digital Unix: stat time64_hack=no AH_TEMPLATE([TIME64_HACK], [time64 shuffle]) AC_MSG_CHECKING([if we need to cope with time64])