Package: evolution-data-server / 3.12.9~git20141128.5242b0-2+deb8u2

Metadata

Package Version Patches format
evolution-data-server 3.12.9~git20141128.5242b0-2+deb8u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_Only export symbols starting with e.patch | (download)

addressbook/libebook-contacts/Makefile.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 1/6] bug 735809 - only export symbols starting with 'e_' in
 libebook-contacts


03_Use after free gpg verif.patch | (download)

camel/camel-gpg-context.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 bug 741434 - use-after-free after error in gpg signature verification


04_sqlite Track pending sync requests.patch | (download)

camel/camel-db.c | 29 29 + 0 - 0 !
libebackend/e-sqlite3-vfs.c | 36 36 + 0 - 0 !
2 files changed, 65 insertions(+)

 [sqlite vfs] track pending sync requests

The sync request are done asynchronously, in a dedicated thread,
which means that the database file can be closed meanwhile. The
database has no reference counting, thus it's required to track
whether there are any pending sync requests, to not free the
structure too early.

05_imapx Shared folders removed folder list refresh.patch | (download)

camel/providers/imapx/camel-imapx-store.c | 46 1 + 45 - 0 !
1 file changed, 1 insertion(+), 45 deletions(-)

 bug 743533 - [imapx] shared folders removed on folder list refresh