From patchwork Sun Jul 26 05:19:21 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: 93500 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 C3D4EC531FA for ; Sun, 26 Jul 2026 05:19:26 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5940.1785043162185400446 for ; Sat, 25 Jul 2026 22:19:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=XggdU0KY; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=d8OVD3Um; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019f9cdd113b-976fa2c4-14ec-47d6-81a0-876ff1cf219f-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=1785043161; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2SFrAvAnpqf0v0gQxkaUDGOYm5oTPU1o++/xRlZHQO4=; b=XggdU0KYjc0bbVilMxe/iVaRvoZ9u36m1BlpbUrtgpPflJ3+MvpIMw3cuHQKWk6h d78E1XE4rZ6iCSl8sappFmzyuOcTRlPmkkUh5/Vt0kNGUs3A4jbDbymYwuhzNU7XtVy ETt18I5UnPWLGHc19wuogdvFpAHov2M0cVMm0SG4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785043161; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2SFrAvAnpqf0v0gQxkaUDGOYm5oTPU1o++/xRlZHQO4=; b=d8OVD3UmnjBd8P5IPxjETLPBOAWj45lvg2YWmV19aLpAQahmOLoGDrCsLy5r3eBM JOQ3gK4U3aJfJTJTo88EXy9bMfODy3BEDNZhkyDUEa+M+Yi0AFTb3cptjlJXtV135vV 25+38Q3YowNys/GRZpYLrsDn09QRwQGPLchIwiHQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libical: upgrading to 4.0.4 SUCCEEDED Message-ID: <0101019f9cdd113b-976fa2c4-14ec-47d6-81a0-876ff1cf219f-000000@us-west-2.amazonses.com> Date: Sun, 26 Jul 2026 05:19:21 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.26-54.240.27.29 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 ; Sun, 26 Jul 2026 05:19:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241979 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libical* to *4.0.4* has Succeeded. Next steps: - apply the patch: git am 0001-libical-upgrade-4.0.3-4.0.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 f5a41a7e23945e5848b302089284332b6317b7c2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 26 Jul 2026 05:19:15 +0000 Subject: [PATCH] libical: upgrade 4.0.3 -> 4.0.4 Source: docs/4.0.4/release.md # Libical v4.0.4 ## Overview This is a patch release and is fully source and binary compatible with version 4.0.0. ## ReleaseNotes - Fix an uninitialized memory issue reading zoneinfo geo coordinates. Please see the [CHANGELOG](https://github.com/libical/libical/blob/4.0/CHANGELOG.md) for more. --- meta/recipes-support/libical/libical/flags.patch | 2 +- .../libical/{libical_4.0.3.bb => libical_4.0.4.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libical/{libical_4.0.3.bb => libical_4.0.4.bb} (96%) diff --git a/meta/recipes-support/libical/libical/flags.patch b/meta/recipes-support/libical/libical/flags.patch index 868314591c..9276ea3808 100644 --- a/meta/recipes-support/libical/libical/flags.patch +++ b/meta/recipes-support/libical/libical/flags.patch @@ -1,4 +1,4 @@ -From cba8f762f6a3270530550915d957c01f3da9a601 Mon Sep 17 00:00:00 2001 +From 08603ea4ba6d26a22e9a19b8b83d125eba38f4d4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 10 Sep 2025 09:52:37 +0200 Subject: [PATCH] libical-glib: Hide some target options in the installed CMake diff --git a/meta/recipes-support/libical/libical_4.0.3.bb b/meta/recipes-support/libical/libical_4.0.4.bb similarity index 96% rename from meta/recipes-support/libical/libical_4.0.3.bb rename to meta/recipes-support/libical/libical_4.0.4.bb index dff79bcc4f..516c7a95b0 100644 --- a/meta/recipes-support/libical/libical_4.0.3.bb +++ b/meta/recipes-support/libical/libical_4.0.4.bb @@ -13,7 +13,7 @@ SECTION = "libs" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://flags.patch \ " -SRC_URI[sha256sum] = "86f29029d0ec9fa30c9001de16c0859a3816ae154ff5b097392b014e21a3d254" +SRC_URI[sha256sum] = "c851cdb46da5e6397881dafaa592c5516fb49da05dd1bb095f711a6d20eac422" inherit cmake pkgconfig gobject-introspection vala github-releases