Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mantisbt/files: mantisbt-1.2.15-cve20134460.patch
Date: Tue, 03 Dec 2013 01:31:16
Message-Id: 20131203013109.97F752004B@flycatcher.gentoo.org
1 creffett 13/12/03 01:31:09
2
3 Added: mantisbt-1.2.15-cve20134460.patch
4 Log:
5 Security bump wrt bug 489050
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.1 www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch?rev=1.1&content-type=text/plain
14
15 Index: mantisbt-1.2.15-cve20134460.patch
16 ===================================================================
17 diff --git a/account_sponsor_page.php b/account_sponsor_page.php
18 index cccdf25..197564c 100644
19 --- a/account_sponsor_page.php
20 +++ b/account_sponsor_page.php
21 @@ -138,7 +138,7 @@
22
23 echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
24 echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
25 - echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
26 + echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
27 echo '<td class="right">' . $t_released_label . '&#160;</td>';
28 echo '<td><span class="issue-status" title="' . $t_resolution . '">' . $t_status . '</span></td>';
29 echo '<td>';
30 @@ -248,7 +248,7 @@
31
32 echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
33 echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
34 - echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
35 + echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
36 echo '<td class="right">' . $t_released_label . '&#160;</td>';
37 echo '<td><a title="' . $t_resolution . '"><u>' . $t_status . '</u>&#160;</a></td>';