diff mbox series

[meta-gnome] evolution-data-server(-native): upgrade 3.46.3 -> 3.48.0

Message ID 1679886213-20913-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] evolution-data-server(-native): upgrade 3.46.3 -> 3.48.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 27, 2023, 3:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Bug Fixes:
===========
I#276 - alarm-notify: Incorrectly handles changes in recurring events
I#453 - build: Make it possible to override C++ standard
I#454 - libedataserverui: Tweak lookout of the Trust Prompt dialog
I#231 - Release unused memory in factories after certain operations
I#445 - libedataserverui4: (almost) empty GIR/VAPI file
I#446 - IMAP: Inbox hidden in offline with "Show only subscribed folders"
I#447 - Google Task modification not synced
I#452 - CalDAV: Can fail to refresh content in some cases
M!112 - Update for removal of WebKitGTK sandbox API
M!113 - Don't accidentally disable sandbox for GTK 3 users
M!114 - OAuth2: stop trying to disable WebKit plugins
M!114 - OAuth2: use WebKitNetworkSession to manage proxy settings
evo-I#2161 - Mail: Add 'Learn as Junk' message filter action
ews-I#210 - Add option to always use HTTP/1
I#416 - LDAP: Possible memory leak in build_mods_from_contacts()
I#417 - Serialize OAuth2 token refresh for an account
I#418 - locale_supports_12_hour_format() can read uninitialized value
I#419 - IMAP: Does not forget renamed folders on the server
I#420 - LDAP: Use valid values for error paths of contact create/remove
I#421 - libedataserver: Enhance two-digit year parsing
I#427 - Tautology in e_named_parameters_equal()
I#428 - Addressbook: Fix possible read of uninitialized data
I#429 - Fix some (rarely) possible dereferences of NULL
I#431 - e-xml-utils: Enable parse of huge XML files
I#432 - Fix possible NULL-dereference in e_cal_backend_file_modify_objects()
I#435 - ECalComponentAttendee: Default CUTYPE is INDIVIDUAL
I#437 - IMAP: Excessive memory usage on folder summary download
I#438 - Trust Prompt: Add issuer's certificate fingerprint
I#439 - Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google Task list
I#442 - e_util_change_uri_component: Reset default port when changing scheme
I#443 - Camel: Mail header order in malformed message matters
M!97 - desktop: Remove obsolete Bugzilla entries
M!102 - Stored values are never read
M!106 - Fix few memory leaks
M!107 - Use webkitgtk-6.0 API version
M!108 - Try harder to support webkitgtk-6.0
M!109 - EGDataSession: Make it available to the GObject introspection
M!110 - typos: success, successful
M!111 - addressbook: Add autocleanups
ews-I#208 - Prompting for password too often

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../evolution-data-server/evolution-data-server.inc           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj March 27, 2023, 3:19 a.m. UTC | #1
please rebase on master-next and see if its still needed then resend.

On Sun, Mar 26, 2023 at 8:04 PM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Bug Fixes:
> ===========
> I#276 - alarm-notify: Incorrectly handles changes in recurring events
> I#453 - build: Make it possible to override C++ standard
> I#454 - libedataserverui: Tweak lookout of the Trust Prompt dialog
> I#231 - Release unused memory in factories after certain operations
> I#445 - libedataserverui4: (almost) empty GIR/VAPI file
> I#446 - IMAP: Inbox hidden in offline with "Show only subscribed folders"
> I#447 - Google Task modification not synced
> I#452 - CalDAV: Can fail to refresh content in some cases
> M!112 - Update for removal of WebKitGTK sandbox API
> M!113 - Don't accidentally disable sandbox for GTK 3 users
> M!114 - OAuth2: stop trying to disable WebKit plugins
> M!114 - OAuth2: use WebKitNetworkSession to manage proxy settings
> evo-I#2161 - Mail: Add 'Learn as Junk' message filter action
> ews-I#210 - Add option to always use HTTP/1
> I#416 - LDAP: Possible memory leak in build_mods_from_contacts()
> I#417 - Serialize OAuth2 token refresh for an account
> I#418 - locale_supports_12_hour_format() can read uninitialized value
> I#419 - IMAP: Does not forget renamed folders on the server
> I#420 - LDAP: Use valid values for error paths of contact create/remove
> I#421 - libedataserver: Enhance two-digit year parsing
> I#427 - Tautology in e_named_parameters_equal()
> I#428 - Addressbook: Fix possible read of uninitialized data
> I#429 - Fix some (rarely) possible dereferences of NULL
> I#431 - e-xml-utils: Enable parse of huge XML files
> I#432 - Fix possible NULL-dereference in e_cal_backend_file_modify_objects()
> I#435 - ECalComponentAttendee: Default CUTYPE is INDIVIDUAL
> I#437 - IMAP: Excessive memory usage on folder summary download
> I#438 - Trust Prompt: Add issuer's certificate fingerprint
> I#439 - Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google Task list
> I#442 - e_util_change_uri_component: Reset default port when changing scheme
> I#443 - Camel: Mail header order in malformed message matters
> M!97 - desktop: Remove obsolete Bugzilla entries
> M!102 - Stored values are never read
> M!106 - Fix few memory leaks
> M!107 - Use webkitgtk-6.0 API version
> M!108 - Try harder to support webkitgtk-6.0
> M!109 - EGDataSession: Make it available to the GObject introspection
> M!110 - typos: success, successful
> M!111 - addressbook: Add autocleanups
> ews-I#208 - Prompting for password too often
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../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 2b74b2e60..9db5e9011 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] = "0938e2279e5cfbc2204766ca9d3fea570911699b07c10cbe01aca62a7e8b2bee"
> -PV = "3.46.3"
> +SRC_URI[archive.sha256sum] = "0f25f73331edf53909be40f412b2a86939270327517616303f322de157083c35"
> +PV = "3.48.0"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#101757): https://lists.openembedded.org/g/openembedded-devel/message/101757
> Mute This Topic: https://lists.openembedded.org/mt/97874721/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 2b74b2e60..9db5e9011 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] = "0938e2279e5cfbc2204766ca9d3fea570911699b07c10cbe01aca62a7e8b2bee"
-PV = "3.46.3"
+SRC_URI[archive.sha256sum] = "0f25f73331edf53909be40f412b2a86939270327517616303f322de157083c35"
+PV = "3.48.0"