pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/fengoffice Update fengoffice to 2.7.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f902ea4d6c8
branches:  trunk
changeset: 639704:8f902ea4d6c8
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Sep 23 15:51:42 2014 +0000

description:
Update fengoffice to 2.7.1.1.

Changes from 2.6.1 is too many, please refer <http://sourceforge.net/projects/opengoo/files/fengoffice/fengoffice_2.7.0/> in detail.

And this release contains security fix, XSS.

diffstat:

 www/fengoffice/Makefile |    5 +-
 www/fengoffice/PLIST    |  101 +++++++++++++++++++++++++++++++++++++++++++++++-
 www/fengoffice/distinfo |    8 +-
 3 files changed, 107 insertions(+), 7 deletions(-)

diffs (truncated from 349 to 300 lines):

diff -r 8bda3fd4fe6e -r 8f902ea4d6c8 www/fengoffice/Makefile
--- a/www/fengoffice/Makefile   Tue Sep 23 15:13:23 2014 +0000
+++ b/www/fengoffice/Makefile   Tue Sep 23 15:51:42 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2014/06/08 13:05:51 taca Exp $
+# $NetBSD: Makefile,v 1.31 2014/09/23 15:51:42 taca Exp $
 #
 
-DISTNAME=      fengoffice_2.6.1
+DISTNAME=      fengoffice_2.7.1.1
 PKGNAME=       ${DISTNAME:S/_/-/:C/.rc$/rc1/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opengoo/}
@@ -21,6 +21,7 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php-dom
 DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
 
+EXTRACT_DIR=   ${WRKSRC}
 WRKSRC=                ${WRKDIR}/fengoffice
 USE_TOOLS=     pax
 NO_BUILD=      yes
diff -r 8bda3fd4fe6e -r 8f902ea4d6c8 www/fengoffice/PLIST
--- a/www/fengoffice/PLIST      Tue Sep 23 15:13:23 2014 +0000
+++ b/www/fengoffice/PLIST      Tue Sep 23 15:51:42 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2014/06/10 00:36:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.19 2014/09/23 15:51:42 taca Exp $
 ${FO_DIR}/application/application.php
 ${FO_DIR}/application/controllers/AccessController.class.php
 ${FO_DIR}/application/controllers/AccountController.class.php
@@ -9,6 +9,7 @@
 ${FO_DIR}/application/controllers/CommentController.class.php
 ${FO_DIR}/application/controllers/ConfigController.class.php
 ${FO_DIR}/application/controllers/ContactController.class.php
+${FO_DIR}/application/controllers/ContactMemberCacheController.class.php
 ${FO_DIR}/application/controllers/DashboardController.class.php
 ${FO_DIR}/application/controllers/DimensionController.class.php
 ${FO_DIR}/application/controllers/ErrorController.class.php
