* [ptxdist] [PATCH] libslirp: Version bump. 4.9.0 -> 4.9.1
@ 2025-05-30 5:53 Christian Melki
0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-05-30 5:53 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://gitlab.freedesktop.org/slirp/libslirp/-/blob/v4.9.1/CHANGELOG.md
* Pin down some options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/libslirp.make | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/rules/libslirp.make b/rules/libslirp.make
index 1db03cee7..3406f1cdc 100644
--- a/rules/libslirp.make
+++ b/rules/libslirp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSLIRP) += libslirp
#
# Paths and names
#
-LIBSLIRP_VERSION := 4.9.0
-LIBSLIRP_MD5 := 31dbbfe667297a5931e56ba78f69c64f
+LIBSLIRP_VERSION := 4.9.1
+LIBSLIRP_MD5 := eefd3b2375453cf9d07375c389441685
LIBSLIRP := libslirp-v$(LIBSLIRP_VERSION)
LIBSLIRP_SUFFIX := tar.bz2
LIBSLIRP_URL := https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v$(LIBSLIRP_VERSION)/$(LIBSLIRP).$(LIBSLIRP_SUFFIX)
@@ -35,6 +35,12 @@ LIBSLIRP_LICENSE_FILES := \
# meson
#
LIBSLIRP_CONF_TOOL := meson
+LIBSLIRP_CONF_OPT := \
+ $(CROSS_MESON_USR) \
+ -Dfuzz-reproduce=false \
+ -Dllvm-fuzz=false \
+ -Doss-fuzz=false \
+ -Dstatic=false
# ----------------------------------------------------------------------------
# Target-Install
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-30 5:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-30 5:53 [ptxdist] [PATCH] libslirp: Version bump. 4.9.0 -> 4.9.1 Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox