mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] chrpath: Version bump. 0.16 -> 0.18
@ 2025-01-07 17:42 Christian Melki
  2025-01-16 16:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-01-07 17:42 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 patches/chrpath-0.18/autogen.sh | 1 +
 rules/host-chrpath.make         | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 120000 patches/chrpath-0.18/autogen.sh

diff --git a/patches/chrpath-0.18/autogen.sh b/patches/chrpath-0.18/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /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 6b7d3d0de..fe09c8979 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
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] chrpath: Version bump. 0.16 -> 0.18
  2025-01-07 17:42 [ptxdist] [PATCH] chrpath: Version bump. 0.16 -> 0.18 Christian Melki
@ 2025-01-16 16:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-01-16 16:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as c136559f8d24f0b42c1ac279ddfcaf2b84b5727d.

Michael

[sent from post-receive hook]

On Thu, 16 Jan 2025 17:09:49 +0100, Christian Melki <christian.melki@t2data.com> 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 <christian.melki@t2data.com>
> Message-Id: <20250107174230.1322671-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-16 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-07 17:42 [ptxdist] [PATCH] chrpath: Version bump. 0.16 -> 0.18 Christian Melki
2025-01-16 16:09 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox