summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-23 16:21:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 16:32:41 +0200
commit00f974879df3416954431a3da4e5f157771263b7 (patch)
tree37a082d46c2a137bd8e59c1e7a3ad06cfdb4a7d2
parent3c5d76e7028c0decee45795adfcae054fbb1d703 (diff)
downloadptxdist-00f974879df3416954431a3da4e5f157771263b7.tar.gz
ptxdist-00f974879df3416954431a3da4e5f157771263b7.tar.xz
host-fakeroot: Version bump. 1.28 -> 1.29.
Minor bugfix. Hardly noteworthy. * Forward patches. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220923142110.1904332-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch (renamed from patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch)0
-rw-r--r--patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch (renamed from patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch)0
-rw-r--r--patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch (renamed from patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch)0
l---------patches/fakeroot-1.29/autogen.sh (renamed from patches/fakeroot-1.28/autogen.sh)0
-rw-r--r--patches/fakeroot-1.29/series (renamed from patches/fakeroot-1.28/series)0
-rw-r--r--rules/host-fakeroot.make6
6 files changed, 3 insertions, 3 deletions
diff --git a/patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch b/patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
index daff7f347..daff7f347 100644
--- a/patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch
+++ b/patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
diff --git a/patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch b/patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
index 3e091379d..3e091379d 100644
--- a/patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch
+++ b/patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
diff --git a/patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch b/patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
index 8d7a6994c..8d7a6994c 100644
--- a/patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch
+++ b/patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
diff --git a/patches/fakeroot-1.28/autogen.sh b/patches/fakeroot-1.29/autogen.sh
index 9f8a4cb7d..9f8a4cb7d 120000
--- a/patches/fakeroot-1.28/autogen.sh
+++ b/patches/fakeroot-1.29/autogen.sh
diff --git a/patches/fakeroot-1.28/series b/patches/fakeroot-1.29/series
index 7cc751cd4..7cc751cd4 100644
--- a/patches/fakeroot-1.28/series
+++ b/patches/fakeroot-1.29/series
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index 80d9d7fbf..2436f99d0 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.28
-HOST_FAKEROOT_MD5 := 75663fa4d0d1eedab0b951bb977bc12f
+HOST_FAKEROOT_VERSION := 1.29
+HOST_FAKEROOT_MD5 := cab9604a7dc1d58346e0d15bb285bd0f
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/20220304T204941Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
+HOST_FAKEROOT_URL := https://snapshot.debian.org/archive/debian/20220522T213641Z/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