diff mbox series

[AUH] libical: upgrading to 4.0.5 SUCCEEDED

Message ID 010101a008fafe04-724ecd93-5ef4-4b5e-84b9-1a2701d200bf-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libical: upgrading to 4.0.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 16, 2026, 5:11 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <mcrha@redhat.com>
 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