@@ -132,6 +133,8 @@
 ${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
 ${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
 ${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
+${FO_DIR}/application/models/config_handlers/complex/UserGroupConfigHandler.class.php
+${FO_DIR}/application/models/config_handlers/complex/UserTypeMultipleConfigHandler.class.php
 ${FO_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
 ${FO_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
 ${FO_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
@@ -173,6 +176,10 @@
 ${FO_DIR}/application/models/contact_im_values/ContactImValues.class.php
 ${FO_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
 ${FO_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
+${FO_DIR}/application/models/contact_member_cache/ContactMemberCache.class.php
+${FO_DIR}/application/models/contact_member_cache/ContactMemberCaches.class.php
+${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCache.class.php
+${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCaches.class.php
 ${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermission.class.php
 ${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermissions.class.php
 ${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermission.class.php
@@ -428,6 +435,10 @@
 ${FO_DIR}/application/models/sharing_table/SharingTables.class.php
 ${FO_DIR}/application/models/sharing_table/base/BaseSharingTable.class.php
 ${FO_DIR}/application/models/sharing_table/base/BaseSharingTables.class.php
+${FO_DIR}/application/models/sharing_table_flags/SharingTableFlag.class.php
+${FO_DIR}/application/models/sharing_table_flags/SharingTableFlags.class.php
+${FO_DIR}/application/models/sharing_table_flags/base/BaseSharingTableFlag.class.php
+${FO_DIR}/application/models/sharing_table_flags/base/BaseSharingTableFlags.class.php
 ${FO_DIR}/application/models/system_permissions/SystemPermission.class.php
 ${FO_DIR}/application/models/system_permissions/SystemPermissions.class.php
 ${FO_DIR}/application/models/system_permissions/base/BaseSystemPermission.class.php
@@ -685,6 +696,7 @@
 ${FO_DIR}/application/views/search/result_item.php
 ${FO_DIR}/application/views/search/search.php
 ${FO_DIR}/application/views/search_pagination.php
+${FO_DIR}/application/views/search_selector/search_selector_view.php
 ${FO_DIR}/application/views/task/add_task.php
 ${FO_DIR}/application/views/task/index.php
 ${FO_DIR}/application/views/task/new_list_tasks.php
@@ -838,6 +850,10 @@
 ${FO_DIR}/hooks/opengoo_hooks.php
 ${FO_DIR}/index.php
 ${FO_DIR}/init.php
+${FO_DIR}/language/ar_sa.php
+${FO_DIR}/language/ar_sa/_config.php
+${FO_DIR}/language/ar_sa/actions.php
+${FO_DIR}/language/ar_sa/calendar.php
 ${FO_DIR}/language/ca_es/_config.php
 ${FO_DIR}/language/ca_es/actions.php
 ${FO_DIR}/language/ca_es/administration.php
@@ -927,6 +943,26 @@
 ${FO_DIR}/language/el_gr/slimey.js
 ${FO_DIR}/language/el_gr/timezones.php
 ${FO_DIR}/language/el_gr/upgrade.php
+${FO_DIR}/language/en_gb.php
+${FO_DIR}/language/en_gb/_config.php
+${FO_DIR}/language/en_gb/actions.php
+${FO_DIR}/language/en_gb/administration.php
+${FO_DIR}/language/en_gb/calendar.php
+${FO_DIR}/language/en_gb/countries.php
+${FO_DIR}/language/en_gb/emails.php
+${FO_DIR}/language/en_gb/errors.php
+${FO_DIR}/language/en_gb/fields.php
+${FO_DIR}/language/en_gb/general.php
+${FO_DIR}/language/en_gb/help.php
+${FO_DIR}/language/en_gb/lang.js
+${FO_DIR}/language/en_gb/messages.php
+${FO_DIR}/language/en_gb/objects.php
+${FO_DIR}/language/en_gb/project_interface.php
+${FO_DIR}/language/en_gb/reporting.php
+${FO_DIR}/language/en_gb/site_interface.php
+${FO_DIR}/language/en_gb/slimey.js
+${FO_DIR}/language/en_gb/timezones.php
+${FO_DIR}/language/en_gb/upgrade.php
 ${FO_DIR}/language/en_us.php
 ${FO_DIR}/language/en_us/_config.php
 ${FO_DIR}/language/en_us/actions.php
@@ -1310,6 +1346,26 @@
 ${FO_DIR}/language/sl_sl/_config.php
 ${FO_DIR}/language/sr_sr.php
 ${FO_DIR}/language/sr_sr/_config.php
+${FO_DIR}/language/sv_se.php
+${FO_DIR}/language/sv_se/_config.php
+${FO_DIR}/language/sv_se/actions.php
+${FO_DIR}/language/sv_se/administration.php
+${FO_DIR}/language/sv_se/calendar.php
+${FO_DIR}/language/sv_se/countries.php
+${FO_DIR}/language/sv_se/emails.php
+${FO_DIR}/language/sv_se/errors.php
+${FO_DIR}/language/sv_se/fields.php
+${FO_DIR}/language/sv_se/general.php
+${FO_DIR}/language/sv_se/help.php
+${FO_DIR}/language/sv_se/lang.js
+${FO_DIR}/language/sv_se/messages.php
+${FO_DIR}/language/sv_se/objects.php
+${FO_DIR}/language/sv_se/project_interface.php
+${FO_DIR}/language/sv_se/reporting.php
+${FO_DIR}/language/sv_se/site_interface.php
+${FO_DIR}/language/sv_se/slimey.js
+${FO_DIR}/language/sv_se/timezones.php
+${FO_DIR}/language/sv_se/upgrade.php
 ${FO_DIR}/language/tr_tr.php
 ${FO_DIR}/language/tr_tr/_config.php
 ${FO_DIR}/language/tr_tr/actions.php
@@ -2341,6 +2397,7 @@
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
+${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/4.1.1,ddc9b993d7fc8d4a185e8dbf5b9a0996,1.ser
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/dummy.php
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
@@ -3095,6 +3152,8 @@
 ${FO_DIR}/plugins/core_dimensions/language/de_de/lang.php
 ${FO_DIR}/plugins/core_dimensions/language/el_gr/lang.js
 ${FO_DIR}/plugins/core_dimensions/language/el_gr/lang.php
+${FO_DIR}/plugins/core_dimensions/language/en_gb/lang.js
+${FO_DIR}/plugins/core_dimensions/language/en_gb/lang.php
 ${FO_DIR}/plugins/core_dimensions/language/en_us/lang.js
 ${FO_DIR}/plugins/core_dimensions/language/en_us/lang.php
 ${FO_DIR}/plugins/core_dimensions/language/es_es/lang.js
@@ -3195,6 +3254,8 @@
 ${FO_DIR}/plugins/mail/language/de_de/lang.php
 ${FO_DIR}/plugins/mail/language/el_gr/lang.js
 ${FO_DIR}/plugins/mail/language/el_gr/lang.php
+${FO_DIR}/plugins/mail/language/en_gb/lang.js
+${FO_DIR}/plugins/mail/language/en_gb/lang.php
 ${FO_DIR}/plugins/mail/language/en_us/lang.js
 ${FO_DIR}/plugins/mail/language/en_us/lang.php
 ${FO_DIR}/plugins/mail/language/es_es/lang.js
@@ -3271,6 +3332,8 @@
 ${FO_DIR}/plugins/workspaces/language/de_de/lang.php
 ${FO_DIR}/plugins/workspaces/language/el_gr/lang.js
 ${FO_DIR}/plugins/workspaces/language/el_gr/lang.php
+${FO_DIR}/plugins/workspaces/language/en_gb/lang.js
+${FO_DIR}/plugins/workspaces/language/en_gb/lang.php
 ${FO_DIR}/plugins/workspaces/language/en_us/lang.js
 ${FO_DIR}/plugins/workspaces/language/en_us/lang.php
 ${FO_DIR}/plugins/workspaces/language/es_es/lang.js
@@ -4539,6 +4602,7 @@
 ${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp.gif
 ${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp0.gif
 ${FO_DIR}/public/assets/javascript/jquery/jquery-1.6.2.min.js
+${FO_DIR}/public/assets/javascript/jquery/jquery-ui.min.js
 ${FO_DIR}/public/assets/javascript/jquery/jquery.collapsible.js
 ${FO_DIR}/public/assets/javascript/jquery/jquery.js
 ${FO_DIR}/public/assets/javascript/jquery/jquery.scrollTo-min.js
@@ -4575,6 +4639,7 @@
 ${FO_DIR}/public/assets/javascript/og/InfinitePagingToolbar.js
 ${FO_DIR}/public/assets/javascript/og/LinkedObjectsManager.js
 ${FO_DIR}/public/assets/javascript/og/LoginDialog.js
+${FO_DIR}/public/assets/javascript/og/MemberCache.js
 ${FO_DIR}/public/assets/javascript/og/MemberChooser.js
 ${FO_DIR}/public/assets/javascript/og/MemberChooserPanel.js
 ${FO_DIR}/public/assets/javascript/og/MemberChooserTree.js
@@ -4583,6 +4648,7 @@
 ${FO_DIR}/public/assets/javascript/og/MemberManager.js
 ${FO_DIR}/public/assets/javascript/og/MemberTree.js
 ${FO_DIR}/public/assets/javascript/og/MessageManager.js
+${FO_DIR}/public/assets/javascript/og/ObjectBreadcrumbs.js
 ${FO_DIR}/public/assets/javascript/og/ObjectPicker.js
 ${FO_DIR}/public/assets/javascript/og/ObjectSubtypesFunctions.js
 ${FO_DIR}/public/assets/javascript/og/OverviewManager.js
@@ -4591,6 +4657,7 @@
 ${FO_DIR}/public/assets/javascript/og/Reminders.js
 ${FO_DIR}/public/assets/javascript/og/ReportingFunctions.js
 ${FO_DIR}/public/assets/javascript/og/ReportingManager.js
+${FO_DIR}/public/assets/javascript/og/SearchSelector.js
 ${FO_DIR}/public/assets/javascript/og/Sound.js
 ${FO_DIR}/public/assets/javascript/og/TrashCan.js
 ${FO_DIR}/public/assets/javascript/og/UserGroupPicker.js
@@ -5027,6 +5094,7 @@
 ${FO_DIR}/public/assets/themes/default/images/16x16/mail_reply.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/mail_replyall.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/mail_send.png
+${FO_DIR}/public/assets/themes/default/images/16x16/map.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/message.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/milestone.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/minus.gif
@@ -5068,6 +5136,7 @@
 ${FO_DIR}/public/assets/themes/default/images/16x16/save_as.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/save_new.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/search.png
+${FO_DIR}/public/assets/themes/default/images/16x16/search_m.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/select.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/share.png
 ${FO_DIR}/public/assets/themes/default/images/16x16/slideshow.png
@@ -5190,26 +5259,33 @@
 ${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
 ${FO_DIR}/public/assets/themes/default/images/32x32/warning.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/billing.png
+${FO_DIR}/public/assets/themes/default/images/48x48/change-password.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/chart.png
+${FO_DIR}/public/assets/themes/default/images/48x48/comment.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/company.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/company_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/company_trashed.png
+${FO_DIR}/public/assets/themes/default/images/48x48/config.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/configuration.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/contact.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/contact_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/contact_trashed.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/cron.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/custom_properties.png
+${FO_DIR}/public/assets/themes/default/images/48x48/documents.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/email.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/email_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/email_trashed.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/event_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/event_trashed.png
+${FO_DIR}/public/assets/themes/default/images/48x48/expense.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/files.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/files_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/files_trashed.png
+${FO_DIR}/public/assets/themes/default/images/48x48/gantt.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/gooplayer.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/groups.png
+${FO_DIR}/public/assets/themes/default/images/48x48/help.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/milestone.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/milestone_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/milestone_trashed.png
@@ -5217,15 +5293,20 @@
 ${FO_DIR}/public/assets/themes/default/images/48x48/note_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/note_trashed.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/object_subtypes.png
+${FO_DIR}/public/assets/themes/default/images/48x48/objective.png
+${FO_DIR}/public/assets/themes/default/images/48x48/overview.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/plugins.png
+${FO_DIR}/public/assets/themes/default/images/48x48/projects.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/report.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/tabs.png
+${FO_DIR}/public/assets/themes/default/images/48x48/tag.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/tasks.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/tasks_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/tasks_trashed.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/template.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/template_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/template_trashed.png
+${FO_DIR}/public/assets/themes/default/images/48x48/time.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/tools.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/types/application-pdf.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-excel.png
@@ -5265,6 +5346,7 @@
 ${FO_DIR}/public/assets/themes/default/images/48x48/weblink_archived.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/weblink_trashed.png
 ${FO_DIR}/public/assets/themes/default/images/48x48/workspace.png
+${FO_DIR}/public/assets/themes/default/images/48x48/wwwglobe.png
 ${FO_DIR}/public/assets/themes/default/images/arrow_left.png
 ${FO_DIR}/public/assets/themes/default/images/arrow_right.png
 ${FO_DIR}/public/assets/themes/default/images/avatar.gif
@@ -5393,6 +5475,20 @@
 ${FO_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
 ${FO_DIR}/public/assets/themes/default/images/row-separator.png
 ${FO_DIR}/public/assets/themes/default/images/rx/grid_drag.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
+${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png



Home | Main Index | Thread Index | Old Index