diff mbox series

[AUH] libical: upgrading to 4.0.4 SUCCEEDED

Message ID 0101019f9cdd113b-976fa2c4-14ec-47d6-81a0-876ff1cf219f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libical: upgrading to 4.0.4 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 26, 2026, 5:19 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.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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <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.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