Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mantisbt/files/, www-apps/mantisbt/
Date: Fri, 01 Apr 2016 03:37:58
Message-Id: 1459481759.dd6d7532eb0b3e4710df9e1f8571686ec4928d19.bman@gentoo
1 commit: dd6d7532eb0b3e4710df9e1f8571686ec4928d19
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 03:35:59 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 03:35:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d7532
7
8 www-apps/mantisbt: remove last-rited package per security bug 570986
9
10 www-apps/mantisbt/Manifest | 1 -
11 .../files/mantisbt-1.2.15-cve20134460.patch | 22 ------------
12 www-apps/mantisbt/files/postinstall-en-1.0.0.txt | 13 -------
13 www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild | 40 ----------------------
14 www-apps/mantisbt/metadata.xml | 19 ----------
15 5 files changed, 95 deletions(-)
16
17 diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest
18 deleted file mode 100644
19 index 3e3512e..0000000
20 --- a/www-apps/mantisbt/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST mantisbt-1.2.15.tar.gz 3577359 SHA256 bf40f59a1e139a4674b311dd755d272972aab06df842875cd5ce819eef6c6eec SHA512 738e11b46ab44f63b415a090494869460e95af1b690cf0a9bfb5e064b545eb9110a169b175eeed906cd32d81b7cc573fcfaae2cef8d9829a40e9c646a5e08ebe WHIRLPOOL e6c56eee501bdeff35df43ef32938c664e9b4ebfd8c16ed8a9d6ce179e2cea3094cc85799366c50264c36b33595b1afed61c1621600ccfbed4494d1677c91a48
24
25 diff --git a/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch b/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch
26 deleted file mode 100644
27 index 94f7af2..0000000
28 --- a/www-apps/mantisbt/files/mantisbt-1.2.15-cve20134460.patch
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -diff --git a/account_sponsor_page.php b/account_sponsor_page.php
32 -index cccdf25..197564c 100644
33 ---- a/account_sponsor_page.php
34 -+++ b/account_sponsor_page.php
35 -@@ -138,7 +138,7 @@
36 -
37 - echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
38 - echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
39 -- echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
40 -+ echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
41 - echo '<td class="right">' . $t_released_label . '&#160;</td>';
42 - echo '<td><span class="issue-status" title="' . $t_resolution . '">' . $t_status . '</span></td>';
43 - echo '<td>';
44 -@@ -248,7 +248,7 @@
45 -
46 - echo '<tr bgcolor="' . get_status_color( $t_bug->status, auth_get_current_user_id(), $t_bug->project_id ) . '">';
47 - echo '<td><a href="' . string_get_bug_view_url( $row['bug'] ) . '">' . bug_format_id( $row['bug'] ) . '</a></td>';
48 -- echo '<td>' . project_get_field( $t_bug->project_id, 'name' ) . '&#160;</td>';
49 -+ echo '<td>' . string_display_line( project_get_field( $t_bug->project_id, 'name' ) ) . '&#160;</td>';
50 - echo '<td class="right">' . $t_released_label . '&#160;</td>';
51 - echo '<td><a title="' . $t_resolution . '"><u>' . $t_status . '</u>&#160;</a></td>';
52 -
53
54 diff --git a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt b/www-apps/mantisbt/files/postinstall-en-1.0.0.txt
55 deleted file mode 100644
56 index a108ccf..0000000
57 --- a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt
58 +++ /dev/null
59 @@ -1,13 +0,0 @@
60 -If you are UPGRADING from an earlier version, you can use the upgrade scripts
61 -at admin/ to execute the pending database updates. For more information,
62 -please, see http://manual.mantisbt.org/manual.installation.upgrading.php .
63 -
64 -To INSTALL, visit: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/install.php
65 -Then log in: Username - administrator, Password - root. You can load up
66 -admin/check.php to CHECK if everything is working correctly.
67 -
68 -Then edit ${MY_INSTALLDIR}/config_inc.php as necessary.
69 -
70 -After you've finished these steps, please delete the admin/ directory.
71 -
72 -Don't forget to read the online manual (http://manual.mantisbt.org/)!!!
73
74 diff --git a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild
75 deleted file mode 100644
76 index 2ca31ab..0000000
77 --- a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2016 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -inherit eutils webapp
87 -
88 -DESCRIPTION="PHP/MySQL/Web based bugtracking system"
89 -HOMEPAGE="http://www.mantisbt.org/"
90 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -KEYWORDS="amd64 x86"
94 -IUSE=""
95 -
96 -RDEPEND="
97 - virtual/httpd-php
98 - virtual/httpd-cgi
99 - >=dev-php/adodb-5.10"
100 -
101 -src_prepare() {
102 - # Drop external libraries
103 - rm -r "${S}/library/adodb/"
104 - epatch "${FILESDIR}/${PN}-1.2.15-cve20134460.patch"
105 -}
106 -
107 -src_install() {
108 - webapp_src_preinst
109 - rm doc/{LICENSE,INSTALL}
110 - dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/*
111 -
112 - rm -rf doc packages
113 - mv config_inc.php.sample config_inc.php
114 - cp -R . "${D}/${MY_HTDOCSDIR}"
115 -
116 - webapp_configfile "${MY_HTDOCSDIR}/config_inc.php"
117 - webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.0.0.txt"
118 - webapp_src_install
119 -}
120
121 diff --git a/www-apps/mantisbt/metadata.xml b/www-apps/mantisbt/metadata.xml
122 deleted file mode 100644
123 index da782b3..0000000
124 --- a/www-apps/mantisbt/metadata.xml
125 +++ /dev/null
126 @@ -1,19 +0,0 @@
127 -<?xml version="1.0" encoding="UTF-8"?>
128 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
129 -<pkgmetadata>
130 - <maintainer type="person">
131 - <email>pva@g.o</email>
132 - <name>Peter Volkov</name>
133 - </maintainer>
134 - <maintainer type="project">
135 - <email>web-apps@g.o</email>
136 - <name>Gentoo Webapps</name>
137 - </maintainer>
138 - <upstream>
139 - <maintainer>
140 - <email>d@×××××.au</email>
141 - <name>David Hicks</name>
142 - </maintainer>
143 - <remote-id type="sourceforge">mantisbt</remote-id>
144 - </upstream>
145 -</pkgmetadata>