diff options
author | taca <taca@pkgsrc.org> | 2014-09-23 15:51:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-09-23 15:51:42 +0000 |
commit | 9e59405c46b28a27d2aec8138bf2eadbdb0c1edb (patch) | |
tree | 9c611a801ad0579cf6649d7e287894aca737836e /www | |
parent | 418a8491949612b66b600982ddabb3c035c2c27e (diff) | |
download | pkgsrc-9e59405c46b28a27d2aec8138bf2eadbdb0c1edb.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/fengoffice/Makefile | 5 | ||||
-rw-r--r-- | www/fengoffice/PLIST | 101 | ||||
-rw-r--r-- | www/fengoffice/distinfo | 8 |
3 files changed, 107 insertions, 7 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile index 83008b60634..0dec9e47194 100644 --- a/www/fengoffice/Makefile +++ b/www/fengoffice/Makefile @@ -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}-gd>=5.1.0:../../graphics/php-gd 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 --git a/www/fengoffice/PLIST b/www/fengoffice/PLIST index b1894a10f6d..1e2f6a47e62 100644 --- a/www/fengoffice/PLIST +++ b/www/fengoffice/PLIST @@ -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/BillingController.class.php ${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/SecureSmtpConnectionConfigH ${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/ContactImValue.class.php ${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/SharingTable.class.php ${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/pagination.php ${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/index.html ${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/site_interface.php ${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.php ${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.M ${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.js ${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.js ${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.js ${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/slider.g ${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/ImageChooser.js ${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/MemberCombo.js ${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/QuickAdd.js ${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_receive.png ${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.png ${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_month.png ${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.png ${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.png ${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/projecttasks.gif ${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 +${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_222222_256x240.png +${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_2e83ff_256x240.png +${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_454545_256x240.png +${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_888888_256x240.png +${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png +${FO_DIR}/public/assets/themes/default/jquery/smoothness/jquery-ui.css ${FO_DIR}/public/assets/themes/default/reesecal/default.css ${FO_DIR}/public/assets/themes/default/slimey/images/addslide.png ${FO_DIR}/public/assets/themes/default/slimey/images/addslided.png @@ -5522,6 +5618,7 @@ ${FO_DIR}/public/assets/themes/default/stylesheets/og/og.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/reporting.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/search.css +${FO_DIR}/public/assets/themes/default/stylesheets/og/search_selector.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/tag_panel.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/tasks.css ${FO_DIR}/public/assets/themes/default/stylesheets/og/templates.css @@ -5612,6 +5709,7 @@ ${FO_DIR}/public/upgrade/scripts/MorcillaUpgradeScript.class.php ${FO_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php ${FO_DIR}/public/upgrade/scripts/PamplonaUpgradeScript.class.php ${FO_DIR}/public/upgrade/scripts/PastafrolaUpgradeScript.class.php +${FO_DIR}/public/upgrade/scripts/ProvoloneUpgradeScript.class.php ${FO_DIR}/public/upgrade/scripts/TortaFritaUpgradeScript.class.php ${FO_DIR}/public/upgrade/scripts/VacioUpgradeScript.class.php ${FO_DIR}/public/upgrade/templates/checklist.php @@ -5635,6 +5733,7 @@ ${FO_DIR}/public/upgrade/templates/db_migration/2_3_chorizo.php ${FO_DIR}/public/upgrade/templates/db_migration/2_4_morcilla.php ${FO_DIR}/public/upgrade/templates/db_migration/2_5_vacio.php ${FO_DIR}/public/upgrade/templates/db_migration/2_6_choto.php +${FO_DIR}/public/upgrade/templates/db_migration/2_7_provolone.php ${FO_DIR}/public/upgrade/templates/installed_version.php ${FO_DIR}/public/upgrade/templates/layout.php ${FO_DIR}/public/webservices/FilesServices.php diff --git a/www/fengoffice/distinfo b/www/fengoffice/distinfo index 36e9d1857de..5ee97963988 100644 --- a/www/fengoffice/distinfo +++ b/www/fengoffice/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2014/06/08 13:05:51 taca Exp $ +$NetBSD: distinfo,v 1.21 2014/09/23 15:51:42 taca Exp $ -SHA1 (fengoffice_2.6.1.zip) = c804a1477660f9cc3e7447cfe2ac5d8f6bf34a1d -RMD160 (fengoffice_2.6.1.zip) = 872adf6aa82061c978de19662078fb9a10a19c80 -Size (fengoffice_2.6.1.zip) = 13328964 bytes +SHA1 (fengoffice_2.7.1.1.zip) = abc8bdde9a48b74ebd1440245448019e6024390a +RMD160 (fengoffice_2.7.1.1.zip) = 44170071fcf8ed2c47e8d0ed1ab3ea3723aabc98 +Size (fengoffice_2.7.1.1.zip) = 13189817 bytes SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5 SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5 SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf |