pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mantis Update to 2.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e50005d1a55
branches:  trunk
changeset: 362658:1e50005d1a55
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 21 07:16:49 2017 +0000

description:
Update to 2.4.1

* This version works with PHP 7.1.5

Changelog:
2.4.1:
0022428: [markdown] CSV and Excel exports with markdown on (vboctor)
0022906: [security] CVE-2017-7620: Open redirection vulnerability in /login_page.php (dregad)
0022909: [security] CVE-2017-7620: CSRF - Arbitrary Permalink Injection (dregad)
0022867: [markdown] Markdown formatting is broken for notes column on View Issues page (vboctor)

2.4.0:
0021558: [ui] log destination for page produces messed output (syncguru)
0022665: [documentation] Wrong documentation of option bug_resolution_fixed_threshold (atrol)
0022689: [bugtracker] HTTP_X_FORWARDED_PROTO is not honored when loading Gravatar (vboctor)
0022744: [signup] Signup is not working on mantisbt.org/bugs (vboctor)
0022740: [performance] Allowed memory size of 268435456 bytes exhausted (vboctor)
0004235: [authentication] Support Generic Authentication through Plug-ins (vboctor)
0022140: [administration] Getting error dialog when reporting issues and file upload is disabled (cproensa)
0022635: [time tracking] Empty notes with time tracking show as empty notes for users that can't view time tracking (vboctor)
0022673: [attachments] Dropzone uploads files when submitting other forms (cproensa)
0022762: [api rest] Bug in error handling when user doesn't have access level to handle issue (vboctor)

diffstat:

 devel/mantis/Makefile                 |   11 +-
 devel/mantis/PLIST                    |  608 ++++++++++++++++++---------------
 devel/mantis/distinfo                 |   11 +-
 devel/mantis/patches/patch-verify.php |   16 -
 4 files changed, 335 insertions(+), 311 deletions(-)

diffs (truncated from 1007 to 300 lines):

diff -r 10197c52bd08 -r 1e50005d1a55 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Sun May 21 07:06:57 2017 +0000
+++ b/devel/mantis/Makefile     Sun May 21 07:16:49 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2017/04/17 09:57:14 maya Exp $
+# $NetBSD: Makefile,v 1.50 2017/05/21 07:16:49 ryoon Exp $
 
-DISTNAME=      mantisbt-1.3.1
-PKGREVISION=   2
+DISTNAME=      mantisbt-2.4.1
 PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -11,7 +10,7 @@
 COMMENT=       PHP/MySQL/web based bugtracking system
 LICENSE=       gnu-gpl-v2
 
-PHP_VERSIONS_ACCEPTED= 56
+#PHP_VERSIONS_ACCEPTED=        56
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
 
