FreeBSD Bugzilla – Attachment 202641 Details for
Bug 236310
devel/sope3 Backport fix after gnustep-base update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix sope3
sope3.diff (text/plain), 1.46 KB, created by
Romain Tartière
on 2019-03-06 05:28:47 UTC
(
hide
)
Description:
Patch to fix sope3
Filename:
MIME Type:
Creator:
Romain Tartière
Created:
2019-03-06 05:28:47 UTC
Size:
1.46 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 494774) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sope3 > PORTVERSION= 3.2.10 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= devel gnustep > MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ > DISTNAME= SOPE-${PORTVERSION} >Index: files/patch-sope-mime_NGMail_NGMailAddressParser.m >=================================================================== >--- files/patch-sope-mime_NGMail_NGMailAddressParser.m (nonexistent) >+++ files/patch-sope-mime_NGMail_NGMailAddressParser.m (working copy) >@@ -0,0 +1,12 @@ >+--- sope-mime/NGMail/NGMailAddressParser.m.orig 2019-03-06 04:59:52 UTC >++++ sope-mime/NGMail/NGMailAddressParser.m >+@@ -382,6 +382,9 @@ static inline id parseDomainLiteral(NGMailAddressParse >+ >+ NSUInteger addrStart, addrEnd, commaPos; >+ >++ if (!originalAddress) >++ return nil; >++ >+ whitespace = [NSCharacterSet whitespaceAndNewlineCharacterSet]; >+ addressList = [NSMutableArray arrayWithCapacity: 1]; >+ remainder = [NSMutableString stringWithString: originalAddress]; > >Property changes on: files/patch-sope-mime_NGMail_NGMailAddressParser.m >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236310
: 202641