Hi, here is a new updated port, same version, but some changes, see below.
> > > > attached diffs will updated SOPE/SOGo to 2.0.6b. > > The new patches to SOGo are necessary to get it > > actually start up. But its now warning about classes > > loaded twice. Don't know about a better solution yet, > > but problem with my fix is reported upstream. > > The patch i'm talking about above was just commited > upstream, see > http://sogo.nu/bugs/view.php?id=2360 And now even includes two fixes against XSS vulnerabilities reported and fixed in bugs 2368 and 2369. Further as suggested by giovanni@ NO_TEST=Yes for SOGo too. Sebastian > > > So far, its only lightly tested on my notebook > > via ssh tunnels to my server to the ldap, db, imap,... > > My server is not really running a current snapshot. > > > > test reports from people who use it are welcome. > > Are there some test reports from people using SOGo > or even OKs? > > reattached patches for ease of review. > > cheers, > Sebastian > > > > > Sebastian > > > > > >
Index: Makefile =================================================================== RCS file: /cvs/ports/www/sope/Makefile,v retrieving revision 1.33 diff -u -p -u -r1.33 Makefile --- Makefile 12 Jun 2013 20:36:34 -0000 1.33 +++ Makefile 2 Jul 2013 04:32:34 -0000 @@ -4,13 +4,11 @@ COMMENT-main= Skyrix Object Publishing COMMENT-mysql= SOPE MySQL adaptor COMMENT-postgres= SOPE PostgreSQL adaptor -VERSION = 2.0.5 -DISTNAME = SOPE-${VERSION}a -PKGNAME-main = sope-${VERSION}.0 -PKGNAME-mysql = sope-mysql-${VERSION}.0 -PKGNAME-postgres = sope-postgres-${VERSION}.0 - -REVISION-mysql = 1 +VERSION = 2.0.6 +DISTNAME = SOPE-${VERSION}b +PKGNAME-main = sope-${VERSION}.1 +PKGNAME-mysql = sope-mysql-${VERSION}.1 +PKGNAME-postgres = sope-postgres-${VERSION}.1 SO_MAJOR= 2 SO_MINOR= 0 @@ -44,9 +42,9 @@ LIB_DEPENDS-main= x11/gnustep/base \ databases/openldap \ x11/gnustep/libobjc2 \ ${MODLIBICONV_LIB_DEPENDS} -LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.0 \ +LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.1 \ databases/mysql,-main -LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.0 \ +LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.1 \ databases/postgresql,-main CONFIGURE_STYLE=simple dest Index: distinfo =================================================================== RCS file: /cvs/ports/www/sope/distinfo,v retrieving revision 1.19 diff -u -p -u -r1.19 distinfo --- distinfo 25 Apr 2013 16:41:50 -0000 1.19 +++ distinfo 2 Jul 2013 04:32:34 -0000 @@ -1,2 +1,2 @@ -SHA256 (SOPE-2.0.5a.tar.gz) = av0r1EL4QMEYRvtLNdsBHeNSP9TlIwWjmJb5ran9iJw= -SIZE (SOPE-2.0.5a.tar.gz) = 2249592 +SHA256 (SOPE-2.0.6b.tar.gz) = hOP8aO7kW6h1zP/Tg/I8GALnRy020QZhLWEYSzZVNYE= +SIZE (SOPE-2.0.6b.tar.gz) = 2250249
Index: Makefile =================================================================== RCS file: /cvs/ports/www/sogo/Makefile,v retrieving revision 1.30 diff -u -p -u -r1.30 Makefile --- Makefile 25 Apr 2013 16:43:05 -0000 1.30 +++ Makefile 19 Jul 2013 10:26:50 -0000 @@ -2,9 +2,9 @@ COMMENT = web based groupware server -VERSION = 2.0.5 -DISTNAME = SOGo-${VERSION}a -PKGNAME = sogo-${VERSION}.0 +VERSION = 2.0.6 +DISTNAME = SOGo-${VERSION}b +PKGNAME = sogo-${VERSION}.1 SHARED_LIBS += GDLContentStore 2.0 SHARED_LIBS += NGCards 2.0 @@ -35,12 +35,14 @@ RUN_DEPENDS += sope-postgres-*|sope-mys archivers/zip CONFIGURE_STYLE = simple dest -CONFIGURE_ARGS += --gsmake=`gnustep-config --variable=GNUSTEP_MAKEFILES` +CONFIGURE_ARGS += --gsmake=`gnustep-config --variable=GNUSTEP_MAKEFILES` \ + --with-ssl=gnutls MAKE_FLAGS += libGDLContentStore_INTERFACE_VERSION=${LIBGDLContentStore_VERSION} \ libNGCards_INTERFACE_VERSION=${LIBNGCards_VERSION} \ libOGoContentStore_INTERFACE_VERSION=${LIBOGoContentStore_VERSION} \ libSOGoUI_INTERFACE_VERSION=${LIBSOGoUI_VERSION} \ SOGo_INTERFACE_VERSION=${LIBSOGo_VERSION} +NO_TEST = Yes SOGOLIBDIR = lib/GNUstep/Frameworks/SOGo.framework/Versions/${LIBSOGo_VERSION} SUBST_VARS += SOGOLIBDIR Index: distinfo =================================================================== RCS file: /cvs/ports/www/sogo/distinfo,v retrieving revision 1.17 diff -u -p -u -r1.17 distinfo --- distinfo 25 Apr 2013 16:43:05 -0000 1.17 +++ distinfo 19 Jul 2013 10:26:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (SOGo-2.0.5a.tar.gz) = q8s7Qm6prfPZzAyxFrQMtd6b3lTzGTJnJc4l89PCW3g= -SIZE (SOGo-2.0.5a.tar.gz) = 5640595 +SHA256 (SOGo-2.0.6b.tar.gz) = Jcx79hiYPTdLlv6dozOdU6jgln+bv//eLXDw/BsAImM= +SIZE (SOGo-2.0.6b.tar.gz) = 5687253 Index: patches/patch-SoObjects_Appointments_SOGoAptMailNotification_m =================================================================== RCS file: patches/patch-SoObjects_Appointments_SOGoAptMailNotification_m diff -N patches/patch-SoObjects_Appointments_SOGoAptMailNotification_m --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-SoObjects_Appointments_SOGoAptMailNotification_m 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,22 @@ +$OpenBSD$ + +fix XSS reported in bugs: 2368 2369 + +--- SoObjects/Appointments/SOGoAptMailNotification.m.orig Thu Jun 27 17:50:25 2013 ++++ SoObjects/Appointments/SOGoAptMailNotification.m Fri Jul 19 11:17:47 2013 +@@ -140,9 +140,14 @@ + return newEndDate; + } + ++- (NSString *) location ++{ ++ return [[apt location] stringByEscapingHTMLString]; ++} ++ + - (NSString *) summary + { +- return [apt summary]; ++ return [[apt summary] stringByEscapingHTMLString]; + } + + - (void) setOrganizerName: (NSString *) theString Index: patches/patch-SoObjects_SOGo_GNUmakefile_preamble =================================================================== RCS file: /cvs/ports/www/sogo/patches/patch-SoObjects_SOGo_GNUmakefile_preamble,v retrieving revision 1.6 diff -u -p -u -r1.6 patch-SoObjects_SOGo_GNUmakefile_preamble --- patches/patch-SoObjects_SOGo_GNUmakefile_preamble 16 Dec 2012 16:36:26 -0000 1.6 +++ patches/patch-SoObjects_SOGo_GNUmakefile_preamble 19 Jul 2013 10:26:50 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-SoObjects_SOGo_GNUmakefile_preamble,v 1.6 2012/12/16 16:36:26 sebastia Exp $ ---- SoObjects/SOGo/GNUmakefile.preamble.orig Thu Dec 6 19:12:22 2012 -+++ SoObjects/SOGo/GNUmakefile.preamble Fri Dec 7 15:22:41 2012 -@@ -45,7 +45,7 @@ endif +--- SoObjects/SOGo/GNUmakefile.preamble.orig Thu Jun 27 17:50:25 2013 ++++ SoObjects/SOGo/GNUmakefile.preamble Sat Jun 29 15:53:48 2013 +@@ -46,7 +46,7 @@ endif ifeq ($(findstring openbsd, $(GNUSTEP_HOST_OS)), openbsd) SOGo_LIBRARIES_DEPEND_UPON += -lcrypto else Index: patches/patch-UI_MailPartViewers_GNUmakefile =================================================================== RCS file: patches/patch-UI_MailPartViewers_GNUmakefile diff -N patches/patch-UI_MailPartViewers_GNUmakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_MailPartViewers_GNUmakefile 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,28 @@ +$OpenBSD$ +--- UI/MailPartViewers/GNUmakefile.orig Thu Jun 27 17:50:25 2013 ++++ UI/MailPartViewers/GNUmakefile Sat Jun 29 16:39:10 2013 +@@ -26,6 +26,24 @@ MailPartViewers_OBJC_FILES += \ + UIxMailPartICalViewer.m \ + \ + UIxMailPartICalActions.m \ ++ ../../SoObjects/Mailer/SOGoMailBodyPart.m \ ++ ../../SoObjects/Mailer/SOGoHTMLMailBodyPart.m \ ++ ../../SoObjects/Mailer/SOGoCalendarMailBodyPart.m \ ++ ../../SoObjects/Mailer/SOGoMailAccounts.m \ ++ ../../SoObjects/Mailer/SOGoMailBaseObject.m \ ++ ../../SoObjects/Mailer/SOGoMailAccount.m \ ++ ../../SoObjects/Mailer/SOGoMailNamespace.m \ ++ ../../SoObjects/Mailer/SOGoDraftsFolder.m \ ++ ../../SoObjects/Mailer/SOGoSentFolder.m \ ++ ../../SoObjects/Mailer/SOGoTrashFolder.m \ ++ ../../SoObjects/Mailer/SOGoMailFolder.m \ ++ ../../SoObjects/Mailer/SOGoDraftObject.m \ ++ ../../SoObjects/Mailer/SOGoMailObject.m \ ++ ../../SoObjects/Appointments/SOGoEMailAlarmsManager.m \ ++ ../../SoObjects/Appointments/SOGoAppointmentObject.m \ ++ ../../SoObjects/Appointments/SOGoComponentOccurence.m \ ++ ../../SoObjects/Appointments/SOGoAppointmentOccurence.m \ ++ ../../SoObjects/Appointments/SOGoCalendarComponent.m + + MailPartViewers_RESOURCE_FILES += \ + product.plist \ Index: patches/patch-UI_MailPartViewers_GNUmakefile_preamble =================================================================== RCS file: patches/patch-UI_MailPartViewers_GNUmakefile_preamble diff -N patches/patch-UI_MailPartViewers_GNUmakefile_preamble --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_MailPartViewers_GNUmakefile_preamble 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ +--- UI/MailPartViewers/GNUmakefile.preamble.orig Sat Jun 29 16:05:53 2013 ++++ UI/MailPartViewers/GNUmakefile.preamble Sat Jun 29 16:06:10 2013 +@@ -2,3 +2,10 @@ ifeq ($(HAS_LIBRARY_ssl),yes) + ADDITIONAL_CPPFLAGS += -DHAVE_OPENSSL=1 + BUNDLE_LIBS += -lcrypto + endif ++ ++ADDITIONAL_CPPFLAGS += \ ++ -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \ ++ -DUIX_MAILER_MAJOR_VERSION="@\"$(MAJOR_VERSION)\"" \ ++ -DUIX_MAILER_MINOR_VERSION="@\"$(MINOR_VERSION)\"" \ ++ -DUIX_MAILER_SUBMINOR_VERSION="@\"$(SUBMINOR_VERSION)\"" ++ Index: patches/patch-UI_MailerUI_GNUmakefile =================================================================== RCS file: patches/patch-UI_MailerUI_GNUmakefile diff -N patches/patch-UI_MailerUI_GNUmakefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_MailerUI_GNUmakefile 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- UI/MailerUI/GNUmakefile.orig Sat Jun 29 15:59:59 2013 ++++ UI/MailerUI/GNUmakefile Sat Jun 29 16:00:49 2013 +@@ -32,6 +32,7 @@ MailerUI_OBJC_FILES += \ + UIxMailWindowCloser.m \ + \ + UIxMailUserRightsEditor.m \ ++ ../MailPartViewers/UIxMailRenderingContext.m \ + UIxMailUserDelegationEditor.m \ + # UIxMailEditorAction.m \ + # UIxMailReplyAction.m \ Index: patches/patch-UI_MailerUI_UIxMailListActions_m =================================================================== RCS file: patches/patch-UI_MailerUI_UIxMailListActions_m diff -N patches/patch-UI_MailerUI_UIxMailListActions_m --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_MailerUI_UIxMailListActions_m 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,24 @@ +$OpenBSD$ + +fix XSS reported in bugs: 2368 2369 + +--- UI/MailerUI/UIxMailListActions.m.orig Thu Jun 27 17:50:25 2013 ++++ UI/MailerUI/UIxMailListActions.m Fri Jul 19 11:17:47 2013 +@@ -753,7 +753,7 @@ + // To + to = [[message objectForKey: @"envelope"] to]; + if ([to count] > 0) +- [msg addObject: [addressFormatter stringForArray: to]]; ++ [msg addObject: [[addressFormatter stringForArray: to] stringByEscapingHTMLString]]; + else + [msg addObject: @""]; + +@@ -778,7 +778,7 @@ + // From + from = [[message objectForKey: @"envelope"] from]; + if ([from count] > 0) +- [msg addObject: [addressFormatter stringForArray: from]]; ++ [msg addObject: [[addressFormatter stringForArray: from] stringByEscapingHTMLString]]; + else + [msg addObject: @""]; + Index: patches/patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox =================================================================== RCS file: patches/patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox diff -N patches/patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,18 @@ +$OpenBSD$ + +fix XSS reported in bugs: 2368 2369 + +--- UI/Templates/Appointments/SOGoAptMailInvitation.wox.orig Thu Jun 27 17:50:25 2013 ++++ UI/Templates/Appointments/SOGoAptMailInvitation.wox Fri Jul 19 11:17:47 2013 +@@ -24,9 +24,9 @@ h1, dd, .dl-list dt { margin-left: 130px; } + <small><var:string value="organizerName" const:escapeHTML="NO"/><var:string value="sentByText" const:escapeHTML="NO"/></small></h1> + + <dl class="dl-horizontal"> +- <var:if condition="apt.location.length" ++ <var:if condition="location.length" + ><dt><var:string label:value="location_label" const:escapeHTML="NO"/></dt> +- <dd><var:string value="apt.location" const:escapeHTML="NO"/></dd></var:if> ++ <dd><var:string value="location" const:escapeHTML="NO"/></dd></var:if> + <dt><var:string label:value="startDate_label" const:escapeHTML="NO"/></dt> + <dd><var:string value="formattedAptStartDate" const:escapeHTML="NO" + /><var:if condition="formattedAptStartTime.length"> - <var:string value="formattedAptStartTime" const:escapeHTML="NO"/> <var:string value="viewTZ" const:escapeHTML="NO"/> Index: patches/patch-UI_WebServerResources_SchedulerUI_js =================================================================== RCS file: patches/patch-UI_WebServerResources_SchedulerUI_js diff -N patches/patch-UI_WebServerResources_SchedulerUI_js --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-UI_WebServerResources_SchedulerUI_js 19 Jul 2013 10:26:50 -0000 @@ -0,0 +1,23 @@ +$OpenBSD$ + +fix XSS reported in bugs: 2368 2369 + +--- UI/WebServerResources/SchedulerUI.js.orig Thu Jun 27 17:50:25 2013 ++++ UI/WebServerResources/SchedulerUI.js Fri Jul 19 11:17:47 2013 +@@ -748,14 +748,14 @@ function onViewEventCallback(http) { + para = $(paras[1]); + if (data["calendar"].length) { + // Remove owner email from calendar's name +- para.down("SPAN", 1).update(data["calendar"].replace(/ \<.*\>/, "")); ++ para.down("SPAN", 1).update(data["calendar"].escapeHTML()); + para.show(); + } else + para.hide(); + + para = $(paras[2]); + if (data["location"].length) { +- para.down("SPAN", 1).update(data["location"]); ++ para.down("SPAN", 1).update(data["location"].escapeHTML()); + para.show(); + } else + para.hide(); Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/sogo/pkg/PLIST,v retrieving revision 1.17 diff -u -p -u -r1.17 PLIST --- pkg/PLIST 6 Feb 2013 17:36:11 -0000 1.17 +++ pkg/PLIST 19 Jul 2013 10:26:56 -0000 @@ -115,6 +115,7 @@ ${SOGOLIBDIR}/Headers/WORequest+SOGo.h ${SOGOLIBDIR}/Headers/WOResourceManager+SOGo.h ${SOGOLIBDIR}/Headers/WOResponse+SOGo.h ${SOGOLIBDIR}/Resources/ +${SOGOLIBDIR}/Resources/CASLogoutRequestMap.plist ${SOGOLIBDIR}/Resources/DAVReportMap.plist ${SOGOLIBDIR}/Resources/Info-gnustep.plist ${SOGOLIBDIR}/Resources/SOGoDefaults.plist @@ -568,6 +569,8 @@ lib/GNUstep/SOGo/ lib/GNUstep/SOGo/AdministrationUI.SOGo/ @bin lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/ @@ -617,6 +620,8 @@ lib/GNUstep/SOGo/AdministrationUI.SOGo/s lib/GNUstep/SOGo/Appointments.SOGo/ @bin lib/GNUstep/SOGo/Appointments.SOGo/Appointments lib/GNUstep/SOGo/Appointments.SOGo/Resources/ +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/Appointments.SOGo/Resources/Catalan.lproj/ @@ -645,6 +650,7 @@ lib/GNUstep/SOGo/Appointments.SOGo/Resou lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/ lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod +lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/ lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/ @@ -671,6 +677,8 @@ lib/GNUstep/SOGo/Appointments.SOGo/bundl lib/GNUstep/SOGo/CommonUI.SOGo/ @bin lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/ @@ -722,6 +730,8 @@ lib/GNUstep/SOGo/CommonUI.SOGo/stamp.mak lib/GNUstep/SOGo/Contacts.SOGo/ @bin lib/GNUstep/SOGo/Contacts.SOGo/Contacts lib/GNUstep/SOGo/Contacts.SOGo/Resources/ +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/Contacts.SOGo/Resources/Catalan.lproj/ @@ -772,6 +782,8 @@ lib/GNUstep/SOGo/Contacts.SOGo/stamp.mak lib/GNUstep/SOGo/ContactsUI.SOGo/ @bin lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/ @@ -824,6 +836,8 @@ lib/GNUstep/SOGo/ContactsUI.SOGo/stamp.m lib/GNUstep/SOGo/MailPartViewers.SOGo/ @bin lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/ @@ -875,6 +889,12 @@ lib/GNUstep/SOGo/Mailer.SOGo/ @bin lib/GNUstep/SOGo/Mailer.SOGo/Mailer lib/GNUstep/SOGo/Mailer.SOGo/Resources/ lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/ +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/ +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod @@ -965,6 +985,12 @@ lib/GNUstep/SOGo/Mailer.SOGo/Resources/S lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/ +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/ +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod @@ -1001,6 +1027,8 @@ lib/GNUstep/SOGo/Mailer.SOGo/bundle-info lib/GNUstep/SOGo/MailerUI.SOGo/ @bin lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/ @@ -1055,6 +1083,9 @@ lib/GNUstep/SOGo/MailerUI.SOGo/stamp.mak lib/GNUstep/SOGo/MainUI.SOGo/ @bin lib/GNUstep/SOGo/MainUI.SOGo/MainUI lib/GNUstep/SOGo/MainUI.SOGo/Resources/ +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings @@ -1131,6 +1162,8 @@ lib/GNUstep/SOGo/MainUI.SOGo/stamp.make lib/GNUstep/SOGo/PreferencesUI.SOGo/ @bin lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/ @@ -1181,6 +1214,8 @@ lib/GNUstep/SOGo/PreferencesUI.SOGo/Reso lib/GNUstep/SOGo/PreferencesUI.SOGo/stamp.make lib/GNUstep/SOGo/SchedulerUI.SOGo/ lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/ +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/ lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/ @@ -1292,6 +1327,9 @@ lib/GNUstep/SOGo/Templates/PreferencesUI lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox lib/GNUstep/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox lib/GNUstep/SOGo/Templates/PreferencesUI/UIxPreferences.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox @@ -1355,6 +1393,8 @@ lib/GNUstep/SOGo/Templates/SOGoACLSwedis lib/GNUstep/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox lib/GNUstep/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox @@ -1547,6 +1587,7 @@ lib/GNUstep/SOGo/WebServerResources/cked lib/GNUstep/SOGo/WebServerResources/ckeditor/config.js lib/GNUstep/SOGo/WebServerResources/ckeditor/contents.css lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/ +lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/ar.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/ca.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/cs.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/cy.js @@ -1563,7 +1604,7 @@ lib/GNUstep/SOGo/WebServerResources/cked lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/nl.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/no.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/pl.js -lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/pt.js +lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/pt-br.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/ru.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/sk.js lib/GNUstep/SOGo/WebServerResources/ckeditor/lang/sv.js @@ -1576,6 +1617,9 @@ lib/GNUstep/SOGo/WebServerResources/cked lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/clipboard/ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js +lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/colordialog/ +lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/ +lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/dialog/ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/fakeobjects/ @@ -1603,6 +1647,7 @@ lib/GNUstep/SOGo/WebServerResources/cked lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js +lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc_ie.js lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/ lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/ lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/dialog.css @@ -1963,6 +2008,7 @@ share/doc/sogo/updates.php @group _sogo @sample /var/sogo/ @sample /var/log/sogo/ +@sample /var/spool/sogo/ @mode @owner @group