* [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
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