From 9199351a8a0c3837b20a9dd447b70f27c684025a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:19:08 +0800 Subject: [PATCH] evolution-data-server: upgrade 3.48.0 -> 3.48.1 Changelog: ========== Bug Fixes: --------- I#459 - Camel: POP3's 'UTF8' command blocking login I#461 - backends: React to destination URI changes I#462 - Fails to refresh backend with offline changes and broken local cache state I#469 - IMAPx: Ignore 'Permission denied' error on refresh M!116 - libedataserver: Disable deprecation notice around e_flag_timed_wait M!119 - Calendar: Change file backend discard_alarm() function Miscellaneous: -------------- WebDAV Notes: Fallback to derive component summary from description CamelFilterDriver: Unset info's headers only when folder has summary Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 9db5e9011a..59d3b5a294 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ inherit gnomebase upstream-version-is-even -SRC_URI[archive.sha256sum] = "0f25f73331edf53909be40f412b2a86939270327517616303f322de157083c35" -PV = "3.48.0" +SRC_URI[archive.sha256sum] = "5ce62c1e67f2789342a7f4a035b102f74e62ed85f60e81a5b7f3e04165404dff" +PV = "3.48.1"