diff mbox series

libical: upgrade 3.0.14 -> 3.0.15

Message ID 1665475094-16329-5-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 6092ae3cbe0eaf006db615c6cc3f1692e1cc1df8
Headers show
Series libical: upgrade 3.0.14 -> 3.0.15 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 11, 2022, 7:58 a.m. UTC
Changelog:
=========
 Add missing property parameters into libical-glib
 Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
 Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k.
 Fix x-property comma handling and escaping
 Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
 Fix fuzzer issues
 Handle unreachable-code compile warnings with clang
 Ensure all vanew_foo() calls finish with (void*)0 (not 0)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libical/{libical_3.0.14.bb => libical_3.0.15.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libical/{libical_3.0.14.bb => libical_3.0.15.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libical/libical_3.0.14.bb b/meta/recipes-support/libical/libical_3.0.15.bb
similarity index 96%
rename from meta/recipes-support/libical/libical_3.0.14.bb
rename to meta/recipes-support/libical/libical_3.0.15.bb
index 44030fdc9f..1ceb0005cd 100644
--- a/meta/recipes-support/libical/libical_3.0.14.bb
+++ b/meta/recipes-support/libical/libical_3.0.15.bb
@@ -15,7 +15,7 @@  SECTION = "libs"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
            file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \
           "
-SRC_URI[sha256sum] = "4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f"
+SRC_URI[sha256sum] = "019085ba99936f25546d86cb3e34852e5fe2b5a7d5f1cb4423a0cc42e399f629"
 
 inherit cmake pkgconfig gobject-introspection vala github-releases