diff mbox series

[AUH] libslirp: upgrading to 4.9.5 SUCCEEDED

Message ID 010101a0ccf2e675-02d7a4d6-66fd-4c24-8810-5ac04e1ebd36-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libslirp: upgrading to 4.9.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 23, 2026, 6:27 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libslirp* to *4.9.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libslirp-upgrade-4.9.4-4.9.5.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 3197faf2ccdca39025d42e01a6cd37a26137f61e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 23 Sep 2026 05:23:21 +0000
Subject: [PATCH] libslirp: upgrade 4.9.4 -> 4.9.5

## [4.9.5] - 2026-09-22
## Security

  - Fix bounds-check in processing OEM commands
  - Fix bounds-check in dhcpv6 against MTU

### Fixed
  - Fix blocking sendto on UDP ockets #97

[Unreleased]:
https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.9.5...master
[4.9.5]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.9.4...v4.9.5
---
 .../slirp/{libslirp_4.9.4.bb => libslirp_4.9.5.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/slirp/{libslirp_4.9.4.bb => libslirp_4.9.5.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.5.bb
similarity index 92%
rename from meta/recipes-connectivity/slirp/libslirp_4.9.4.bb
rename to meta/recipes-connectivity/slirp/libslirp_4.9.5.bb
index 79a24f3037..d77121bf30 100644
--- a/meta/recipes-connectivity/slirp/libslirp_4.9.4.bb
+++ b/meta/recipes-connectivity/slirp/libslirp_4.9.5.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 = "d09dc9a70360ee7838acccbd234ab83f3b9b37a5"
+SRCREV = "390848f47391f412451b2d259d8527fabb51e5e3"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 DEPENDS = "glib-2.0"