From patchwork Mon Jun 1 15:35:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89019 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A29F0CD6E7B for ; Mon, 1 Jun 2026 15:35:42 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1561.1780328133528185887 for ; Mon, 01 Jun 2026 08:35:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=u5DXevQg; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=WEeaQ80U; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019e83d36f00-c09278e6-441b-4adb-8c08-28d40c073622-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1780328133; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=kzySLfjLR9b4kcKUXhX1Pu7Mp7ColY/akocvnqdmTcs=; b=u5DXevQgaglnwVGkE+Oj/QWSllseRVaDtVt4PVQwmuKnL/uVQ8i9CbBQ2dCaaORJ Uo3GFKUrekedxhg/V2HjRm1Y0yGzCceKsa53r2mSZ9QvKm8Lub0p8ZH2Hz0mk2wguWM okRnG5N9uHICwGQi9O9f6rkpSZDjD4yHuVdJ+dUE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328133; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=kzySLfjLR9b4kcKUXhX1Pu7Mp7ColY/akocvnqdmTcs=; b=WEeaQ80UJgzCKNxkIsx8FpmmtSeU9B0Q6XWaQr23PnQm7B51ydC35EeOaMy83BpN yAmtFFGTOFMyi0dSaBfTTf5I3lSJCvRVbNP+B+yxcrcZIlNYRDMIFpYk/xQU4UpnSWS mD3cirI26mVclIElJhoo6izhjrM9zaLyaPi3T8dY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libslirp: upgrading to 4.9.3 SUCCEEDED Message-ID: <0101019e83d36f00-c09278e6-441b-4adb-8c08-28d40c073622-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:32 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jun 2026 15:35:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237860 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libslirp* to *4.9.3* has Succeeded. Next steps: - apply the patch: git am 0001-libslirp-upgrade-4.9.1-4.9.3.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 20724020459867ba978ef02aa166c60b82473b9f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jun 2026 07:27:05 +0000 Subject: [PATCH] libslirp: upgrade 4.9.1 -> 4.9.3 --- .../{libslirp_4.9.1.bb => libslirp_4.9.3.bb} | 58 ++++++++++++++++++- 1 file changed, 56 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/slirp/{libslirp_4.9.1.bb => libslirp_4.9.3.bb} (14%) diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb similarity index 14% rename from meta/recipes-connectivity/slirp/libslirp_4.9.1.bb rename to meta/recipes-connectivity/slirp/libslirp_4.9.3.bb index 50577fd4ae..d412ad5a71 100644 --- a/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb +++ b/meta/recipes-connectivity/slirp/libslirp_4.9.3.bb @@ -1,11 +1,65 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYRIGHT +# +++ COPYRIGHT +# @@ -9,38 +9,9 @@ +# favorite charity (for example, GreenPeace). This is not a requirement, but +# a suggestion from someone who highly values the service they provide. +# +# -The copyright terms and conditions: +# +See LICENSE for the full copyright terms and conditions. +# +# ----BEGIN--- +# - +# - Copyright (c) 1995,1996 Danny Gasparovski. All rights reserved. +# - +# - Redistribution and use in source and binary forms, with or without +# - modification, are permitted provided that the following conditions +# - are met: +# - 1. Redistributions of source code must retain the above copyright +# - notice, this list of conditions and the following disclaimer. +# - 2. Redistributions in binary form must reproduce the above copyright +# - notice, this list of conditions and the following disclaimer in the +# - documentation and/or other materials provided with the distribution. +# - 3. Neither the name of the copyright holder nor the names of its +# - contributors may be used to endorse or promote products derived +# - from this software without specific prior written permission. +# - +# - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +# - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +# - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +# - DANNY GASPAROVSKI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# - +# ----END--- +# - +# -This basically means you can do anything you want with the software, except +# +They basically mean you can do anything you want with the software, except +# 1) call it your own, and 2) claim warranty on it. There is no warranty for +# this software. None. Nada. If you lose a million dollars while using +# Slirp, that's your loss not mine. So, ***USE AT YOUR OWN RISK!***. +# +# + SUMMARY = "A general purpose TCP-IP emulator" DESCRIPTION = "A general purpose TCP-IP emulator used by virtual machine hypervisors to provide virtual networking services." HOMEPAGE = "https://gitlab.freedesktop.org/slirp/libslirp" LICENSE = "BSD-3-Clause & MIT" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f95a9bf4a7e411164fe843697ccda59e" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" -SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e" +SRCREV = "dd76415fce457e319d665eb8210d05c5731360ba" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" DEPENDS = "glib-2.0"