aboutsummaryrefslogtreecommitdiffstats
path: root/main/claws-mail/claws_gnutls.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-20 13:23:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-20 13:23:51 +0000
commit41a421fe3f64114a4d3cc6c93a65aa6ae2e26918 (patch)
tree9f71a8f3773848e9115e4289ab87fa75749b00a1 /main/claws-mail/claws_gnutls.patch
parent8fd9611f35a47c6c98c32d93e3dd1fcb8f64d61f (diff)
downloadaports-41a421fe3f64114a4d3cc6c93a65aa6ae2e26918.tar.bz2
aports-41a421fe3f64114a4d3cc6c93a65aa6ae2e26918.tar.xz
main/claws-mail: misc fixes
- fix building against gnutls-3 - split out pgp, smime and spamassassin plugins as subpackages - disable bogofilter since we have no bogofilter package - enable compface and trayicon
Diffstat (limited to 'main/claws-mail/claws_gnutls.patch')
-rw-r--r--main/claws-mail/claws_gnutls.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/claws-mail/claws_gnutls.patch b/main/claws-mail/claws_gnutls.patch
new file mode 100644
index 0000000000..315a0eddb7
--- /dev/null
+++ b/main/claws-mail/claws_gnutls.patch
@@ -0,0 +1,16 @@
+
+http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2646
+
+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;
+