diff options
author | taca <taca@pkgsrc.org> | 2013-03-16 15:12:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-03-16 15:12:57 +0000 |
commit | de9427f938c30defe319eb65b1d9d2818eda759e (patch) | |
tree | 0807cc9f742eb2071b72fcf6cbc97ab933173d4d /www/SOGo/patches | |
parent | fc4844f4d3b98c404f19f7827cc341ff7650c26b (diff) | |
download | pkgsrc-de9427f938c30defe319eb65b1d9d2818eda759e.tar.gz |
Update SOGo to 2.0.4b.
2.0.4b (2013-02-04)
------------------
Bug fixes
- Fixed order of precedence for options (#2166)
The following order is enforced - first match wins
1. Command line arguments
2. .GNUstepDefaults
3. /etc/sogo/{debconf,sogo}.conf
4. SOGoDefaults.plist
- fixed handling of LDAP DN containing special characters (#2152, #2207)
- fixed handling of credential files for older GNUsteps (#2216)
- fixed display of messages with control characters (#2079, #2177)
- fixed tooltips in contacts list (#2211)
- fixed classification menu in component editor (#2223)
- fixed link to ACL editor for 'any authenticated user' (#2222, #2224)
- fixed saving preferences when mail module is disabled
- fixed handling for long credential strings (#2212)
2.0.4a (2013-01-30)
------------------
Enhancements
- updated Czech translation
- birthday is now properly formatted in addressbook module
Bug fixes
- fixed handling of groups with spaces in their UID
- fixed possible infinite loop in repeatable object
- fixed until date in component editor
- fixed saving all-day event in appointment editor
- fixed handling of decoding contacts UID
- fixed support of GNUstep 1.20 / Debian Squeeze
2.0.4 (2013-01-25)
------------------
New features
- sogo-tool: new "dump-defaults" command to easily create /etc/sogo/sogo.conf
Enhancements
- The sogo user is now a system user.
For new installs, this means that 'su - sogo' won't work anymore.
Please use 'sudo -u sogo cmd' instead
If used in scripts from cronjobs, 'requiretty' must be disabled in sudoers
- added basic support for LDAP URL in user sources
- renamed default SOGoForceIMAPLoginWithEmail to
SOGoForceExternalLoginWithEmail and extended it to SMTP authentication
- updated the timezone files to the 2012j edition and removed RRDATES
- updated CKEditor to version 4.0.1
- added Finnish translation - thanks to Kari Salmu
- updated translations
- recurrence-id of all-day events is now set as a proper date with no time
- 'show completed tasks' is now persistent
- fixed memory usage consumption for remote ICS subscriptions
Bug fixes
- fixed usage of browser's language for the login page
- fixed partstat of attendee in her/his calendar
- fixed French templates encoding
- fixed CardDAV collections for OS X
- fixed event recurrence editor (until date)
- fixed column display for subfolders of draft & sent
- improved IE7 support
- fixed drag'n'drop of events with Safari
- fixed first day of the week in datepickers
- fixed exceptions of recurring all-day events
2.0.3 (2012-12-06)
------------------
New features
- support for SAML2 for single sign-on, with the help of the lasso library
- added support for the "AUTHENTICATE" command and SASL mechanisms
- added domain default SieveHostFieldName
- added a search field for tasks
Enhancements
- search the contacts for the organization attribute
- in HTML mode, optionally place answer after the quoted text
- improved memory usage of "sogo-tool restore"
- fixed invitations status in OSX iCal.app/Calendar.app (cleanup RSVP attribute)
- now uses "imap4flags" instead of the deprecated "imapflags"
- added Slovak translation - thanks to Martin Pastor
- updated translations
Bug fixes
- fixed LDIF import with categories
- imported events now keep their UID when possible
- fixed importation of multiple calendars
- fixed modification date when drag'n'droping events
- fixed missing 'from' header in Outlook
- fixed invitations in Outlook
- fixed JavaScript regexp for Firefox
- fixed JavaScript syntax for IE7
- fixed all-day event display in day/week view
- fixed parsing of alarm
- fixed Sieve server URL fallback
- fixed Debian cronjob (spool directory cleanup)
Diffstat (limited to 'www/SOGo/patches')
-rw-r--r-- | www/SOGo/patches/patch-SoObjects_SOGo_GNUmakefile.preamble | 14 | ||||
-rw-r--r-- | www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m | 10 |
2 files changed, 4 insertions, 20 deletions
diff --git a/www/SOGo/patches/patch-SoObjects_SOGo_GNUmakefile.preamble b/www/SOGo/patches/patch-SoObjects_SOGo_GNUmakefile.preamble deleted file mode 100644 index 7216b71f14d..00000000000 --- a/www/SOGo/patches/patch-SoObjects_SOGo_GNUmakefile.preamble +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-SoObjects_SOGo_GNUmakefile.preamble,v 1.1 2012/11/24 14:06:44 manu Exp $ ---- ./SoObjects/SOGo/GNUmakefile.preamble.orig 2012-11-23 16:15:38.000000000 +0100 -+++ ./SoObjects/SOGo/GNUmakefile.preamble 2012-11-23 16:15:43.000000000 +0100 -@@ -23,9 +23,9 @@ - -lNGMime \ - -lNGStreams -lNGExtensions -lEOControl \ - -lDOM -lSaxObjC \ - -lNGLdap -lSBJson \ -- -lGDLContentStore -lgnustep-base -lobjc -ldl -+ -lGDLContentStore -lgnustep-base -lobjc - - ifeq ($(HAS_LIBRARY_gnutls),yes) - ADDITIONAL_CPPFLAGS += -DHAVE_GNUTLS=1 - SOGo_LIBRARIES_DEPEND_UPON += -lgnutls diff --git a/www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m b/www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m index 1a27fb6536a..d46fcf11e6a 100644 --- a/www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m +++ b/www/SOGo/patches/patch-SoObjects_SOGo_NSData+Crypto.m @@ -1,9 +1,8 @@ -$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.1 2012/11/24 14:06:44 manu Exp $ +$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.2 2013/03/16 15:12:57 taca Exp $ ---- SoObjects/SOGo/NSData+Crypto.m.orig 2012-11-22 18:43:09.000000000 +0100 -+++ SoObjects/SOGo/NSData+Crypto.m 2012-11-22 18:43:47.000000000 +0100 -@@ -22,9 +22,9 @@ - * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +--- SoObjects/SOGo/NSData+Crypto.m.orig 2013-02-04 20:13:13.000000000 +0000 ++++ SoObjects/SOGo/NSData+Crypto.m +@@ -23,7 +23,7 @@ * Boston, MA 02111-1307, USA. */ @@ -12,4 +11,3 @@ $NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.1 2012/11/24 14:06:44 manu Exp #include <crypt.h> #endif - #include <sys/types.h> |