From 4d944bfa36b4e100da62b8ce62f637befd05668e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 26 Aug 2026 05:40:34 +0000 Subject: [PATCH] libslirp: upgrade 4.9.3 -> 4.9.4 Source: CHANGELOG.md ## [4.9.4] - 2026-08-25 ## Security - Fix information leak on fragmented packets with different header lengths ### Fixed - Fix reporting oob output #95 - Fix buffer trimming to ip6-announced length #96 ## Changed - slirp: permit guestfwd to vhost_addr/vnameserver_addr #81 #140 - oob: cap urgent data count to what is actually available #93 (CVE-2026-9539) [Unreleased]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.9.4...master [4.9.4]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.9.3...v4.9.4 --- .../slirp/{libslirp_4.9.3.bb => libslirp_4.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/slirp/{libslirp_4.9.3.bb => libslirp_4.9.4.bb} (92%) diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb similarity index 92% rename from meta/recipes-connectivity/slirp/libslirp_4.9.3.bb rename to meta/recipes-connectivity/slirp/libslirp_4.9.4.bb index be13cbc1fc..79a24f3037 100644 --- a/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb +++ b/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f95a9bf4a7e411164fe843697ccda59e \ file://LICENSE;md5=cfea6044642fd63b90ce9d79f5db64d9" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "dd76415fce457e319d665eb8210d05c5731360ba" +SRCREV = "d09dc9a70360ee7838acccbd234ab83f3b9b37a5" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" DEPENDS = "glib-2.0" -- 2.47.1