diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 4c11be6ff8f..3af17a017f7 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,8 +1,7 @@ COMMENT= unified backend for PIM programs GNOME_PROJECT= evolution-data-server -GNOME_VERSION= 3.60.1 -REVISION= 0 +GNOME_VERSION= 3.60.2 CATEGORIES= databases productivity diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 4023c0d8d46..cc71c0e4c03 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (evolution-data-server-3.60.1.tar.xz) = M/ktO4gi66BMMTeWwHeMu2Who4Ry6FftxfmIVMyps0w= -SIZE (evolution-data-server-3.60.1.tar.xz) = 5237112 +SHA256 (evolution-data-server-3.60.2.tar.xz) = IITb2sOWNxs2XVBMH/RYZrqNyi8SUuXaHT2cM6vcEoY= +SIZE (evolution-data-server-3.60.2.tar.xz) = 5237332 diff --git a/databases/evolution-data-server/patches/patch-src_libedataserver_e-ms-oapxbc_c b/databases/evolution-data-server/patches/patch-src_libedataserver_e-ms-oapxbc_c index 142f60a3036..dcaf29baa42 100644 --- a/databases/evolution-data-server/patches/patch-src_libedataserver_e-ms-oapxbc_c +++ b/databases/evolution-data-server/patches/patch-src_libedataserver_e-ms-oapxbc_c @@ -5,7 +5,7 @@ Index: src/libedataserver/e-ms-oapxbc.c +++ src/libedataserver/e-ms-oapxbc.c @@ -41,6 +41,8 @@ #define DBUS_BROKER_PATH "/com/microsoft/identity/broker1" - #define AUTH_TYPE_OAUTH2 8 + #define AT_PRT_SSO_COOKIE 8 +#define UUID_STR_LEN 36 /* from OpenBSD uuid.h */ +