@@ -53,10 +52,6 @@
 post-extract:
        ${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
 
-# Get rid of patch leftovers
-post-patch:
-       ${RM} ${WRKSRC}/*.orig
-
 do-install:
        cd ${WRKSRC}/doc && \
                pax -rwpppm en-US ${DESTDIR}${PREFIX}/share/doc/mantis
diff -r 10197c52bd08 -r 1e50005d1a55 devel/mantis/PLIST
--- a/devel/mantis/PLIST        Sun May 21 07:06:57 2017 +0000
+++ b/devel/mantis/PLIST        Sun May 21 07:16:49 2017 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.19 2016/08/30 12:37:43 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/05/21 07:16:49 ryoon Exp $
 share/doc/mantis/en-US/Admin_Guide/Admin_Guide.txt
-share/doc/mantis/en-US/Admin_Guide/MantisBT-1.3-Admin_Guide-en-US.pdf
+share/doc/mantis/en-US/Admin_Guide/MantisBT-2.0-Admin_Guide-en-US.pdf
 share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
 share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
 share/doc/mantis/en-US/Admin_Guide/html-desktop/Common_Content/css/menu.css
@@ -220,7 +220,7 @@
 share/doc/mantis/en-US/Admin_Guide/html-single/images/mantis_logo.png
 share/doc/mantis/en-US/Admin_Guide/html-single/index.html
 share/doc/mantis/en-US/Developers_Guide/Developers_Guide.txt
-share/doc/mantis/en-US/Developers_Guide/MantisBT-1.3-Developers_Guide-en-US.pdf
+share/doc/mantis/en-US/Developers_Guide/MantisBT-2.0-Developers_Guide-en-US.pdf
 share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
 share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
 share/doc/mantis/en-US/Developers_Guide/html-desktop/Common_Content/css/menu.css
@@ -486,6 +486,77 @@
 share/mantis/admin/system_utils.php
 share/mantis/admin/test_langs.php
 share/mantis/admin/upgrade_unattended.php
+share/mantis/api/rest/.htaccess
+share/mantis/api/rest/index.php
+share/mantis/api/rest/restcore/.htaccess
+share/mantis/api/rest/restcore/ApiEnabledMiddleware.php
+share/mantis/api/rest/restcore/AuthMiddleware.php
+share/mantis/api/rest/restcore/CacheMiddleware.php
+share/mantis/api/rest/restcore/OfflineMiddleware.php
+share/mantis/api/rest/restcore/VersionMiddleware.php
+share/mantis/api/rest/restcore/config_rest.php
+share/mantis/api/rest/restcore/internal_rest.php
+share/mantis/api/rest/restcore/issues_rest.php
+share/mantis/api/rest/restcore/lang_rest.php
+share/mantis/api/rest/restcore/users_rest.php
+share/mantis/api/rest/swagger.json
+share/mantis/api/rest/swagger/.dockerignore
+share/mantis/api/rest/swagger/.jshintignore
+share/mantis/api/rest/swagger/.jshintrc
+share/mantis/api/rest/swagger/.npmignore
+share/mantis/api/rest/swagger/css/print.css
+share/mantis/api/rest/swagger/css/reset.css
+share/mantis/api/rest/swagger/css/screen.css
+share/mantis/api/rest/swagger/css/style.css
+share/mantis/api/rest/swagger/css/typography.css
+share/mantis/api/rest/swagger/fonts/DroidSans-Bold.ttf
+share/mantis/api/rest/swagger/fonts/DroidSans.ttf
+share/mantis/api/rest/swagger/images/collapse.gif
+share/mantis/api/rest/swagger/images/expand.gif
+share/mantis/api/rest/swagger/images/explorer_icons.png
+share/mantis/api/rest/swagger/images/favicon-16x16.png
+share/mantis/api/rest/swagger/images/favicon-32x32.png
+share/mantis/api/rest/swagger/images/favicon.ico
+share/mantis/api/rest/swagger/images/logo_small.png
+share/mantis/api/rest/swagger/images/pet_store_api.png
+share/mantis/api/rest/swagger/images/throbber.gif
+share/mantis/api/rest/swagger/images/wordnik_api.png
+share/mantis/api/rest/swagger/index.php
+share/mantis/api/rest/swagger/lang/ca.js
+share/mantis/api/rest/swagger/lang/el.js
+share/mantis/api/rest/swagger/lang/en.js
+share/mantis/api/rest/swagger/lang/es.js
+share/mantis/api/rest/swagger/lang/fr.js
+share/mantis/api/rest/swagger/lang/geo.js
+share/mantis/api/rest/swagger/lang/it.js
+share/mantis/api/rest/swagger/lang/ja.js
+share/mantis/api/rest/swagger/lang/ko-kr.js
+share/mantis/api/rest/swagger/lang/pl.js
+share/mantis/api/rest/swagger/lang/pt.js
+share/mantis/api/rest/swagger/lang/ru.js
+share/mantis/api/rest/swagger/lang/tr.js
+share/mantis/api/rest/swagger/lang/translator.js
+share/mantis/api/rest/swagger/lang/zh-cn.js
+share/mantis/api/rest/swagger/lib/backbone-min.js
+share/mantis/api/rest/swagger/lib/es5-shim.js
+share/mantis/api/rest/swagger/lib/handlebars-4.0.5.js
+share/mantis/api/rest/swagger/lib/highlight.9.1.0.pack.js
+share/mantis/api/rest/swagger/lib/highlight.9.1.0.pack_extended.js
+share/mantis/api/rest/swagger/lib/jquery-1.8.0.min.js
+share/mantis/api/rest/swagger/lib/jquery.ba-bbq.min.js
+share/mantis/api/rest/swagger/lib/jquery.slideto.min.js
+share/mantis/api/rest/swagger/lib/jquery.wiggle.min.js
+share/mantis/api/rest/swagger/lib/js-yaml.min.js
+share/mantis/api/rest/swagger/lib/jsoneditor.min.js
+share/mantis/api/rest/swagger/lib/lodash.min.js
+share/mantis/api/rest/swagger/lib/marked.js
+share/mantis/api/rest/swagger/lib/object-assign-pollyfill.js
+share/mantis/api/rest/swagger/lib/sanitize-html.min.js
+share/mantis/api/rest/swagger/lib/swagger-oauth.js
+share/mantis/api/rest/swagger/o2c.html
+share/mantis/api/rest/swagger/readme.md
+share/mantis/api/rest/swagger/swagger-ui.js
+share/mantis/api/rest/swagger/swagger-ui.min.js
 share/mantis/api/soap/mantisconnect.php
 share/mantis/api/soap/mantisconnect.wsdl
 share/mantis/api/soap/mc_account_api.php
@@ -521,9 +592,7 @@
 share/mantis/bug_actiongroup_update_product_build_inc.php
 share/mantis/bug_actiongroup_update_severity_inc.php
 share/mantis/bug_change_status_page.php
-share/mantis/bug_file_add.php
 share/mantis/bug_file_delete.php
-share/mantis/bug_file_upload_inc.php
 share/mantis/bug_monitor_add.php
 share/mantis/bug_monitor_delete.php
 share/mantis/bug_monitor_list_view_inc.php
@@ -554,6 +623,8 @@
 share/mantis/bugnote_update.php
 share/mantis/bugnote_view_inc.php
 share/mantis/changelog_page.php
+share/mantis/composer.json
+share/mantis/composer.lock
 share/mantis/config/.htaccess
 share/mantis/config/Web.config
 share/mantis/config_defaults_inc.php
@@ -565,12 +636,14 @@
 share/mantis/core/api_token_api.php
 share/mantis/core/authentication_api.php
 share/mantis/core/billing_api.php
+share/mantis/core/bug_activity_api.php
 share/mantis/core/bug_api.php
 share/mantis/core/bug_group_action_api.php
 share/mantis/core/bug_revision_api.php
 share/mantis/core/bugnote_api.php
 share/mantis/core/category_api.php
 share/mantis/core/cfdefs/cfdef_standard.php
+share/mantis/core/classes/AuthFlags.class.php
 share/mantis/core/classes/Avatar.class.php
 share/mantis/core/classes/ConfigParser.class.php
 share/mantis/core/classes/IssueAssignedTimelineEvent.class.php
@@ -610,6 +683,7 @@
 share/mantis/core/file_api.php
 share/mantis/core/filter_api.php
 share/mantis/core/filter_constants_inc.php
+share/mantis/core/filter_form_api.php
 share/mantis/core/form_api.php
 share/mantis/core/gpc_api.php
 share/mantis/core/graphviz_api.php
@@ -622,6 +696,7 @@
 share/mantis/core/json_api.php
 share/mantis/core/lang_api.php
 share/mantis/core/last_visited_api.php
+share/mantis/core/layout_api.php
 share/mantis/core/ldap_api.php
 share/mantis/core/logging_api.php
 share/mantis/core/mention_api.php
@@ -652,17 +727,32 @@
 share/mantis/core/version_api.php
 share/mantis/core/wiki_api.php
 share/mantis/core/workflow_api.php
-share/mantis/core/xmlhttprequest_api.php
-share/mantis/css/admin.css
-share/mantis/css/calendar-blue.css
+share/mantis/css/ace-ie.css
+share/mantis/css/ace-ie.min.css
+share/mantis/css/ace-mantis.css
+share/mantis/css/ace-part2.css
+share/mantis/css/ace-part2.min.css
+share/mantis/css/ace-rtl.css
+share/mantis/css/ace-rtl.min.css
+share/mantis/css/ace-skins.css
+share/mantis/css/ace-skins.min.css
+share/mantis/css/ace.css
+share/mantis/css/ace.min.css
+share/mantis/css/bootstrap-3.3.6.css
+share/mantis/css/bootstrap-3.3.6.min.css
+share/mantis/css/bootstrap-datetimepicker-4.17.43.min.css
 share/mantis/css/common_config.php
 share/mantis/css/default.css
+share/mantis/css/dropzone-4.3.0.css
+share/mantis/css/dropzone-4.3.0.min.css
+share/mantis/css/font-awesome-4.6.3.min.css
 share/mantis/css/images/ajax-loader.gif
 share/mantis/css/images/ajax-loader.png
 share/mantis/css/images/icons-18-black.png
 share/mantis/css/images/icons-18-white.png
 share/mantis/css/images/icons-36-black.png
 share/mantis/css/images/icons-36-white.png
+share/mantis/css/images/pattern.jpg
 share/mantis/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
 share/mantis/css/images/ui-bg_diagonals-thick_20_666666_40x40.png
 share/mantis/css/images/ui-bg_flat_0_aaaaaa_40x100.png
@@ -688,8 +778,8 @@
 share/mantis/css/images/ui-icons_ef8c08_256x240.png
 share/mantis/css/images/ui-icons_ffd27a_256x240.png
 share/mantis/css/images/ui-icons_ffffff_256x240.png
-share/mantis/css/jquery-ui-1.11.4.min.css
 share/mantis/css/login.css
+share/mantis/css/open-sans.css
 share/mantis/css/rtl.css
 share/mantis/css/status_config.php
 share/mantis/csv_export.php
@@ -697,8 +787,9 @@
 share/mantis/doc/CREDITS
 share/mantis/doc/LICENSE
 share/mantis/doc/Web.config
+share/mantis/doc/ace-theme-license.txt
 share/mantis/doc/en-US/Admin_Guide/Admin_Guide.txt
-share/mantis/doc/en-US/Admin_Guide/MantisBT-1.3-Admin_Guide-en-US.pdf
+share/mantis/doc/en-US/Admin_Guide/MantisBT-2.0-Admin_Guide-en-US.pdf
 share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
 share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
 share/mantis/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/menu.css
@@ -918,7 +1009,7 @@
 share/mantis/doc/en-US/Admin_Guide/html-single/images/mantis_logo.png
 share/mantis/doc/en-US/Admin_Guide/html-single/index.html
 share/mantis/doc/en-US/Developers_Guide/Developers_Guide.txt
-share/mantis/doc/en-US/Developers_Guide/MantisBT-1.3-Developers_Guide-en-US.pdf
+share/mantis/doc/en-US/Developers_Guide/MantisBT-2.0-Developers_Guide-en-US.pdf
 share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
 share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
 share/mantis/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/menu.css
@@ -1139,94 +1230,54 @@
 share/mantis/doc/en-US/Developers_Guide/html-single/images/erd.png
 share/mantis/doc/en-US/Developers_Guide/html-single/images/mantis_logo.png
 share/mantis/doc/en-US/Developers_Guide/html-single/index.html
+share/mantis/doc/modern_my_view.png
+share/mantis/doc/modern_view_issue.png
+share/mantis/doc/modern_view_issues.png
 share/mantis/excel_xml_export.php
 share/mantis/file_download.php
+share/mantis/fonts/.htaccess
+share/mantis/fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff
+share/mantis/fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff
+share/mantis/fonts/fontawesome-webfont.eot
+share/mantis/fonts/fontawesome-webfont.svg
+share/mantis/fonts/fontawesome-webfont.ttf
+share/mantis/fonts/fontawesome-webfont.woff
+share/mantis/fonts/fontawesome-webfont.woff2
+share/mantis/fonts/glyphicons-halflings-regular.eot
+share/mantis/fonts/glyphicons-halflings-regular.svg
+share/mantis/fonts/glyphicons-halflings-regular.ttf
+share/mantis/fonts/glyphicons-halflings-regular.woff
+share/mantis/fonts/glyphicons-halflings-regular.woff2
 share/mantis/history_inc.php
-share/mantis/images/attachment.png
 share/mantis/images/avatar.png
-share/mantis/images/blank.gif
-share/mantis/images/calendar-img.gif
-share/mantis/images/clock.png
-share/mantis/images/delete.png
-share/mantis/images/dollars.gif
-share/mantis/images/down.gif
 share/mantis/images/favicon.ico
-share/mantis/images/fileicons/chm.gif
-share/mantis/images/fileicons/cpp.gif
-share/mantis/images/fileicons/css.gif
-share/mantis/images/fileicons/csv.gif
-share/mantis/images/fileicons/doc.gif
-share/mantis/images/fileicons/eml.gif
-share/mantis/images/fileicons/generic.gif
-share/mantis/images/fileicons/gif.gif
-share/mantis/images/fileicons/html.gif
-share/mantis/images/fileicons/jpg.gif
-share/mantis/images/fileicons/mhtml.gif
-share/mantis/images/fileicons/mid.gif
-share/mantis/images/fileicons/mov.gif
-share/mantis/images/fileicons/one.gif
-share/mantis/images/fileicons/pcx.gif
-share/mantis/images/fileicons/pdf.gif
-share/mantis/images/fileicons/png.gif
-share/mantis/images/fileicons/pot.gif
-share/mantis/images/fileicons/pps.gif
-share/mantis/images/fileicons/ppt.gif



Home | Main Index | Thread Index | Old Index