From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 12 Jul 2025 17:49:00 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uacTE-00GloK-0C for lore@lore.pengutronix.de; Sat, 12 Jul 2025 17:49:00 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uacTD-0002vI-Ka; Sat, 12 Jul 2025 17:48:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uacSc-0001NQ-Ug; Sat, 12 Jul 2025 17:48:22 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uacSc-0086Xj-2R; Sat, 12 Jul 2025 17:48:22 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uacSc-00FQFH-2I; Sat, 12 Jul 2025 17:48:22 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 12 Jul 2025 17:48:22 +0200 Message-Id: <20250712154822.3675800-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250709090818.3568719-1-christian.melki@t2data.com> References: <20250709090818.3568719-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-fakeroot: Version bump. 1.35.1 -> 1.37.1.2 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 852f0699bab2d216223c005c369d209d0e072234. Michael [sent from post-receive hook] On Sat, 12 Jul 2025 17:48:22 +0200, Christian Melki wrote: > 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 > Message-Id: <20250709090818.3568719-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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 a482e1cf5efe..b5a02b6c3892 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