Thanks, applied as 057b921a6d06a29df5ee05517444888a002e24f5. Michael
[sent from post-receive hook] On Thu, 16 Mar 2023 15:31:29 +0100, Christian Melki <[email protected]> wrote: > Chown bugfix. > > * Forward the ptxdist specific relocateable patch. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/patches/fakeroot-1.30.1/0001-make-fakeroot-relocatable.patch > b/patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch > similarity index 100% > rename from patches/fakeroot-1.30.1/0001-make-fakeroot-relocatable.patch > rename to patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch > diff --git a/patches/fakeroot-1.30.1/series b/patches/fakeroot-1.31/series > similarity index 100% > rename from patches/fakeroot-1.30.1/series > rename to patches/fakeroot-1.31/series > diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make > index 9889c28ee87b..272b58b2842e 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.30.1 > -HOST_FAKEROOT_MD5 := ddbdacf3844cd26bd05e34346bb2f524 > +HOST_FAKEROOT_VERSION := 1.31 > +HOST_FAKEROOT_MD5 := e55630a66f305950044970f033127d70 > 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/20221120T030258Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL) > +HOST_FAKEROOT_URL := > https://snapshot.debian.org/archive/debian/20230310T025803Z/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
