View | Details | Raw Unified | Return to bug 146261
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 118-124 Link Here
118
118
119
PORTNAME=	mutt-devel
119
PORTNAME=	mutt-devel
120
PORTVERSION=	1.5.20
120
PORTVERSION=	1.5.20
121
PORTREVISION?=	3
121
PORTREVISION?=	4
122
CATEGORIES+=	mail ipv6
122
CATEGORIES+=	mail ipv6
123
.if defined(WITH_MUTT_NNTP)
123
.if defined(WITH_MUTT_NNTP)
124
CATEGORIES+=	news
124
CATEGORIES+=	news
(-)./files/patch-mutt-ssl.c (+11 lines)
Line 0 Link Here
1
--- mutt_ssl.c.orig	2009-06-10 07:08:29.000000000 +0200
2
+++ mutt_ssl.c	2010-05-03 10:45:21.000000000 +0200
3
@@ -652,7 +652,7 @@
4
   char *buf = NULL;
5
   int bufsize;
6
   /* needed to get the DNS subjectAltNames: */
7
-  STACK *subj_alt_names;
8
+  STACK_OF(GENERAL_NAME) *subj_alt_names;
9
   int subj_alt_names_count;
10
   GENERAL_NAME *subj_alt_name;
11
   /* did we find a name matching hostname? */

Return to bug 146261