Looks like minor fixes. https://salsa.debian.org/clint/fakeroot/-/blob/debian/1.37.1.2-1/debian/changelog?ref_type=tags
* Change URL to reflect something that contains 1.37.1.2 * Forward patchset, applies cleanly. * Remove -fpermissive. Bug with uint8_t casts seems fixed, builds with my GCC 15 atleast. Signed-off-by: Christian Melki <[email protected]> --- .../0001-make-fakeroot-relocatable.patch | 0 patches/{fakeroot-1.35.1 => fakeroot-1.37.1.2}/series | 0 rules/host-fakeroot.make | 9 +++------ 3 files changed, 3 insertions(+), 6 deletions(-) rename patches/{fakeroot-1.35.1 => fakeroot-1.37.1.2}/0001-make-fakeroot-relocatable.patch (100%) rename patches/{fakeroot-1.35.1 => fakeroot-1.37.1.2}/series (100%) diff --git a/patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch b/patches/fakeroot-1.37.1.2/0001-make-fakeroot-relocatable.patch similarity index 100% rename from patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch rename to patches/fakeroot-1.37.1.2/0001-make-fakeroot-relocatable.patch diff --git a/patches/fakeroot-1.35.1/series b/patches/fakeroot-1.37.1.2/series similarity index 100% rename from patches/fakeroot-1.35.1/series rename to patches/fakeroot-1.37.1.2/series diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make index a482e1cf5..b5a02b6c3 100644 --- a/rules/host-fakeroot.make +++ b/rules/host-fakeroot.make @@ -15,12 +15,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKEROOT) += host-fakeroot # # Paths and names # -HOST_FAKEROOT_VERSION := 1.35.1 -HOST_FAKEROOT_MD5 := 5a75981fd3e805c9f8143bf62103f341 +HOST_FAKEROOT_VERSION := 1.37.1.2 +HOST_FAKEROOT_MD5 := e1ed8058217779bb364a8268010a60c4 HOST_FAKEROOT_SUFFIX := tar.gz HOST_FAKEROOT := fakeroot-$(HOST_FAKEROOT_VERSION) HOST_FAKEROOT_TARBALL := fakeroot_$(HOST_FAKEROOT_VERSION).orig.$(HOST_FAKEROOT_SUFFIX) -HOST_FAKEROOT_URL := https://snapshot.debian.org/archive/debian/20240713T143724Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL) +HOST_FAKEROOT_URL := https://snapshot.debian.org/archive/debian/20250707T203754Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL) HOST_FAKEROOT_SOURCE := $(SRCDIR)/$(HOST_FAKEROOT_TARBALL) HOST_FAKEROOT_DIR := $(HOST_BUILDDIR)/$(HOST_FAKEROOT) HOST_FAKEROOT_LICENSE := GPL-3.0-or-later @@ -40,9 +40,6 @@ HOST_FAKEROOT_CONF_OPT := \ $(HOST_AUTOCONF) \ --libdir=/usr/lib/fakeroot -HOST_FAKEROOT_CFLAGS := \ - -fpermissive - HOST_FAKEROOT_INSTALL_OPT := \ SUBDIRS=scripts \ install -- 2.34.1
