pkgsrc/www/SOGo/Makefile

71 lines
2.1 KiB
Makefile
Raw Normal View History

2013-10-19 11:06:55 +02:00
# $NetBSD: Makefile,v 1.14 2013/10/19 09:07:12 adam Exp $
#
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)
2013-03-16 16:12:57 +01:00
DISTNAME= SOGo-2.0.4b
2013-10-19 11:06:55 +02:00
PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sogo.nu/
COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= c
2012-01-14 03:09:35 +01:00
USE_TOOLS+= gmake zip:run
CONFIGURE_ARGS= --enable-debug --disable-strip
SOGOUSER?= sogo
SOGOGROUP?= sogo
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)
2013-03-16 16:12:57 +01:00
SOGOETCDIR?= ${PKG_SYSCONFDIR}
SOGORUNDIR?= ${VARBASE}/sogo
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)
2013-03-16 16:12:57 +01:00
INSTALLATION_DIRS+= share/examples/SOGo
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)
2013-03-16 16:12:57 +01:00
CONF_FILES+= share/examples/SOGo/sogo-conf.sh \
${PKG_SYSCONFDIR}/sogo-conf.sh
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)
2013-03-16 16:12:57 +01:00
CONF_FILES+= share/examples/SOGo/SOGo.conf \
${PKG_SYSCONFDIR}/SOGo.conf
OWN_DIRS+= ${SOGOETCDIR}
OWN_DIRS+= ${SOGORUNDIR}
OWN_DIRS_PERMS+= ${SOGOETCDIR} ${SOGOUSER} ${SOGOGROUP} 0755
OWN_DIRS_PERMS+= ${SOGORUNDIR} ${SOGOUSER} ${SOGOGROUP} 0755
BUILD_DEFS+= VARBASE
PKG_GROUPS+= ${SOGOGROUP}
PKG_USERS+= ${SOGOUSER}:${SOGOGROUP}
PKG_HOME.${SOGOUSER}= ${SOGOETCDIR}
PKG_SHELL.${SOGOUSER}= ${SH}
PKG_GECOS.${SOGOUSER}= SOGo daemon user
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)
2013-03-16 16:12:57 +01:00
PKG_SYSCONFSUBDIR= sogo
FILES_SUBST+= SOGORUNDIR=${SOGORUNDIR}
FILES_SUBST+= SOGOETCDIR=${SOGOETCDIR}
FILES_SUBST+= SOGOUSER=${SOGOUSER}
RCD_SCRIPTS= sogod
pre-install:
${SED} -e "s|@SOGOUSER@|${SOGOUSER}|" ${FILESDIR}/sogo-conf.sh > \
${DESTDIR}${PREFIX}/share/examples/SOGo/sogo-conf.sh
${SED} -e "s|/usr/GNUstep/System/Library|${PREFIX}/lib/GNUstep|" \
${WRKSRC}/Apache/SOGo.conf > \
${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/SOGo.conf >> \
${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
${MKDIR} -p ${DESTDIR}${PREFIX}/lib/GNUstep/Frameworks
${LN} -s ../SOGo/SOGo.framework \
${DESTDIR}${PREFIX}/lib/GNUstep/Frameworks/SOGo.framework
.include "../../devel/gnustep-base/buildlink3.mk"
.include "../../devel/gnustep-make/buildlink3.mk"
.include "../../devel/SOPE/buildlink3.mk"
.include "../../devel/libmemcached/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
Update SOGo (and its SOPE dependency) to 2.0.2a ChangeLog since 2.0.0 2.0.2a (2012-11-15) ------------------- Enhancements - improved user rights editor in calendar module - disable alarms for newly subsribed calendars Bug fixes - fixed typos in Spanish (Spain) translation - fixed display of raw source for tasks - fixed title display of cards with a photo - fixed null address in reply-to header of messages - fixed scrolling for calendar/addressbooks lists - fixed display of invitations on BlackBerry devices - fixed sogo-tool rename-user for MySQL database - fixed corrupted attachments in Webmail - fixed parsing of URLs that can throw an exception - fixed password encoding in user sources 2.0.2 (2012-10-24) ------------------ New features - added support for SMTP AUTH - sogo configuration can now be set in /etc/sogo/sogo.conf - added support for GNU TLS Enhancements - speed up of the parsing of IMAP traffic - minor speed up of the web interface - speed up the scrolling of the message list in the mail module - speed up the deletion of a large amounts of entries in the contacts module - updated the timezone files to the 2012.g edition - openchange backend: miscellaneous speed up of the synchronization operations - open file descriptors are now closed when the process starts Bug fixes - the parameters included in the url of remote calendars are now taken into account - fixed an issue occurring with timezone definitions providing multiple entries - openchange backend: miscellaneous crashes during certain Outlook operations, which have appeared in version 2.0.0, have been fixed - fixed issues occuring on OpenBSD and potentially other BSD flavours 2.0.1 (2012-10-10) ------------------- Enhancements - deletion of contacts is now performed in batch, which speeds up the operation for large numbers of items - scalability enhancements in the OpenChange backend that enables the first synchronization of mailboxes in a more reasonable time and using less memory - the task list is now sortable Bug Fixes - improved support of IE 9
2012-11-24 15:06:43 +01:00
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"