Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2017-08-31 21:03:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Thu Aug 31 21:03:59 2017 rev:77 rq:519929 version:3.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2017-06-20 09:38:50.789170752 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes 2017-08-31 21:04:21.696834221 +0200 @@ -1,0 +2,27 @@ +Wed Aug 30 13:49:18 UTC 2017 - [email protected] + +- update to 3.15.1 + * Bug fixes: + o bug 3348, 'Contact pictures not deleted when contact is + deleted' + o bug 3721, 'Fails to build in Debian kfreebsd-*' + o bug 3744, 'Crash upon deleting tags.' + o bug 3822, 'AttRemover deletes message and fails to create + new one when disk is full' + o bug 3828, '"Re-edit" should not recycle the Message-ID + header' + o bug 3835, 'autogen.sh fails with invalid test on line 33' + o bug 3855, 'segfault at startup with old profile and IMAP + account' + o bug 3866, 'slibtool causes compile failure' + o fix crash in sieve manager window when no account has sieve + enabled. + o fix incorrect labels in folder selection dialog. + o fix RSSyl feeds getting renamed to "Untitled feed". + o fix Resent-Date value. + o Fix typo around libarchive in configure.ac. +- rename claws-mail-3.15.0_libcanberra-gtk3.patch to + libcanberra-gtk3.patch +- refreshed libcanberra-gtk3.patch and imap-Fix-use-after-free.patch + +------------------------------------------------------------------- Old: ---- claws-mail-3.15.0.tar.xz claws-mail-3.15.0_libcanberra-gtk3.patch New: ---- claws-mail-3.15.1.tar.xz libcanberra-gtk3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.3289b5/_old 2017-08-31 21:04:23.464585849 +0200 +++ /var/tmp/diff_new_pack.3289b5/_new 2017-08-31 21:04:23.564571801 +0200 @@ -29,14 +29,14 @@ %bcond_with tnef Name: claws-mail -Version: 3.15.0 +Version: 3.15.1 Release: 0 Url: http://www.claws-mail.org/ Summary: A configurable email client License: GPL-3.0+ Group: Productivity/Networking/Email/Clients Source: http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz -Patch: claws-mail-3.15.0_libcanberra-gtk3.patch +Patch: libcanberra-gtk3.patch Patch1: imap-Fix-use-after-free.patch BuildRequires: NetworkManager-devel BuildRequires: compface-devel ++++++ claws-mail-3.15.0.tar.xz -> claws-mail-3.15.1.tar.xz ++++++ ++++ 57995 lines of diff (skipped) ++++++ imap-Fix-use-after-free.patch ++++++ --- /var/tmp/diff_new_pack.3289b5/_old 2017-08-31 21:04:28.695850848 +0200 +++ /var/tmp/diff_new_pack.3289b5/_new 2017-08-31 21:04:28.695850848 +0200 @@ -1,17 +1,6 @@ -From da97dac531e28bb8f607b02c14adfc738fb2b86d Mon Sep 17 00:00:00 2001 -From: Ricardo Mones <[email protected]> -Date: Tue, 18 Apr 2017 12:13:33 +0200 -Subject: [PATCH] Fix use after free - ---- - src/imap.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/imap.c b/src/imap.c -index eb810a3aa..0e1e777aa 100644 ---- a/src/imap.c -+++ b/src/imap.c -@@ -1320,8 +1320,9 @@ try_again: +--- claws-mail-3.15.1_orig/src/imap.c 2017-08-28 19:50:26.000000000 +0200 ++++ claws-mail-3.15.1/src/imap.c 2017-08-30 16:11:53.374696914 +0200 +@@ -1323,8 +1323,9 @@ } if (acc_pass != NULL) { ++++++ libcanberra-gtk3.patch ++++++ --- claws-mail-3.15.1_orig/configure 2017-08-29 21:37:11.000000000 +0200 +++ claws-mail-3.15.1/configure 2017-08-30 16:23:33.881148253 +0200 @@ -22588,12 +22588,12 @@ pkg_cv_libcanberra_gtk_CFLAGS="$libcanberra_gtk_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.6\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libcanberra-gtk >= 0.6") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk3 >= 0.6\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libcanberra-gtk3 >= 0.6") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_libcanberra_gtk_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk >= 0.6" 2>/dev/null` + pkg_cv_libcanberra_gtk_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk3 >= 0.6" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -22605,12 +22605,12 @@ pkg_cv_libcanberra_gtk_LIBS="$libcanberra_gtk_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.6\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libcanberra-gtk >= 0.6") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk3 >= 0.6\""; } >&5 + ($PKG_CONFIG --exists --print-errors "libcanberra-gtk3 >= 0.6") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_libcanberra_gtk_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk >= 0.6" 2>/dev/null` + pkg_cv_libcanberra_gtk_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk3 >= 0.6" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -22631,9 +22631,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - libcanberra_gtk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcanberra-gtk >= 0.6" 2>&1` + libcanberra_gtk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcanberra-gtk3 >= 0.6" 2>&1` else - libcanberra_gtk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcanberra-gtk >= 0.6" 2>&1` + libcanberra_gtk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcanberra-gtk3 >= 0.6" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$libcanberra_gtk_PKG_ERRORS" >&5
