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 1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fd4006ff8a9
branches:  trunk
changeset: 543622:0fd4006ff8a9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jun 21 15:17:00 2008 +0000

description:
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:

 devel/mantis/Makefile |  4 ++--
 devel/mantis/PLIST    |  8 +++-----
 devel/mantis/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (69 lines):

diff -r 467831d1e4b7 -r 0fd4006ff8a9 devel/mantis/Makefile
--- a/devel/mantis/Makefile     Sat Jun 21 15:08:48 2008 +0000
+++ b/devel/mantis/Makefile     Sat Jun 21 15:17:00 2008 +0000
@@ -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 -r 467831d1e4b7 -r 0fd4006ff8a9 devel/mantis/PLIST
--- a/devel/mantis/PLIST        Sat Jun 21 15:08:48 2008 +0000
+++ b/devel/mantis/PLIST        Sat Jun 21 15:17:00 2008 +0000
@@ -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_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_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/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_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 -r 467831d1e4b7 -r 0fd4006ff8a9 devel/mantis/distinfo
--- a/devel/mantis/distinfo     Sat Jun 21 15:08:48 2008 +0000
+++ b/devel/mantis/distinfo     Sat Jun 21 15:17:00 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index