From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 28 Sep 2022 16:30:47 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1odY5H-00HPgs-7F for lore@lore.pengutronix.de; Wed, 28 Sep 2022 16:30:47 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1odY5F-0004Pj-H5; Wed, 28 Sep 2022 16:30:45 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1odY3w-0000FY-FE; Wed, 28 Sep 2022 16:29:24 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1odY3x-003R62-8S; Wed, 28 Sep 2022 16:29:23 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1odY3u-00EwtC-F8; Wed, 28 Sep 2022 16:29:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 28 Sep 2022 16:29:22 +0200 Message-Id: <20220928142922.3562919-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220923142110.1904332-1-christian.melki@t2data.com> References: <20220923142110.1904332-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-fakeroot: Version bump. 1.28 -> 1.29. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 00f974879df3416954431a3da4e5f157771263b7. Michael [sent from post-receive hook] On Wed, 28 Sep 2022 16:29:22 +0200, Christian Melki wrote: > Minor bugfix. Hardly noteworthy. > * Forward patches. > > Signed-off-by: Christian Melki > Message-Id: <20220923142110.1904332-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 > similarity index 100% > rename from patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch > rename to 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 > similarity index 100% > rename from patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch > rename to 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 > similarity index 100% > rename from patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch > rename to 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 > similarity index 100% > rename from patches/fakeroot-1.28/autogen.sh > rename to patches/fakeroot-1.29/autogen.sh > diff --git a/patches/fakeroot-1.28/series b/patches/fakeroot-1.29/series > similarity index 100% > rename from patches/fakeroot-1.28/series > rename to patches/fakeroot-1.29/series > diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make > index 80d9d7fbf3b8..2436f99d0d4d 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