summaryrefslogtreecommitdiff
path: root/devel/mantis
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-06-21 15:17:00 +0000
committeradrianp <adrianp>2008-06-21 15:17:00 +0000
commit96b77b3094f40167ac14fc5d858c0c272233b42b (patch)
treeca14574fb03fb61dbb8abb1b7fc23e69a7090db7 /devel/mantis
parentb98cf280b527cff948c80be2612c610e651ae303 (diff)
downloadpkgsrc-96b77b3094f40167ac14fc5d858c0c272233b42b.tar.gz
Update to 1.1.2
- 0008974: [security] XSS Vulnerability in filters (thraxisp) - closed. - 0008975: [security] CSRF Vulnerabilities in user_create (jreese) - closed. - 0008976: [security] Remote Code Execution in adm_config (giallu) - closed. - 0009154: [security] arbitrary file inclusion through user preferences page (giallu) - closed. - 0008123: [administration] Adding a user requires "$g_lost_password_feature = ON" (giallu) - closed. - 0008924: [bugtracker] Port 8245: Target Version value lost in update issue page (giallu) - closed. - 0008886: [change log] Change Log shows duplicate entries (jreese) - closed. - 0008880: [db postgresql] Problem with date formatting in db_prepare_date function (giallu) - closed. - 0009176: [db postgresql] Port 0008699: Get Time Tracking Information return a SQL query error (vboctor) - closed. - 0009177: [filters] Port 0008916: Monitor by filter ignores show_monitor_list_threshold (vboctor) - closed. - 0008830: [installation] set_time_limit() doesn't work in PHP safe mode (daryn) - closed. - 0008858: [integration] DokuWiki integration: EMail notification on wiki page changes not working (vboctor) - closed. - 0008774: [localization] Complete Hungarian retranslation (vboctor) - closed. - 0009186: [localization] Port 0009046: French translation for $s_bug_assign_to_button (vboctor) - closed. - 0009178: [other] Fix memleak in string api (vboctor) - closed. - 0009208: [other] Several actions on bug update page lead into System Warning and App. Error (daryn) - closed. - 0008931: [relationships] Circle Relations cause roadmap to malfunction (jreese) - closed. - 0008853: [roadmap] Issue appears more than once in the Roadmap for a release. (jreese) - closed. - 0007764: [scripting] APPLICATION WARNING #100: Configuration option 'category_enum_string' not found (vboctor) - closed. - 0009183: [time tracking] Port 0008357: "Total time for issue" is shown even for users under threshold (vboctor) - closed. - 0009184: [time tracking] Port 0008849: Emails ignore time tracking view threshold (vboctor) - closed. - 0009185: [time tracking] Port 0008621: The expand icon is inverted for the Time tracking section (vboctor) - closed.
Diffstat (limited to 'devel/mantis')
-rw-r--r--devel/mantis/Makefile4
-rw-r--r--devel/mantis/PLIST8
-rw-r--r--devel/mantis/distinfo8
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index 2a41e9ed4aa..ed699beca1a 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2008/05/26 02:13:17 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2008/06/21 15:17:00 adrianp Exp $
-DISTNAME= mantis-1.1.1
+DISTNAME= mantis-1.1.2
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
diff --git a/devel/mantis/PLIST b/devel/mantis/PLIST
index 8e84d596dcd..579791ce617 100644
--- a/devel/mantis/PLIST
+++ b/devel/mantis/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2008/05/14 21:43:06 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/06/21 15:17:00 adrianp Exp $
share/doc/mantis/CUSTOMIZATION
share/doc/mantis/INSTALL
share/examples/mantis/config_inc.php
@@ -10,10 +10,7 @@ share/mantis/account_prefs_inc.php
share/mantis/account_prefs_page.php
share/mantis/account_prefs_reset.php
share/mantis/account_prefs_update.php
-share/mantis/account_prof_add.php
-share/mantis/account_prof_delete.php
share/mantis/account_prof_edit_page.php
-share/mantis/account_prof_make_default.php
share/mantis/account_prof_menu_page.php
share/mantis/account_prof_update.php
share/mantis/account_sponsor_page.php
@@ -89,7 +86,6 @@ share/mantis/bug_actiongroup_page.php
share/mantis/bug_assign.php
share/mantis/bug_assign_reporter.php
share/mantis/bug_change_status_page.php
-share/mantis/bug_delete.php
share/mantis/bug_file_add.php
share/mantis/bug_file_delete.php
share/mantis/bug_file_upload_inc.php
@@ -319,6 +315,7 @@ share/mantis/core/email_queue_api.php
share/mantis/core/error_api.php
share/mantis/core/file_api.php
share/mantis/core/filter_api.php
+share/mantis/core/form_api.php
share/mantis/core/gpc_api.php
share/mantis/core/graph_api.php
share/mantis/core/graphviz_api.php
@@ -373,6 +370,7 @@ share/mantis/core/relationship_api.php
share/mantis/core/relationship_graph_api.php
share/mantis/core/rss_api.php
share/mantis/core/send_emails.php
+share/mantis/core/session_api.php
share/mantis/core/sponsorship_api.php
share/mantis/core/string_api.php
share/mantis/core/summary_api.php
diff --git a/devel/mantis/distinfo b/devel/mantis/distinfo
index dd8f8a60756..4af93babe09 100644
--- a/devel/mantis/distinfo
+++ b/devel/mantis/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2008/05/14 21:43:06 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2008/06/21 15:17:00 adrianp Exp $
-SHA1 (mantis-1.1.1.tar.gz) = 218e6ff41288f55a20f05e86a2791b01658213b4
-RMD160 (mantis-1.1.1.tar.gz) = 30dc40ed6a236bbb80f50225201cb6c2e7ecfb3e
-Size (mantis-1.1.1.tar.gz) = 2526314 bytes
+SHA1 (mantis-1.1.2.tar.gz) = 291026ca4135961faf97597280cdc2a766b89e3c
+RMD160 (mantis-1.1.2.tar.gz) = 251a7daee876468ebe63e72df72824a85680dcc8
+Size (mantis-1.1.2.tar.gz) = 2582860 bytes