mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libslirp: Version bump. 4.8.0 -> 4.9.0
@ 2025-02-12 19:55 Christian Melki
  2025-02-17  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-12 19:55 UTC (permalink / raw)
  To: ptxdist

Corrected a big mistake in the rules file I didn't previously notice.
It was pointing to a static 4.7.0 url, despite being 4.8.0 in the version.
Correct it. Technically this bumps it through two releases.

https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.9.0
https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.8.0

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libslirp.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libslirp.make b/rules/libslirp.make
index 4f0832ddc..1db03cee7 100644
--- a/rules/libslirp.make
+++ b/rules/libslirp.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBSLIRP) += libslirp
 #
 # Paths and names
 #
-LIBSLIRP_VERSION	:= 4.8.0
-LIBSLIRP_MD5		:= 4f701d26a46fe9bf6db302aef6ed467f
+LIBSLIRP_VERSION	:= 4.9.0
+LIBSLIRP_MD5		:= 31dbbfe667297a5931e56ba78f69c64f
 LIBSLIRP		:= libslirp-v$(LIBSLIRP_VERSION)
 LIBSLIRP_SUFFIX		:= tar.bz2
-LIBSLIRP_URL		:= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
+LIBSLIRP_URL		:= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v$(LIBSLIRP_VERSION)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
 LIBSLIRP_SOURCE		:= $(SRCDIR)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
 LIBSLIRP_DIR		:= $(BUILDDIR)/$(LIBSLIRP)
 LIBSLIRP_LICENSE	:= BSD-3-Clause AND MIT
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libslirp: Version bump. 4.8.0 -> 4.9.0
  2025-02-12 19:55 [ptxdist] [PATCH] libslirp: Version bump. 4.8.0 -> 4.9.0 Christian Melki
@ 2025-02-17  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-17  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 1096329d37f5bd7c4c509d76e01a8319055d91bc.

Michael

[sent from post-receive hook]

On Mon, 17 Feb 2025 08:24:37 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Corrected a big mistake in the rules file I didn't previously notice.
> It was pointing to a static 4.7.0 url, despite being 4.8.0 in the version.
> Correct it. Technically this bumps it through two releases.
> 
> https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.9.0
> https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.8.0
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250212195554.2795439-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libslirp.make b/rules/libslirp.make
> index 4f0832ddca90..1db03cee7ff2 100644
> --- a/rules/libslirp.make
> +++ b/rules/libslirp.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBSLIRP) += libslirp
>  #
>  # Paths and names
>  #
> -LIBSLIRP_VERSION	:= 4.8.0
> -LIBSLIRP_MD5		:= 4f701d26a46fe9bf6db302aef6ed467f
> +LIBSLIRP_VERSION	:= 4.9.0
> +LIBSLIRP_MD5		:= 31dbbfe667297a5931e56ba78f69c64f
>  LIBSLIRP		:= libslirp-v$(LIBSLIRP_VERSION)
>  LIBSLIRP_SUFFIX		:= tar.bz2
> -LIBSLIRP_URL		:= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
> +LIBSLIRP_URL		:= https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v$(LIBSLIRP_VERSION)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
>  LIBSLIRP_SOURCE		:= $(SRCDIR)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
>  LIBSLIRP_DIR		:= $(BUILDDIR)/$(LIBSLIRP)
>  LIBSLIRP_LICENSE	:= BSD-3-Clause AND MIT



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

end of thread, other threads:[~2025-02-17  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 19:55 [ptxdist] [PATCH] libslirp: Version bump. 4.8.0 -> 4.9.0 Christian Melki
2025-02-17  7:24 ` [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