summaryrefslogtreecommitdiff
path: root/www/SOGo
diff options
context:
space:
mode:
authortaca <taca>2016-02-16 14:42:43 +0000
committertaca <taca>2016-02-16 14:42:43 +0000
commit5990c04417989d9a750e2d117f4c871400d11f7f (patch)
tree775a35781da66d4f4d6f1eba1a21eb32cf739899 /www/SOGo
parent71a040f06ad030055bbc15b28d3403ce55feb2c6 (diff)
downloadpkgsrc-5990c04417989d9a750e2d117f4c871400d11f7f.tar.gz
Update SOGo to 2.3.8.
2.3.8 (2016-02-05) ------------------ Enhancements - updated CKEditor to version 4.5.7 Bug fixes - correctly encode filename of attachments over EAS (#3491) - correctly encode square brackets for IMAP folder names (#3321) - add shared/public namespaces in the list or returned folders 2.3.7 (2016-01-25) ------------------ New features - new junk/not junk capability with generic SMTP integration Enhancements - newly created folders using EAS are always sync'ed by default (#3454) - added Croatian (hr_HR) translation - thanks to Jens Riecken Bug fixes - now always generate invitation updates when using EAS - rewrote the string sanitization to be 32-bit Unicode safe - do not try to decode non-wbxml responses for debug output (#3444) 2.3.6 (2016-01-18) ------------------ New features - now able to sync only default mail folders when using EAS Enhancements - unit testing for RTFHandler - JUnit output for sogo-tests Bug fixes - don't unescape twice mail folder names (#3423) - don't consider mobile Outlook EAS clients as DAV ones (#3431) - we now follow 301 redirects when fetching ICS calendars - when deleting an event using EAS, properly invoke the auto-scheduling code - do not include failure attachments (really long filenames) - fix encoding of email subjects with non-ASCII characters - fix appointment notification mails using SOGoEnableDomainBasedUID configuration - fix shifts in event times on Outlook 2.3.5 (2016-01-05) ------------------ Enhancements - return an error to openchange if mail message delivery fails - return the requested elements on complex requests from Outlook when downloading changes - user sources can be loaded dynamically - unify user sources API - updated Russian translation (#3383) Bug fixes - properly compute the last week number for the year (#1010) - share calendar, tasks and contacts folders in Outlook 2013 with editor permissions - priorize filename in Content-Disposition against name in Content-Type to get the filename of an attachment in mail - request all contacts when there is no filter in Contacts menu in Webmail - personal contacts working properly on Outlook - fixes on RTF parsing used by event/contact description and mail as RTF to read non-ASCII characters: better parsing of font table, when using a font, switch to its character set, correct parsing of escaped characters and Unicode character command word support for unicode characters greater than 32767 - no crash resolving recipients after reconnecting LDAP connection - avoid creation of phantom contacts in SOGo from distribution list synced from Outlook. - accepted & updated event names are now shown correctly in Outlook - provide safe guards in mail and calendar to avoid exceptions while syncing 2.3.4 (2015-12-15) ------------------ New features - initial support for EAS calendar exceptions Enhancements - limit the maximum width of toolbar buttons (#3381) Bug fixes - JavaScript exception when printing events from calendars with no assigned color (#3203) - EAS fix for wrong charset being used (#3392) - EAS fix on qp-encoded subjects (#3390) - correctly handle all-day event exceptions when the master event changes - prevent characters in calendar component UID causing issues during import process - avoid duplicating attendees when accepting event using a different identity over CalDAV
Diffstat (limited to 'www/SOGo')
-rw-r--r--www/SOGo/Makefile4
-rw-r--r--www/SOGo/PLIST31
-rw-r--r--www/SOGo/distinfo10
3 files changed, 37 insertions, 8 deletions
diff --git a/www/SOGo/Makefile b/www/SOGo/Makefile
index 4ae67c607fd..6e6802d6cd3 100644
--- a/www/SOGo/Makefile
+++ b/www/SOGo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2015/12/13 14:59:35 taca Exp $
+# $NetBSD: Makefile,v 1.26 2016/02/16 14:42:43 taca Exp $
#
-DISTNAME= SOGo-2.3.3a
+DISTNAME= SOGo-2.3.8
CATEGORIES= www
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
diff --git a/www/SOGo/PLIST b/www/SOGo/PLIST
index 4edd31b11f2..69525bcbe84 100644
--- a/www/SOGo/PLIST
+++ b/www/SOGo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2015/12/13 14:59:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/02/16 14:42:43 taca Exp $
include/GDLContentStore/EOAdaptorChannel+GCS.h
include/GDLContentStore/GCSAlarmsFolder.h
include/GDLContentStore/GCSChannelManager.h
@@ -86,9 +86,12 @@ lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCredentialsFile.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDAVAuthenticator.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDateFormatter.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDefaultsSource.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDomainDefaults.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoFolder.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGCSFolder.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGroup.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoLDAPDefaults.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoMailer.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoObject.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoParentFolder.h
@@ -97,9 +100,12 @@ lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProductLoader.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProxyAuthenticator.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSession.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSieveManager.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSource.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStartupLogger.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStaticAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSystemDefaults.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUser.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserDefaults.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserFolder.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserManager.h
lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserProfile.h
@@ -558,6 +564,7 @@ lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.string
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -590,6 +597,7 @@ lib/GNUstep/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -625,6 +633,7 @@ lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -658,6 +667,7 @@ lib/GNUstep/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -690,6 +700,7 @@ lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -724,6 +735,7 @@ lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -755,6 +767,7 @@ lib/GNUstep/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -788,6 +801,10 @@ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailC
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html
@@ -894,6 +911,7 @@ lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -935,6 +953,8 @@ lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale
lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale
@@ -994,6 +1014,7 @@ lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -1026,6 +1047,7 @@ lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
@@ -1122,6 +1144,9 @@ lib/GNUstep/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox
@@ -1198,6 +1223,8 @@ lib/GNUstep/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox
lib/GNUstep/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox
@@ -1404,6 +1431,7 @@ lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/es.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/eu.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/fi.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/fr.js
+lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/hr.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/hu.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/is.js
lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/it.js
@@ -1739,6 +1767,7 @@ lib/GNUstep/SOGo/WebServerResources/tb-mail-delete-flat-24x24.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-file-flat-24x24.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png
+lib/GNUstep/SOGo/WebServerResources/tb-mail-junk-flat-17x17.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-print-flat-24x24.png
lib/GNUstep/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png
diff --git a/www/SOGo/distinfo b/www/SOGo/distinfo
index 5ed24728992..75e635e9a0c 100644
--- a/www/SOGo/distinfo
+++ b/www/SOGo/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2015/12/13 14:59:35 taca Exp $
+$NetBSD: distinfo,v 1.15 2016/02/16 14:42:43 taca Exp $
-SHA1 (SOGo-2.3.3a.tar.gz) = fb5f9a73fb986ccbae70887d3dae657701280c45
-RMD160 (SOGo-2.3.3a.tar.gz) = 1f6a5fa4ae215a5f88096e1299de4231449093db
-SHA512 (SOGo-2.3.3a.tar.gz) = 74b3102446bd6f7a14825327022321d6548795bfb11b59b16a556a00d1b8a177db1c423df40fa612f63e65e296b203accfa5f3b5e676558249d39793bf1e8ec2
-Size (SOGo-2.3.3a.tar.gz) = 11846747 bytes
+SHA1 (SOGo-2.3.8.tar.gz) = 527f01fc319f93467a230775e0c469f68d7a445f
+RMD160 (SOGo-2.3.8.tar.gz) = 090439fc46b299d351a867211f9f19480256adca
+SHA512 (SOGo-2.3.8.tar.gz) = bb915a169122edab0bbeb1ff498dba20623e1828ac529036e48b7270892361c3ce39d81248baed6c6f1b698e67a30c8d1d5a597b16e1affe4b358a3176516ea6
+Size (SOGo-2.3.8.tar.gz) = 12200043 bytes
SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 2b121f06f409f9d8ddfb717e5b3d13547c7d18a0