summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-12-19 15:55:27 +0000
committerPeter Volkov <pva@gentoo.org>2010-12-19 15:55:27 +0000
commit188330335ca42f2e7844190f97b3403845baf8f6 (patch)
treea816d504d9974fbb0e1f2ec31d763b607fb900ba /www-apps
parentVersion bump. (diff)
downloadgentoo-2-188330335ca42f2e7844190f97b3403845baf8f6.tar.gz
gentoo-2-188330335ca42f2e7844190f97b3403845baf8f6.tar.bz2
gentoo-2-188330335ca42f2e7844190f97b3403845baf8f6.zip
Version bump, fixes security vulnerability reported in bug #348761, thank David Hicks for report. Drop old, vulnerable versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mantisbt/ChangeLog9
-rw-r--r--www-apps/mantisbt/mantisbt-1.1.8.ebuild52
-rw-r--r--www-apps/mantisbt/mantisbt-1.2.4.ebuild (renamed from www-apps/mantisbt/mantisbt-1.2.2.ebuild)4
3 files changed, 10 insertions, 55 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index ed8689cb517b..ccecce95446c 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/mantisbt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.97 2010/10/08 19:47:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.98 2010/12/19 15:55:27 pva Exp $
+
+*mantisbt-1.2.4 (19 Dec 2010)
+
+ 19 Dec 2010; Peter Volkov <pva@gentoo.org> -mantisbt-1.1.8.ebuild,
+ -mantisbt-1.2.2.ebuild, +mantisbt-1.2.4.ebuild:
+ Version bump, fixes security vulnerability reported in bug #348761, thank
+ David Hicks for report. Drop old, vulnerable versions.
08 Oct 2010; Brent Baude <ranger@gentoo.org> mantisbt-1.2.3.ebuild:
Marking mantisbt-1.2.3 ppc for bug 335850
diff --git a/www-apps/mantisbt/mantisbt-1.1.8.ebuild b/www-apps/mantisbt/mantisbt-1.1.8.ebuild
deleted file mode 100644
index de6d2b78cf74..000000000000
--- a/www-apps/mantisbt/mantisbt-1.1.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.1.8.ebuild,v 1.4 2009/08/09 13:26:11 nixnut Exp $
-
-inherit eutils webapp depend.php
-
-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 ppc x86"
-IUSE=""
-
-RDEPEND="
- virtual/httpd-php
- virtual/httpd-cgi
- dev-php/adodb"
-
-pkg_setup() {
- webapp_pkg_setup
- has_php
- require_php_with_use pcre
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -r "${S}/core/adodb/" # We use external adodb
-}
-
-src_install() {
- webapp_src_preinst
- rm doc/{LICENSE,INSTALL}
- dodoc doc/*
-
- 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
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
- elog "Note, that this branch of mantisbt does not work with PostgreSQL."
- elog "If really need mantisbt to work with PostgreSQL you'll have to"
- elog "install it manually from upstream svn repository:"
- elog "https://sourceforge.net/svn/?group_id=14963"
-}
diff --git a/www-apps/mantisbt/mantisbt-1.2.2.ebuild b/www-apps/mantisbt/mantisbt-1.2.4.ebuild
index f943aeab40b4..637bd02e53eb 100644
--- a/www-apps/mantisbt/mantisbt-1.2.2.ebuild
+++ b/www-apps/mantisbt/mantisbt-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.2.ebuild,v 1.5 2010/08/11 22:41:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.4.ebuild,v 1.1 2010/12/19 15:55:27 pva Exp $
EAPI="2"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.mantisbt.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="