libical: upgrade 3.0.11 -> 3.0.12

Message ID 1639401578-27830-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series libical: upgrade 3.0.11 -> 3.0.12 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 13, 2021, 1:19 p.m. UTC
Change log :
===========
Fix a libicalval crash in cleanVObject
METHOD:DECLINECOUNTER must have DTEND or DURATION
Handle if DTEND and DURATION are both missing
Improved FindICU (copied from official CMake. see files in cmake/Kitware)
Buildsystem fixes (especially for the Ninja generator)
Built-in timezones updated to tzdata2021e

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

Patch

diff --git a/meta/recipes-support/libical/libical_3.0.11.bb b/meta/recipes-support/libical/libical_3.0.12.bb
similarity index 95%
rename from meta/recipes-support/libical/libical_3.0.11.bb
rename to meta/recipes-support/libical/libical_3.0.12.bb
index b16081e9e2..fe5e58cbfb 100644
--- a/meta/recipes-support/libical/libical_3.0.11.bb
+++ b/meta/recipes-support/libical/libical_3.0.12.bb
@@ -14,7 +14,7 @@  SECTION = "libs"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
 "
-SRC_URI[sha256sum] = "1e6c5e10c5a48f7a40c68958055f0e2759d9ab3563aca17273fe35a5df7dbbf1"
+SRC_URI[sha256sum] = "35095a4cc1a061a3de0f332c2dc728226cf127fa0baa818e9f8856cee6d35830"
 UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
 
 inherit cmake pkgconfig