summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-05-05 21:27:19 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-05-05 21:27:19 +0000
commitf200d2356e46047a35a005b6e6abcacfe86f1a9f (patch)
tree9efae3230a5cf5803cb9be3ff2e1e40620250737 /mail
parent- Added mediawiki and lxr vulnerabilities (diff)
Fix build with latest OpenSSL.
PR: ports/146261 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes: svn path=/head/; revision=253779
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile2
-rw-r--r--mail/mutt-devel/files/patch-mutt-ssl.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 33d5e6ede823..2dde4cb87b5a 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -118,7 +118,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.5.20
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES+= mail ipv6
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
diff --git a/mail/mutt-devel/files/patch-mutt-ssl.c b/mail/mutt-devel/files/patch-mutt-ssl.c
new file mode 100644
index 000000000000..2b021a08d8e4
--- /dev/null
+++ b/mail/mutt-devel/files/patch-mutt-ssl.c
@@ -0,0 +1,11 @@
+--- mutt_ssl.c.orig 2009-06-10 07:08:29.000000000 +0200
++++ mutt_ssl.c 2010-05-03 10:45:21.000000000 +0200
+@@ -652,7 +652,7 @@
+ char *buf = NULL;
+ int bufsize;
+ /* needed to get the DNS subjectAltNames: */
+- STACK *subj_alt_names;
++ STACK_OF(GENERAL_NAME) *subj_alt_names;
+ int subj_alt_names_count;
+ GENERAL_NAME *subj_alt_name;
+ /* did we find a name matching hostname? */