Package: sogo / 1.3.16-1

Metadata

Package Version Patches format
sogo 1.3.16-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 make check.patch | (download)

GNUmakefile | 4 3 + 1 - 0 !
Tests/Unit/GNUmakefile | 12 9 + 3 - 0 !
Tests/Unit/SOGoTestRunner.m | 4 3 + 1 - 0 !
UI/Templates/GNUmakefile | 2 2 + 0 - 0 !
UI/WebServerResources/GNUmakefile | 2 2 + 0 - 0 !
5 files changed, 19 insertions(+), 5 deletions(-)

 make-check


0002 link everything correctly.patch | (download)

Main/GNUmakefile.preamble | 2 1 + 1 - 0 !
OGoContentStore/GNUmakefile.preamble | 4 3 + 1 - 0 !
SOPE/GDLContentStore/GNUmakefile.preamble | 3 1 + 2 - 0 !
SOPE/NGCards/GNUmakefile.preamble | 3 1 + 2 - 0 !
SoObjects/SOGo/GNUmakefile.preamble | 4 2 + 2 - 0 !
SoObjects/common.make | 2 1 + 1 - 0 !
UI/SOGoUI/GNUmakefile.preamble | 4 2 + 2 - 0 !
7 files changed, 11 insertions(+), 11 deletions(-)

 link-everything-correctly


0003 Read configuration from etc.patch | (download)

SoObjects/SOGo/SOGoSystemDefaults.m | 61 50 + 11 - 0 !
Tools/sogo-tool.m | 8 7 + 1 - 0 !
2 files changed, 57 insertions(+), 12 deletions(-)

 read configuration from /etc


0004 Add support for GnuTLS.patch | (download)

SoObjects/SOGo/GNUmakefile.preamble | 10 9 + 1 - 0 !
SoObjects/SOGo/NSData+Crypto.m | 216 213 + 3 - 0 !
Tests/Unit/GNUmakefile | 2 2 + 0 - 0 !
Tests/Unit/TestNSData+Crypto.m | 101 101 + 0 - 0 !
Tests/Unit/TestNSString+Crypto.m | 64 64 + 0 - 0 !
UI/MailPartViewers/GNUmakefile.preamble | 4 4 + 0 - 0 !
UI/MailPartViewers/UIxMailPartSignedViewer.m | 14 14 + 0 - 0 !
configure | 36 27 + 9 - 0 !
maintenance/dummytool.c | 7 7 + 0 - 0 !
9 files changed, 441 insertions(+), 13 deletions(-)

 add support for gnutls


0005 Set SOGoMailSpoolPath to var spool sogo by default.patch | (download)

SoObjects/SOGo/SOGoDefaults.plist | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set sogomailspoolpath to /var/spool/sogo by default


0006 Put private libraries in usr lib sogo.patch | (download)

Main/GNUmakefile | 2 1 + 1 - 0 !
Main/GNUmakefile.preamble | 2 1 + 1 - 0 !
OGoContentStore/GNUmakefile | 2 2 + 0 - 0 !
OGoContentStore/GNUmakefile.preamble | 2 1 + 1 - 0 !
OpenChange/GNUmakefile | 4 2 + 2 - 0 !
SOPE/GDLContentStore/GNUmakefile | 1 1 + 0 - 0 !
SOPE/NGCards/GNUmakefile | 1 1 + 0 - 0 !
SoObjects/SOGo/GNUmakefile | 3 3 + 0 - 0 !
SoObjects/common.make | 2 1 + 1 - 0 !
Tests/Integration/GNUmakefile.preamble | 2 1 + 1 - 0 !
Tests/Unit/GNUmakefile | 4 2 + 2 - 0 !
Tools/GNUmakefile | 2 2 + 0 - 0 !
Tools/GNUmakefile.preamble | 2 1 + 1 - 0 !
UI/AdministrationUI/GNUmakefile | 1 1 + 0 - 0 !
UI/Common/GNUmakefile | 1 1 + 0 - 0 !
UI/Contacts/GNUmakefile | 1 1 + 0 - 0 !
UI/MailPartViewers/GNUmakefile | 1 1 + 0 - 0 !
UI/MailerUI/GNUmakefile | 1 1 + 0 - 0 !
UI/MainUI/GNUmakefile | 1 1 + 0 - 0 !
UI/PreferencesUI/GNUmakefile | 1 1 + 0 - 0 !
UI/SOGoUI/GNUmakefile | 3 3 + 0 - 0 !
UI/Scheduler/GNUmakefile | 1 1 + 0 - 0 !
UI/common.make | 4 2 + 2 - 0 !
23 files changed, 32 insertions(+), 12 deletions(-)

 put private libraries in /usr/lib/sogo


0007 Compile daemon as PIE.patch | (download)

Main/GNUmakefile | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 compile daemon as pie