To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] libslirp: upgrading to 4.9.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250201050043/all/libslirp/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250201050043/all/libslirp/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250201050043/all/libslirp/0001-libslirp-upgrade-4.8.0-4.9.0.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.0* has Succeeded. Next steps: - apply the patch: git am 0001-libslirp-upgrade-4.8.0-4.9.0.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 b9f135c62be326075a89fde1e7965d7cc2713ae6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 06:53:50 +0000 Subject: [PATCH] libslirp: upgrade 4.8.0 -> 4.9.0 --- meta/recipes-connectivity/slirp/libslirp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/slirp/libslirp_git.bb b/meta/recipes-connectivity/slirp/libslirp_git.bb index 05830ce833..5b99a3168e 100644 --- a/meta/recipes-connectivity/slirp/libslirp_git.bb +++ b/meta/recipes-connectivity/slirp/libslirp_git.bb @@ -5,8 +5,8 @@ LICENSE = "BSD-3-Clause & MIT" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" -SRCREV = "ce314e39458223c2c42245fe536fbe1bcd94e9b1" -PV = "4.8.0" +SRCREV = "c32a8a1ccaae8490142e67e078336a95c5ffc956" +PV = "4.9.0" S = "${WORKDIR}/git" DEPENDS = " \ -- 2.44.1