Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 11:22:26 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146261: maintainer-update of mail/mutt-devel
Message-ID:  <201005030922.o439MQBY036309@alaska.cert.siemens.com>
Resent-Message-ID: <201005030930.o439UBdU046466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146261
>Category:       ports
>Synopsis:       maintainer-update of mail/mutt-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 03 09:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:

>Description:

Maintainer update of mail/mutt-devel:

	- Fix build if openssl-1.0.0 from the ports is used

Committer: New file (cvs add) files/patch-mutt-ssl.c

>How-To-Repeat:
>Fix:
diff -ru  /usr/ports/mail/mutt-devel/Makefile ./Makefile
--- /usr/ports/mail/mutt-devel/Makefile	2010-01-28 02:10:07.000000000 +0100
+++ ./Makefile	2010-05-03 11:04:09.000000000 +0200
@@ -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 -ru  /usr/ports/mail/mutt-devel/files/patch-mutt-ssl.c ./files/patch-mutt-ssl.c
--- /usr/ports/mail/mutt-devel/files/patch-mutt-ssl.c	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-mutt-ssl.c	2010-05-03 11:01:32.000000000 +0200
@@ -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? */
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005030922.o439MQBY036309>