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

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=		sope3
4
PORTNAME=		sope3
5
PORTVERSION=		3.2.10
5
PORTVERSION=		3.2.10
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=		devel gnustep
7
CATEGORIES=		devel gnustep
8
MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
8
MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
9
DISTNAME=		SOPE-${PORTVERSION}
9
DISTNAME=		SOPE-${PORTVERSION}
(-)files/patch-sope-mime_NGMail_NGMailAddressParser.m (+12 lines)
Line 0 Link Here
1
--- sope-mime/NGMail/NGMailAddressParser.m.orig	2019-03-06 04:59:52 UTC
2
+++ sope-mime/NGMail/NGMailAddressParser.m
3
@@ -382,6 +382,9 @@ static inline id parseDomainLiteral(NGMailAddressParse
4
 
5
   NSUInteger addrStart, addrEnd, commaPos;
6
 
7
+  if (!originalAddress)
8
+    return nil;
9
+
10
   whitespace = [NSCharacterSet whitespaceAndNewlineCharacterSet];
11
   addressList = [NSMutableArray arrayWithCapacity: 1];
12
   remainder = [NSMutableString stringWithString: originalAddress];

Return to bug 236310