diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-08-13 00:39:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
commit | 183210c0a096e3240fd86e1545ae91fe808d7ae1 (patch) | |
tree | af38f94234fe49981dae1598e92debd49181954d /meta-gnome/recipes-gnome/evolution-data-server | |
parent | 4ca7f750cf5c5dd07f2df55c9427520458e46331 (diff) | |
download | meta-openembedded-183210c0a096e3240fd86e1545ae91fe808d7ae1.tar.gz |
evolution-data-server: upgrade 3.36.4 -> 3.36.5
Evolution-Data-Server 3.36.5 2020-08-07
---------------------------------------
Bug Fixes:
I#236 - Uses LC_ADDRESS unconditionally in libphonenumber code (Milan Crha)
I#240 - IMAPx: Disable move to real junk/trash in server-side virtual folders (Milan Crha)
Miscellaneous:
Fix a memory leak in ebmb_gather_photos_local_filenames() (Milan Crha)
ESoupSession: Provided SoupAuth might not be always used by libsoup (Milan Crha)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evolution-data-server')
-rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc | 5 |
1 files changed, 2 insertions, 3 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 8276ce25a..f39440cc6 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,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
9 | 9 | ||
10 | inherit gnomebase upstream-version-is-even | 10 | inherit gnomebase upstream-version-is-even |
11 | 11 | ||
12 | SRC_URI[archive.md5sum] = "30282c322622a5a2d4b4a26eee661af4" | 12 | SRC_URI[archive.sha256sum] = "c555528c546d457be0dc0eaca5d766d4dfef7c408276cb05f9724c463bfe7fd9" |
13 | SRC_URI[archive.sha256sum] = "39f83f1eee65c18785dfc2594720d5150e3fc37ea57e7b3b9bc2c40b4d3e4c0f" | 13 | PV = "3.36.5" |
14 | PV = "3.36.4" | ||
15 | 14 | ||