commit:     dd6d7532eb0b3e4710df9e1f8571686ec4928d19
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 03:35:59 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 03:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d7532

www-apps/mantisbt: remove last-rited package per security bug 570986

 www-apps/mantisbt/Manifest                         |  1 -
 .../files/mantisbt-1.2.15-cve20134460.patch        | 22 ------------
 www-apps/mantisbt/files/postinstall-en-1.0.0.txt   | 13 -------
 www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild        | 40 ----------------------
 www-apps/mantisbt/metadata.xml                     | 19 ----------
 5 files changed, 95 deletions(-)

diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest
deleted file mode 100644
index 3e3512e..0000000
--- a/www-apps/mantisbt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mantisbt-1.2.15.tar.gz 3577359 SHA256 
bf40f59a1e139a4674b311dd755d272972aab06df842875cd5ce819eef6c6eec SHA512 
738e11b46ab44f63b415a090494869460e95af1b690cf0a9bfb5e064b545eb9110a169b175eeed906cd32d81b7cc573fcfaae2cef8d9829a40e9c646a5e08ebe
 WHIRLPOOL 
e6c56eee501bdeff35df43ef32938c664e9b4ebfd8c16ed8a9d6ce179e2cea3094cc85799366c50264c36b33595b1afed61c1621600ccfbed4494d1677c91a48

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 94f7af2..0000000
--- 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 a108ccf..0000000
--- 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/)!!!

diff --git a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild 
b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild
deleted file mode 100644
index 2ca31ab..0000000
--- a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils webapp
-
-DESCRIPTION="PHP/MySQL/Web based bugtracking system"
-HOMEPAGE="http://www.mantisbt.org/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-       virtual/httpd-php
-       virtual/httpd-cgi
-       >=dev-php/adodb-5.10"
-
-src_prepare() {
-       # Drop external libraries
-       rm -r "${S}/library/adodb/"
-       epatch "${FILESDIR}/${PN}-1.2.15-cve20134460.patch"
-}
-
-src_install() {
-       webapp_src_preinst
-       rm doc/{LICENSE,INSTALL}
-       dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/*
-
-       rm -rf doc packages
-       mv config_inc.php.sample config_inc.php
-       cp -R . "${D}/${MY_HTDOCSDIR}"
-
-       webapp_configfile "${MY_HTDOCSDIR}/config_inc.php"
-       webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.0.0.txt"
-       webapp_src_install
-}

diff --git a/www-apps/mantisbt/metadata.xml b/www-apps/mantisbt/metadata.xml
deleted file mode 100644
index da782b3..0000000
--- a/www-apps/mantisbt/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Peter Volkov</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-       <upstream>
-               <maintainer>
-                       <email>[email protected]</email>
-                       <name>David Hicks</name>
-               </maintainer>
-               <remote-id type="sourceforge">mantisbt</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to