summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-15 22:20:59 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-15 22:20:59 +0000
commit6c77527f31568b0c352bf7cef03d25104fec2cac (patch)
treebbea0c44d96241f07a29c1ac47b73578c15b3956 /mail-client/mutt/files
parentSet PYTHON_DEPEND. (diff)
downloadgentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.tar.gz
gentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.tar.bz2
gentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.zip
Apply upstream patch to fix compilation with openssl-1.0.0. Bug #328487
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/mutt/files')
-rw-r--r--mail-client/mutt/files/mutt-1.5.20_ssl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail-client/mutt/files/mutt-1.5.20_ssl.patch b/mail-client/mutt/files/mutt-1.5.20_ssl.patch
new file mode 100644
index 000000000000..862464fb56f4
--- /dev/null
+++ b/mail-client/mutt/files/mutt-1.5.20_ssl.patch
@@ -0,0 +1,11 @@
+--- a/mutt_ssl.c 2009-06-10 07:08:29.000000000 +0200
++++ b/mutt_ssl.c 2010-04-02 01:42:55.000000000 +0200
+@@ -652,7 +652,7 @@
+ char *buf = NULL;
+ int bufsize;
+ /* needed to get the DNS subjectAltNames: */
+- STACK *subj_alt_names;
++ STACK_OF(X509) *subj_alt_names;
+ int subj_alt_names_count;
+ GENERAL_NAME *subj_alt_name;
+ /* did we find a name matching hostname? */