summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-09-15 23:21:44 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-09-15 23:21:44 +0000
commitca69cb104ff132fcadfc0d8b579d341da32d4ab4 (patch)
tree5f12a7ab27ef381be3b6d86aacb199951cbf13c7 /www-apps/mantisbt
parentMark 0.40-r1 stable on alpha (diff)
downloadgentoo-2-ca69cb104ff132fcadfc0d8b579d341da32d4ab4.tar.gz
gentoo-2-ca69cb104ff132fcadfc0d8b579d341da32d4ab4.tar.bz2
gentoo-2-ca69cb104ff132fcadfc0d8b579d341da32d4ab4.zip
Removing vulnerable version wrt security bug #103308.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog5
-rw-r--r--www-apps/mantisbt/files/digest-mantisbt-0.18.31
-rw-r--r--www-apps/mantisbt/mantisbt-0.18.3.ebuild40
3 files changed, 4 insertions, 42 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index 59bd0b5a4f6e..555d08cad44f 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.13 2005/09/15 17:25:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.14 2005/09/15 23:21:44 rl03 Exp $
+
+ 15 Sep 2005; Renat Lumpau <rl03@gentoo.org> -mantisbt-0.18.3.ebuild:
+ Removing vulnerable version wrt security bug #103308.
15 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
mantisbt-0.19.2.ebuild:
diff --git a/www-apps/mantisbt/files/digest-mantisbt-0.18.3 b/www-apps/mantisbt/files/digest-mantisbt-0.18.3
deleted file mode 100644
index 10ab99d4dc0d..000000000000
--- a/www-apps/mantisbt/files/digest-mantisbt-0.18.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a0695e6d562778f8728d8f7ac963d8dd mantisbt-0.18.3.tar.gz 568773
diff --git a/www-apps/mantisbt/mantisbt-0.18.3.ebuild b/www-apps/mantisbt/mantisbt-0.18.3.ebuild
deleted file mode 100644
index 34e34a6b5b8f..000000000000
--- a/www-apps/mantisbt/mantisbt-0.18.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-0.18.3.ebuild,v 1.5 2005/09/11 13:52:51 rl03 Exp $
-
-inherit webapp
-
-IUSE=""
-
-DESCRIPTION="PHP/MySQL/Web based bugtracking system"
-HOMEPAGE="http://www.mantisbt.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-KEYWORDS="~x86 ppc"
-
-RDEPEND="
- >=dev-db/mysql-3.23.32
- >=net-www/apache-1.3
- virtual/httpd-php
-"
-
-LICENSE="GPL-2"
-
-src_unpack() {
- unpack ${A}
- find ${S} -name .cvsignore -exec rm {} \;
-}
-
-src_install() {
- webapp_src_preinst
- dohtml doc/*.{html,css}
- dodoc doc/{CREDITS,CUSTOMIZATION,ChangeLog,LICENSE,README,TROUBLESHOOTING,UPGRADING}
-
- cp -R *.php admin core css graphs images lang ${D}/${MY_HTDOCSDIR}
- cp config_inc.php.sample ${D}/${MY_HTDOCSDIR}/config_inc.php
-
- webapp_configfile ${MY_HTDOCSDIR}/config_inc.php
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
- webapp_sqlscript mysql ${S}/sql/db_generate.sql
- webapp_src_install
-}