To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libslirp: upgrading to 4.9.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260826050103/all/libslirp/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260826050103/all/libslirp/libslirp-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260826050103/all/libslirp/0001-libslirp-upgrade-4.9.3-4.9.4.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libslirp* to *4.9.4* has Succeeded. Next steps: - apply the patch: git am 0001-libslirp-upgrade-4.9.3-4.9.4.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- 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