summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/mantisbt/files')
-rw-r--r--www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch22
-rw-r--r--www-apps/mantisbt/files/postinstall-en-1.0.0.txt13
2 files changed, 0 insertions, 35 deletions
diff --git a/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch b/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch
deleted file mode 100644
index 94f7af27a521..000000000000
--- a/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/account_sponsor_page.php b/account_sponsor_page.php
-index cccdf25..197564c 100644
---- a/account_sponsor_page.php
-+++ b/account_sponsor_page.php
-@@ -138,7 +138,7 @@
-
- echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
- echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
-- echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
-+ echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
- echo '<td class="right">' . $t_released_label . '&#160;</td>';
- echo '<td><span class="issue-status" title="' . $t_resolution . '">' . $t_status . '</span></td>';
- echo '<td>';
-@@ -248,7 +248,7 @@
-
- echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
- echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
-- echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
-+ echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
- echo '<td class="right">' . $t_released_label . '&#160;</td>';
- echo '<td><a title="' . $t_resolution . '"><u>' . $t_status . '</u>&#160;</a></td>';
-
diff --git a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt b/www-apps/mantisbt/files/postinstall-en-1.0.0.txt
deleted file mode 100644
index a108ccf138e0..000000000000
--- a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-If you are UPGRADING from an earlier version, you can use the upgrade scripts
-at admin/ to execute the pending database updates. For more information,
-please, see http://manual.mantisbt.org/manual.installation.upgrading.php .
-
-To INSTALL, visit: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/install.php
-Then log in: Username - administrator, Password - root. You can load up
-admin/check.php to CHECK if everything is working correctly.
-
-Then edit ${MY_INSTALLDIR}/config_inc.php as necessary.
-
-After you've finished these steps, please delete the admin/ directory.
-
-Don't forget to read the online manual (http://manual.mantisbt.org/)!!!