pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/SOGo Update SOGo to 2.2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9c60f19a868
branches:  trunk
changeset: 635536:f9c60f19a868
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 08 13:21:37 2014 +0000

description:
Update SOGo to 2.2.5.

2.2.5 (2014-06-05)
------------------

Enhancements
 - new meta tag to tell IE to use the highest mode available
 - updated Dutch, Finnish, German, and Polish translations

Bug fixes
 - avoid crashing when we forward an email with no Subject header
 - we no longer try to include attachments when replying to a mail
 - fixed ActiveSync repetitive events issues with "Weekly" and "Monthly" ones
 - fixed ActiveSync text/plain parts re-encoding issues for Outlook

2.2.4 (2014-05-29)
------------------

New features
 - new print option in Calendar module
 - now able to save unknown recipient emails to address book on send (#1496)

Enhancements
 - Sieve folder encoding is now configurable (#2622)
 - SOGo version is now displayed in preferences window (#2612)
 - report Sieve error when saving preferences (#1046)
 - added the SOGoMaximumSyncWindowSize system default to overwrite the
   maximum number of items returned during an ActiveSync sync operation
 - updated datepicker
 - addressbooks properties are now accessible from a popup window
 - extended events and tasks searches
 - updated Czech, French, Hungarian, Polish, Russian, Slovak, Spanish (Argentina), and Spanish (Spain) translations
 - added more sycned contact properties when using ActiveSync (#2775)
 - now possible to configure the default subscribed resource name using SOGoSubscriptionFolderFormat
 - now handle server-side folder updates using ActiveSync (#2688)
 - updated CKEditor to version 4.4.1

Bug fixes
 - fixed saved HTML content of draft when attaching a file
 - fixed text nodes of HTML content handler by encoding HTML entities
 - fixed iCal7 delegation issue with the "inbox" folder (#2489)
 - fixed birth date validity checks (#1636)
 - fixed URL handling (#2616)
 - improved folder rename operations using ActiveSync (#2700)
 - fixed SmartReply/Forward when ReplaceMime was omitted (#2680)
 - fixed wrong generation of weekly repetitive events with ActiveSync (#2654)
 - fixed incorrect XML data conversion with ActiveSync (#2695)
 - fixed display of events having a category with HTML entities (#2703)
 - fixed display of images in CSS background (#2437)
 - fixed limitation of Sieve script size (#2745)
 - fixed sync-token generation when no change was returned (#2492)
 - fixed the IMAP copy/move operation between subfolders in different accounts
 - fixed synchronization of seen/unseen status of msgs in Webmail (#2715)
 - fixed focus of popup windows open through a contextual menu with Firefox on Windows 7
 - fixed missing characters in shared folder names over ActiveSync (#2709)
 - fixed reply and forward mail templates for Brazilian Portuguese (#2738)
 - fixed newline in signature when forwarding a message as attachment in HTML mode (#2787)
 - fixed restoration of options (priority & return receipt) when editing a draft (#193)
 - fixed update of participation status via CalDAV (#2786)

2.2.3 (2014-04-03)
------------------

Enhancements
 - updated Dutch, Hungarian, Russian and Spanish (Argentina) translations
 - initial support for ActiveSync event reminders support (#2681)
 - updated CKEditor to version 4.3.4

Bug fixes
 - fixed possible exception when retrieving the default event reminder value on 64bit architectures (#2678)
 - fixed calling unescapeHTML on null variables to avoid JavaScript exceptions in Contacts module
 - fixed detection of IMAP flags support on the client side (#2664)
 - fixed the ActiveSync issue marking all mails as read when downloading them
 - fixed ActiveSync's move operations not working for multiple selections (#2691)
 - fixed email validation regexp to allow gTLDs
 - improved all-day events support for ActiveSync (#2686)

2.2.2 (2014-03-21)
------------------

Enhancements
 - updated French, Finnish, German and Spanish (Spain) translations
 - added sanitization support for Outlook/ActiveSync to circumvent Outlook bugs (#2667)
 - updated CKEditor to version 4.3.3
 - updated jQuery File Upload to version 9.5.7

Bug fixes
 - fixed possible exception when retrieving the default event reminder value on 64bit architectures (#2647, #2648)
 - disable file paste support in mail editor (#2641)
 - fixed copying/moving messages to a mail folder begining with a digit (#2658)
 - fixed unseen count for folders beginning with a digit and used in Sieve filters (#2652)
 - fixed decoding of HTML entities in reminder alerts (#2659)
 - fixed check for resource conflict when creating an event in the resource's calendar (#2541)
 - fixed construction of mail folders tree
 - fixed parsing of ORG attribute in cards (#2662)
 - disabled ActiveSync provisioning for now (#2663)
 - fixed messages move in Outlook which would create duplicates (#2650)
 - fixed translations for OtherUsersFolderName and SharedFoldersName folders (#2657)
 - fixed handling of accentuated characters when filtering contacts (#2656)
 - fixed classification icon of events (#2651)
 - fixed ActiveSync's SendMail with client version <= 12.1 (#2669)

diffstat:

 www/SOGo/Makefile |   6 ++----
 www/SOGo/PLIST    |  43 +++++++++++++++++++++++++++++++++++++++----
 www/SOGo/distinfo |   8 ++++----
 3 files changed, 45 insertions(+), 12 deletions(-)

diffs (170 lines):

diff -r 49267ee01bc2 -r f9c60f19a868 www/SOGo/Makefile
--- a/www/SOGo/Makefile Sun Jun 08 13:20:15 2014 +0000
+++ b/www/SOGo/Makefile Sun Jun 08 13:21:37 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2014/04/09 07:27:17 obache Exp $
+# $NetBSD: Makefile,v 1.18 2014/06/08 13:21:37 taca Exp $
 #
 
-DISTNAME=      SOGo-2.2.1
-PKGREVISION=   1
+DISTNAME=      SOGo-2.2.5
 CATEGORIES=    www
 MASTER_SITES=  http://www.sogo.nu/files/downloads/SOGo/Sources/
 
@@ -12,7 +11,6 @@
 LICENSE=       gnu-gpl-v2
 
 HAS_CONFIGURE= yes
-USE_LANGUAGES= c
 USE_TOOLS+=     gmake zip:run
 
 CONFIGURE_ARGS= --enable-debug --disable-strip
diff -r 49267ee01bc2 -r f9c60f19a868 www/SOGo/PLIST
--- a/www/SOGo/PLIST    Sun Jun 08 13:20:15 2014 +0000
+++ b/www/SOGo/PLIST    Sun Jun 08 13:21:37 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/03/13 14:06:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/06/08 13:21:37 taca Exp $
 include/GDLContentStore/EOAdaptorChannel+GCS.h
 include/GDLContentStore/GCSAlarmsFolder.h
 include/GDLContentStore/GCSChannelManager.h
@@ -54,7 +54,11 @@
 lib/GNUstep/Frameworks/SOGo.framework/Headers
 lib/GNUstep/Frameworks/SOGo.framework/Resources
 lib/GNUstep/Frameworks/SOGo.framework/SOGo
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/BSONCodec.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/EOBitmaskQualifier.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/EOQualifier+SOGoCacheObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/GCSSpecialQueries+SOGoCacheObject.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSource.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSourceSchema.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+DAV.h
@@ -76,6 +80,9 @@
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoBuild.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCASSession.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCache.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheObject.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoConstants.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h
 lib/GNUstep/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCredentialsFile.h
@@ -708,7 +715,24 @@
 lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist
 lib/GNUstep/SOGo/MailPartViewers.SOGo/stamp.make
 lib/GNUstep/SOGo/Mailer.SOGo/Mailer
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Catalan.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
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings
 lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings
 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/SOGoMailArabicReply.html
@@ -801,6 +825,12 @@
 lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod
 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/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings
 lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist
 lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist
 lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI
@@ -961,6 +991,7 @@
 lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox
 lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox
 lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditor.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox
 lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox
 lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactView.wox
 lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox
@@ -1120,6 +1151,7 @@
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalViewPrint.wox
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox
 lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox
@@ -1181,6 +1213,8 @@
 lib/GNUstep/SOGo/WebServerResources/UIxAttendeesEditor.js
 lib/GNUstep/SOGo/WebServerResources/UIxCalUserRightsEditor.css
 lib/GNUstep/SOGo/WebServerResources/UIxCalUserRightsEditor.js
+lib/GNUstep/SOGo/WebServerResources/UIxCalViewPrint.css
+lib/GNUstep/SOGo/WebServerResources/UIxCalViewPrint.js
 lib/GNUstep/SOGo/WebServerResources/UIxCalendarProperties.css
 lib/GNUstep/SOGo/WebServerResources/UIxCalendarProperties.js
 lib/GNUstep/SOGo/WebServerResources/UIxColorPicker.js
@@ -1188,6 +1222,8 @@
 lib/GNUstep/SOGo/WebServerResources/UIxComponentEditor.js
 lib/GNUstep/SOGo/WebServerResources/UIxContactEditor.css
 lib/GNUstep/SOGo/WebServerResources/UIxContactEditor.js
+lib/GNUstep/SOGo/WebServerResources/UIxContactFolderProperties.css
+lib/GNUstep/SOGo/WebServerResources/UIxContactFolderProperties.js
 lib/GNUstep/SOGo/WebServerResources/UIxContactsUserFolders.css
 lib/GNUstep/SOGo/WebServerResources/UIxContactsUserFolders.js
 lib/GNUstep/SOGo/WebServerResources/UIxContactsUserRightsEditor.css
@@ -1284,7 +1320,6 @@
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/div/dialogs/div.js
-lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/fakeobjects/images/spacer.gif
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/icons.png
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/icons_hidpi.png
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/image/dialogs/image.js
@@ -1293,12 +1328,13 @@
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/link.js
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/link/images/anchor.png
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/link/images/hidpi/anchor.png
+lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/LICENSE.md
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/table/dialogs/table.js
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js
+lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/LICENSE.md
 lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html
-lib/GNUstep/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmp.html
 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
@@ -1308,7 +1344,6 @@
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie7.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie8.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/dialog_iequirks.css
-lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/dialog_opera.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/editor.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/editor_gecko.css
 lib/GNUstep/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie.css
diff -r 49267ee01bc2 -r f9c60f19a868 www/SOGo/distinfo
--- a/www/SOGo/distinfo Sun Jun 08 13:20:15 2014 +0000
+++ b/www/SOGo/distinfo Sun Jun 08 13:21:37 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2014/03/13 14:06:55 taca Exp $
+$NetBSD: distinfo,v 1.9 2014/06/08 13:21:37 taca Exp $
 
-SHA1 (SOGo-2.2.1.tar.gz) = 7147ebdae00bc9f5902442a70c7eaab4b946902b
-RMD160 (SOGo-2.2.1.tar.gz) = 746b3f66914552eb70dc91a328039451a669471a
-Size (SOGo-2.2.1.tar.gz) = 5412845 bytes
+SHA1 (SOGo-2.2.5.tar.gz) = 3b96200d61ec7b16fe1b34e9bf4f898a7281b322
+RMD160 (SOGo-2.2.5.tar.gz) = 3f5e19f25e0eb0e4b4bf44d1f0d8cbb30fd6100b
+Size (SOGo-2.2.5.tar.gz) = 5475064 bytes
 SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 1ea9270c9f17af383d1306d726c0e6c6733ad45a



Home | Main Index | Thread Index | Old Index