1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- www/sogo: update to 5.1.0

ChangeLog at:   https://github.com/inverse-inc/sogo/blob/master/CHANGELOG.md#changelog
This commit is contained in:
Jose Alonso Cardenas Marquez 2021-05-19 18:09:10 -05:00
parent ded00497fa
commit 7222a721a2
5 changed files with 29 additions and 13 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= sogo
PORTVERSION= 5.0.1
PORTREVISION= 1
PORTVERSION= 5.1.0
CATEGORIES= www gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOGo-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1606284903
SHA256 (SOGo-5.0.1.tar.gz) = e2af4b0b1642dc6094043360bb4b3f3a653d63029139d5c41ed0585ac1b944ed
SIZE (SOGo-5.0.1.tar.gz) = 34678734
TIMESTAMP = 1618551643
SHA256 (SOGo-5.1.0.tar.gz) = dd4780be9aaa4c197e4c489c7a13280401c11fc4483b0a5da505cb6c8f1f5ca3
SIZE (SOGo-5.1.0.tar.gz) = 34365333

View File

@ -1,5 +1,5 @@
--- UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2019-12-09 16:41:38.841316000 -0500
+++ UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2019-12-09 16:42:17.792368000 -0500
--- UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2021-04-16 15:59:27.205138000 -0500
+++ UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2021-04-16 16:00:12.779722000 -0500
@@ -171,13 +171,13 @@
if (err)
{
@ -9,7 +9,7 @@
ERR_load_crypto_strings();
SSL_load_error_strings();
sslError = ERR_reason_error_string(err);
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"No error information available"]] retain];
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"Digital signature is not valid"]] retain];
#elif OPENSSL_VERSION_NUMBER < 0x10100000L
- const char* sslError;
+ NSString* sslError;

View File

@ -1,5 +1,5 @@
--- UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-10-23 14:22:36.000000000 -0500
+++ UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-11-06 13:02:05.090224000 -0500
--- UI/MailPartViewers/UIxMailPartSignedViewer.m 2021-03-30 21:00:31.000000000 -0500
+++ UI/MailPartViewers/UIxMailPartSignedViewer.m 2021-04-16 16:02:22.004059000 -0500
@@ -169,13 +169,13 @@
if (err)
{
@ -9,7 +9,7 @@
ERR_load_crypto_strings();
SSL_load_error_strings();
sslError = ERR_reason_error_string(err);
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"No error information available"]] retain];
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"Digital signature is not valid"]] retain];
#elif OPENSSL_VERSION_NUMBER < 0x10100000L
- const char* sslError;
+ NSString* sslError;

View File

@ -308,6 +308,7 @@ GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nuuk.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics
GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics
@ -736,8 +737,8 @@ GNUstep/Local/Library/Libraries/sogo/libSOGo.so
GNUstep/Local/Library/Libraries/sogo/libSOGo.so.5
GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%%
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0.0
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.1
GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.%%VERSION%%
GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs
GNUstep/Local/Library/OCSTypeModels/appointment.ocs
GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs
@ -778,6 +779,7 @@ GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Loca
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -823,6 +825,7 @@ GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localiza
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -865,6 +868,7 @@ GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -908,6 +912,7 @@ GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -950,6 +955,7 @@ GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizabl
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -993,6 +999,7 @@ GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Local
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -1148,6 +1155,10 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMai
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html
@ -1183,6 +1194,7 @@ GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMai
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -1225,6 +1237,7 @@ GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -1311,6 +1324,8 @@ GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Locale
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale
@ -1361,6 +1376,7 @@ GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localiz
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
@ -1403,6 +1419,7 @@ GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizab
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings