From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Jan 2025 17:13:15 +0100 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 1tYSUc-000f6v-1I for lore@lore.pengutronix.de; Thu, 16 Jan 2025 17:13:15 +0100 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 1tYSUc-0005u3-Se; Thu, 16 Jan 2025 17:13:14 +0100 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 1tYSRK-0001tC-7x; Thu, 16 Jan 2025 17:09:50 +0100 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 1tYSRK-000HUn-08; Thu, 16 Jan 2025 17:09:50 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tYSRJ-001nNK-3D; Thu, 16 Jan 2025 17:09:49 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Jan 2025 17:09:49 +0100 Message-Id: <20250116160949.428119-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250107174230.1322671-1-christian.melki@t2data.com> References: <20250107174230.1322671-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] chrpath: Version bump. 0.16 -> 0.18 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 c136559f8d24f0b42c1ac279ddfcaf2b84b5727d. Michael [sent from post-receive hook] On Thu, 16 Jan 2025 17:09:49 +0100, Christian Melki wrote: > Minor fixes. > https://codeberg.org/pere/chrpath/src/tag/release_0.18/NEWS > > * Add patch to generate configure. Seems the packaging > has left it out this time. > > * Change URL to match the new release. > > Signed-off-by: Christian Melki > Message-Id: <20250107174230.1322671-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/chrpath-0.18/autogen.sh b/patches/chrpath-0.18/autogen.sh > new file mode 120000 > index 000000000000..9f8a4cb7ddcb > --- /dev/null > +++ b/patches/chrpath-0.18/autogen.sh > @@ -0,0 +1 @@ > +../autogen.sh > \ No newline at end of file > diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make > index 6b7d3d0de5cc..fe09c897980d 100644 > --- a/rules/host-chrpath.make > +++ b/rules/host-chrpath.make > @@ -14,12 +14,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_CHRPATH) += host-chrpath > # > # Paths and names > # > -HOST_CHRPATH_VERSION := 0.16 > -HOST_CHRPATH_MD5 := 2bf8d1d1ee345fc8a7915576f5649982 > +HOST_CHRPATH_VERSION := 0.18 > +HOST_CHRPATH_MD5 := 3220be4f47361bfd0b76e2132c0219c0 > HOST_CHRPATH_SUFFIX := tar.gz > HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION) > HOST_CHRPATH_TARBALL := chrpath_$(HOST_CHRPATH_VERSION).orig.$(HOST_CHRPATH_SUFFIX) > -HOST_CHRPATH_URL := http://snapshot.debian.org/archive/debian/20140119T220629Z/pool/main/c/chrpath/$(HOST_CHRPATH_TARBALL) > +HOST_CHRPATH_URL := http://snapshot.debian.org/archive/debian/20250106T091447Z/pool/main/c/chrpath/$(HOST_CHRPATH_TARBALL) > HOST_CHRPATH_SOURCE := $(SRCDIR)/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX) > HOST_CHRPATH_DIR := $(HOST_BUILDDIR)/$(HOST_CHRPATH) > HOST_CHRPATH_LICENSE := GPL-2.0-only