Update SOGo to 1.3.6.
People upgrading from 1.3.4 or earlier need a new configuration default called OCSSessionsFolderURL. See the packages README for more details. OK jasper@, sthen@
This commit is contained in:
parent
c9361f6c9d
commit
6973928532
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/04/18 12:48:29 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/04/22 05:36:12 sebastia Exp $
|
||||
|
||||
COMMENT = web based groupware server
|
||||
|
||||
REVISION = 4
|
||||
VERSION = 1.3.4
|
||||
VERSION = 1.3.6
|
||||
DISTNAME = SOGo-${VERSION}
|
||||
PKGNAME = sogo-${VERSION}
|
||||
|
||||
SHLIB_VERSION = 0.0
|
||||
SHLIB_VERSION = 1.0
|
||||
.for _lib in GDLContentStore NGCards OGoContentStore \
|
||||
SOGo SOGoUI
|
||||
SHARED_LIBS += ${_lib} ${SHLIB_VERSION}
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (SOGo-1.3.4.tar.gz) = 92WAUz46tpAUuSzK4fqJOg==
|
||||
RMD160 (SOGo-1.3.4.tar.gz) = CmHeFOQo8C5FxZlS2Fj4X9LURmE=
|
||||
SHA1 (SOGo-1.3.4.tar.gz) = 1D6OmvdsAhVeghSPWcDbxMaeQcs=
|
||||
SHA256 (SOGo-1.3.4.tar.gz) = Nvo4aGxu4jNL4SH1OdN6yOGd5Tyq29E/aSmnKcz7HKc=
|
||||
SIZE (SOGo-1.3.4.tar.gz) = 3455447
|
||||
MD5 (SOGo-1.3.6.tar.gz) = biuVAkckIP4ksE7SmsXo+A==
|
||||
RMD160 (SOGo-1.3.6.tar.gz) = X+yQnGHeArpwSq7LY2KwMb17/N0=
|
||||
SHA1 (SOGo-1.3.6.tar.gz) = 7inur5AftvbiC7Mi5uZq7Zj9md0=
|
||||
SHA256 (SOGo-1.3.6.tar.gz) = Bd02X2k6IFb7qG8gr7lQVQeyMtb7s6ov33ANNqxO4SE=
|
||||
SIZE (SOGo-1.3.6.tar.gz) = 3550525
|
||||
|
@ -1,18 +1,15 @@
|
||||
$OpenBSD: patch-SoObjects_SOGo_GNUmakefile,v 1.1.1.1 2010/11/24 18:16:03 sebastia Exp $
|
||||
$OpenBSD: patch-SoObjects_SOGo_GNUmakefile,v 1.2 2011/04/22 05:36:12 sebastia Exp $
|
||||
|
||||
Separate SOGo Version from library interface version.
|
||||
|
||||
--- SoObjects/SOGo/GNUmakefile.orig Tue Oct 19 18:35:30 2010
|
||||
+++ SoObjects/SOGo/GNUmakefile Mon Nov 8 09:54:31 2010
|
||||
@@ -7,9 +7,10 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
||||
--- SoObjects/SOGo/GNUmakefile.orig Fri Apr 8 19:44:28 2011
|
||||
+++ SoObjects/SOGo/GNUmakefile Tue Apr 19 11:24:03 2011
|
||||
@@ -6,7 +6,7 @@ include ../../Version
|
||||
|
||||
FRAMEWORK_NAME = SOGo
|
||||
|
||||
-SOGo_INSTALL_DIR = $(SOGO_LIBDIR)
|
||||
+SOGo_INSTALL_DIR = $(SOGO_FRAMEWORKDIR)
|
||||
|
||||
SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
+SOGo_INTERFACE_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
|
||||
|
||||
SOGo_HEADER_FILES = \
|
||||
SOGoBuild.h \
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-SoObjects_SOGo_GNUmakefile_preamble,v 1.2 2010/12/11 14:21:08 sebastia Exp $
|
||||
--- SoObjects/SOGo/GNUmakefile.preamble.orig Wed Nov 17 17:30:03 2010
|
||||
+++ SoObjects/SOGo/GNUmakefile.preamble Fri Dec 3 09:42:53 2010
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
SOGo_INCLUDE_DIRS += -I.. -I../../UI -DSOGO_MAJOR_VERSION="\"$(MAJOR_VERSION)\"" -DSOGO_MINOR_VERSION="\"$(MINOR_VERSION)\""
|
||||
$OpenBSD: patch-SoObjects_SOGo_GNUmakefile_preamble,v 1.3 2011/04/22 05:36:12 sebastia Exp $
|
||||
--- SoObjects/SOGo/GNUmakefile.preamble.orig Fri Apr 8 19:44:28 2011
|
||||
+++ SoObjects/SOGo/GNUmakefile.preamble Tue Apr 19 11:22:59 2011
|
||||
@@ -5,7 +5,7 @@ SOGo_INCLUDE_DIRS += -I.. -I../../UI \
|
||||
-DSOGO_MINOR_VERSION="@\"$(MINOR_VERSION)\"" \
|
||||
-DSOGO_SUBMINOR_VERSION="@\"$(SUBMINOR_VERSION)\""
|
||||
|
||||
-HOSTNAME = $(shell hostname -f)
|
||||
+HOSTNAME ?= $(shell hostname -f)
|
||||
BUILD_DATE = $(shell echo $$USER@$(HOSTNAME); date +"%Y%m%d%H%M")
|
||||
|
||||
ADDITIONAL_CPPFLAGS += \
|
||||
@@ -18,9 +18,15 @@ SOGo_LIBRARIES_DEPEND_UPON += \
|
||||
@@ -21,9 +21,15 @@ SOGo_LIBRARIES_DEPEND_UPON += \
|
||||
-lNGCards \
|
||||
-lNGMime \
|
||||
-lNGStreams -lNGExtensions -lEOControl \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/18 12:48:29 sebastia Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/04/22 05:36:12 sebastia Exp $
|
||||
@newgroup _sogo:659
|
||||
@newuser _sogo:659:_sogo:daemon:SOGo user:/var/sogo:/bin/sh
|
||||
include/GDLContentStore/
|
||||
@ -11,6 +11,7 @@ include/GDLContentStore/GCSFieldInfo.h
|
||||
include/GDLContentStore/GCSFolder.h
|
||||
include/GDLContentStore/GCSFolderManager.h
|
||||
include/GDLContentStore/GCSFolderType.h
|
||||
include/GDLContentStore/GCSSessionsFolder.h
|
||||
include/GDLContentStore/GCSSpecialQueries.h
|
||||
include/GDLContentStore/GCSStringFormatter.h
|
||||
include/GDLContentStore/NSURL+GCS.h
|
||||
@ -61,58 +62,60 @@ lib/GNUstep/Frameworks/SOGo.framework/Headers
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Resources
|
||||
lib/GNUstep/Frameworks/SOGo.framework/SOGo
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/DOMNode+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/LDAPSource.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSArray+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSArray+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSCalendarDate+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSDictionary+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSDictionary+URL.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSDictionary+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSNull+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSNumber+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSObject+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSObject+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSString+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSString+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/NSURL+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoBuild.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoCASSession.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoCache.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoConstants.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoContentObject.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoDAVAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoDateFormatter.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoGCSFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoGroup.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoMailer.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoObject.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoParentFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoPermissions.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoProductLoader.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoProxyAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoStartupLogger.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoUser.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoUserFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoUserManager.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoUserProfile.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoWebAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoWebDAVAclManager.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SOGoWebDAVValue.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/SQLSource.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/WOContext+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/WORequest+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Headers/WOResponse+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Resources/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Resources/DAVReportMap.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/Resources/SOGoDefaults.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/SOGo
|
||||
@lib lib/GNUstep/Frameworks/SOGo.framework/Versions/0.0/libSOGo.so.${LIBSOGo_VERSION}
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/DOMNode+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/LDAPSource.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSArray+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSArray+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSCalendarDate+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSDictionary+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSDictionary+URL.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSDictionary+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSNull+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSNumber+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSObject+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSObject+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSString+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSString+Utilities.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/NSURL+DAV.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoBuild.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoCASSession.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoCache.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoConstants.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoContentObject.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoDAVAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoDateFormatter.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoGCSFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoGroup.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoMailer.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoObject.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoParentFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoPermissions.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoProductLoader.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoProxyAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoSession.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoStartupLogger.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoUser.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoUserFolder.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoUserManager.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoUserProfile.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoWebAuthenticator.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoWebDAVAclManager.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SOGoWebDAVValue.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/SQLSource.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/WOContext+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/WORequest+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/WOResourceManager+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Headers/WOResponse+SOGo.h
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Resources/
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Resources/DAVReportMap.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/Resources/SOGoDefaults.plist
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/SOGo
|
||||
@lib lib/GNUstep/Frameworks/SOGo.framework/Versions/1.0/libSOGo.so.${LIBSOGo_VERSION}
|
||||
lib/GNUstep/Frameworks/SOGo.framework/Versions/Current
|
||||
@lib lib/GNUstep/Frameworks/SOGo.framework/libSOGo.so.${LIBSOGo_VERSION}
|
||||
lib/GNUstep/Libraries/Resources/
|
||||
@ -569,6 +572,8 @@ lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.str
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/
|
||||
@ -580,7 +585,6 @@ lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strin
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist
|
||||
@ -607,6 +611,8 @@ lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Russian.lproj/
|
||||
@ -617,7 +623,6 @@ lib/GNUstep/SOGo/Appointments.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/WebServer/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
@ -645,6 +650,8 @@ lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Russian.lproj/
|
||||
@ -655,7 +662,6 @@ lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist
|
||||
@ -683,6 +689,8 @@ lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Russian.lproj/
|
||||
@ -693,7 +701,6 @@ lib/GNUstep/SOGo/Contacts.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist
|
||||
@ -720,6 +727,8 @@ lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/
|
||||
@ -731,7 +740,6 @@ lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist
|
||||
@ -759,6 +767,8 @@ lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.stri
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/
|
||||
@ -769,7 +779,6 @@ lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist
|
||||
@ -832,6 +841,12 @@ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalian
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianForward.wo/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.html
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianForward.wo/SOGoMailNorwegianForward.wod
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianReply.wo/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.html
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianReply.wo/SOGoMailNorwegianReply.wod
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod
|
||||
@ -862,7 +877,6 @@ lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForw
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/WebServer/
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist
|
||||
lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist
|
||||
@ -888,6 +902,8 @@ lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Russian.lproj/
|
||||
@ -900,7 +916,6 @@ lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist
|
||||
@ -937,6 +952,9 @@ lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Norwegian.lproj/Locale
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/
|
||||
@ -956,7 +974,6 @@ lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale
|
||||
lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
@ -984,6 +1001,8 @@ lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.string
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/
|
||||
@ -995,7 +1014,6 @@ lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist
|
||||
@ -1021,6 +1039,8 @@ lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Norwegian.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Norwegian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/
|
||||
@ -1039,7 +1059,6 @@ lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Version
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
|
||||
lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/cycles.plist
|
||||
@ -1057,8 +1076,6 @@ lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailDeletionReceipt.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailInvitationReceipt.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailSwedishICalReply.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUkrainianICalReply.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox
|
||||
lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdateReceipt.wox
|
||||
lib/GNUstep/SOGo/Templates/ContactsUI/
|
||||
@ -1132,6 +1149,9 @@ lib/GNUstep/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLNorwegianAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLNorwegianModificationAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLNorwegianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox
|
||||
@ -1165,6 +1185,8 @@ lib/GNUstep/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox
|
||||
lib/GNUstep/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox
|
||||
@ -1286,6 +1308,7 @@ lib/GNUstep/SOGo/WebServerResources/XMLHttpRequest.js
|
||||
lib/GNUstep/SOGo/WebServerResources/abcard-anonymous.png
|
||||
lib/GNUstep/SOGo/WebServerResources/abcard-anyone.png
|
||||
lib/GNUstep/SOGo/WebServerResources/abcard.png
|
||||
lib/GNUstep/SOGo/WebServerResources/ablist.png
|
||||
lib/GNUstep/SOGo/WebServerResources/account-settings.png
|
||||
lib/GNUstep/SOGo/WebServerResources/add-addressbook.png
|
||||
lib/GNUstep/SOGo/WebServerResources/add-calendar.png
|
||||
@ -1427,6 +1450,11 @@ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/forms/dialogs/textarea.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/forms/dialogs/textfield.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/forms/images/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/forms/images/hiddenfield.gif
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframe/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframe/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframe/dialogs/iframe.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframe/images/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframe/images/placeholder.png
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframedialog/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/iframedialog/plugin.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/image/
|
||||
@ -1450,6 +1478,13 @@ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/pastefromword/filter/defaul
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/pastetext/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/pastetext/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/pastetext/dialogs/pastetext.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/dialogs/placeholder.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/lang/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/lang/en.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/placeholder.gif
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/placeholder/plugin.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js
|
||||
@ -1495,6 +1530,8 @@ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/smiley/images/wink_smile.gi
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/specialchar/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/specialchar/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/specialchar/dialogs/specialchar.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/specialchar/lang/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/specialchar/lang/en.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/styles/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/styles/styles/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/styles/styles/default.js
|
||||
@ -1520,6 +1557,7 @@ lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/dialogs/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/dialogs/uicolor.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/lang/
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/lang/en.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/lang/he.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/plugin.js
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/uicolor.gif
|
||||
lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/uicolor/yui/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: README,v 1.1.1.1 2010/11/24 18:16:03 sebastia Exp $
|
||||
# $OpenBSD: README,v 1.2 2011/04/22 05:36:12 sebastia Exp $
|
||||
|
||||
SOGo on OpenBSD
|
||||
======================================
|
||||
@ -60,8 +60,8 @@ and SOGo is listening on its default port 20000.
|
||||
The OpenBSD httpd runs in a chroot environment, therefore you have to
|
||||
copy some files into the server's chroot environment:
|
||||
|
||||
mkdir -p /var/www/lib/sogo
|
||||
cp -R ${TRUEPREFIX}/lib/GNUstep/SOGo/WebServerResources /var/www/lib/sogo/www
|
||||
# mkdir -p /var/www/lib/sogo
|
||||
# cp -R ${TRUEPREFIX}/lib/GNUstep/SOGo/WebServerResources /var/www/lib/sogo/www
|
||||
|
||||
Edit /var/www/conf/httpd.conf:
|
||||
You should make sure the proxy and header modules are loaded:
|
||||
@ -155,7 +155,6 @@ sogod SOGoUserSources '(
|
||||
sogod SOGoSMTPServer localhost
|
||||
sogod SOGoIMAPServer localhost
|
||||
sogod SOGoLanguage English
|
||||
sogod SOGoProfileURL postgresql://_sogo:sogo@localhost:5432/sogo/sogo_user_profile
|
||||
sogod SOGoTimeZone Europe/Berlin
|
||||
sogod SOGoFoldersSendEMailNotifications YES
|
||||
sogod SOGoMemcachedHost localhost
|
||||
@ -164,6 +163,8 @@ sogod WOLogFile /var/log/sogo/sogod.log
|
||||
sogod WOPidFile /var/sogo/sogod.pid
|
||||
sogod SOGoMailDomain my-domain.com
|
||||
sogod OCSFolderInfoURL postgresql://_sogo:sogo@localhost:5432/sogo/sogo_folder_info
|
||||
sogod SOGoProfileURL postgresql://_sogo:sogo@localhost:5432/sogo/sogo_user_profile
|
||||
sogod OCSSessionsFolderURL postgresql://_sogo:sogo@localhost:5432/sogo/sogo_sessions_folder
|
||||
sogod SOGoACLsSendEMailNotifications YES
|
||||
sogod SOGoAppointmentSendEMailNotifications YES
|
||||
sogod WOWorkersCount 4
|
||||
@ -172,4 +173,19 @@ sogod SOGoTrashFolderName INBOX.Trash
|
||||
sogod SOGoSentFolderName INBOX.Sent
|
||||
sogod SOGoZipPath /usr/local/bin/zip
|
||||
|
||||
Upgrading from older SOGo versions
|
||||
========================================
|
||||
Update the files in the chroot environment of apache as root:
|
||||
|
||||
# rm -rf /var/www/lib/sogo
|
||||
# mkdir -p /var/www/lib/sogo
|
||||
# cp -R ${TRUEPREFIX}/lib/GNUstep/SOGo/WebServerResources /var/www/lib/sogo/www
|
||||
|
||||
Upgrade SOGo from < 1.3.5
|
||||
========================================
|
||||
Since version 1.3.5, SOGo requires to have a OCSSessionsFolderURL default set,
|
||||
which you need to create. For example run the following command as user _sogo:
|
||||
|
||||
$ defaults write sogod OCSSessionsFolderURL \
|
||||
postgresql://_sogo:sogo@localhost:5432/sogo/sogo_sessions_folder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user