From patchwork Sun Aug 16 05:11:01 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: 95440 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 ACE47C5DF70 for ; Sun, 16 Aug 2026 05:11:09 +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.msgproc01-g2.5174.1786857062792951955 for ; Sat, 15 Aug 2026 22:11:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=OYu6JWBk; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=O8RdpDrf; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101a008fafe04-724ecd93-5ef4-4b5e-84b9-1a2701d200bf-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=1786857062; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=s0+ElzZnmUOVJKvW8JO8KdiVQdG25e4EMm2unvaOKf4=; b=OYu6JWBkrBzNBwRDa1AMX/RBndPggUFO+zSi1YiOpivc7AWQm/tdg+mFXLqbw2w/ K3gn40FqN6cfZHJOYOb/rsJaJwIpELPVXXFjtTpSWs9cblXkTjQ9bS5gKYmB+m0NLY5 nBi2wQxai8kXskDyNw6LJVUSuCdKkVv0ASjuss2A= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786857062; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=s0+ElzZnmUOVJKvW8JO8KdiVQdG25e4EMm2unvaOKf4=; b=O8RdpDrftOoUUBSA9sSWeSXlXyJ4uxVwqisPSdmjOqS/oXY0WNmjBcxnAIsnM2Hq Q2ucdFPILLXbQUsWHOi/miMx5siKpzRnUub15Eh8KaVwYnUPk304IBbR5dUCn1gpFOn CRDW67aPTibf5kiAD8PfX/+IIk+b4VrJ2Uv7k5jc= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libical: upgrading to 4.0.5 SUCCEEDED Message-ID: <010101a008fafe04-724ecd93-5ef4-4b5e-84b9-1a2701d200bf-000000@us-west-2.amazonses.com> Date: Sun, 16 Aug 2026 05:11:01 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.16-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 ; Sun, 16 Aug 2026 05:11:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243505 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libical* to *4.0.5* has Succeeded. Next steps: - apply the patch: git am 0001-libical-upgrade-4.0.4-4.0.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 0cdadc75633f0b91ac24c4db3216802a7ec45dec Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 16 Aug 2026 05:10:58 +0000 Subject: [PATCH] libical: upgrade 4.0.4 -> 4.0.5 Source: docs/4.0.5/release.md # Libical v4.0.5 ## Overview This is a patch release and is fully source and binary compatible with version 4.0.0. [Note: the libicalvcard is a released as a *Technical Preview*. As such, its API is not finalized and no source or binary compatibility is guaranteed with that library in the 4.0.x series.] ## ReleaseNotes - Fix 32-bit time_t upper bound off by two days. - Buildsystem: fix libical_deprecated_option() writing the wrong cache value - Bogus TZIDs no longer cause an error. - DTEND, DURATION, DUE property types and values are now validated per RFC 5545 Sections 3.8.2.2 - 3.8.2.5. - Built-in timezones updated to tzdata2026c. 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.4.bb => libical_4.0.5.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libical/{libical_4.0.4.bb => libical_4.0.5.bb} (96%) diff --git a/meta/recipes-support/libical/libical/flags.patch b/meta/recipes-support/libical/libical/flags.patch index 868314591c..93d3b41d03 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 a58b079714cc5037a33e24502b5c1aaa3b99914c 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.4.bb b/meta/recipes-support/libical/libical_4.0.5.bb similarity index 96% rename from meta/recipes-support/libical/libical_4.0.4.bb rename to meta/recipes-support/libical/libical_4.0.5.bb index 516c7a95b0..8ec656edd2 100644 --- a/meta/recipes-support/libical/libical_4.0.4.bb +++ b/meta/recipes-support/libical/libical_4.0.5.bb @@ -13,7 +13,7 @@ SECTION = "libs" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://flags.patch \ " -SRC_URI[sha256sum] = "c851cdb46da5e6397881dafaa592c5516fb49da05dd1bb095f711a6d20eac422" +SRC_URI[sha256sum] = "cc09a3ac41d60e6144e644bd3fcf97d47106d659c4a0b8965102581401e67c9c" inherit cmake pkgconfig gobject-introspection vala github-releases