Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2012-06-10 20:14:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2012-06-05 15:29:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes 2012-06-10 21:50:36.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 6 19:03:59 UTC 2012 - [email protected] + +- Add claws-mail-gnutls318.patch: Fix build with gnutls 3.18+. + +------------------------------------------------------------------- New: ---- claws-mail-gnutls318.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.VVyF6r/_old 2012-06-10 21:50:38.000000000 +0200 +++ /var/tmp/diff_new_pack.VVyF6r/_new 2012-06-10 21:50:38.000000000 +0200 @@ -32,6 +32,8 @@ Patch0: claws-mail-python.diff # PATCH-FIX-UPSTREAM claws-mail-fix-bufferoverflowstrncat.patch [email protected] -- Fix statement might be overflowing a buffer in strncat, http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2574 Patch1: claws-mail-fix-bufferoverflowstrncat.patch +# PATCH-FIX-UPSTREAM claws-mail-gnutls318.patch [email protected] -- Fix build with gnutls 3.18. Taken from cvs rev 41. +Patch2: claws-mail-gnutls318.patch BuildRequires: NetworkManager-devel BuildRequires: compface BuildRequires: db-devel @@ -108,6 +110,7 @@ %setup -q %patch0 %patch1 -p1 +%patch2 -p1 %build %configure \ ++++++ claws-mail-gnutls318.patch ++++++ diff --git a/src/common/ssl_certificate.c b/src/common/ssl_certificate.c index f37e51f..4911acb 100644 --- a/src/common/ssl_certificate.c +++ b/src/common/ssl_certificate.c @@ -686,7 +686,7 @@ parse_pkcs12 (gnutls_pkcs12_t p12, gnutls_x509_privkey * key, gnutls_x509_crt_t * cert) { - gnutls_pkcs12_bag bag = NULL; + gnutls_pkcs12_bag_t bag = NULL; int index = 0; int ret; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
