summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-07-31 20:23:52 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-07-31 20:23:52 +0000
commita5e22b5cfc541f4f7c49f88d351a1b929e79146e (patch)
treefee4b0c3df4a9a8ee51c82ae05fbb80803d67551 /www-apps/phpBB
parentBumped to symfony-1.0.16 in response to sec issue #222943. Moved to webapps (diff)
downloadgentoo-2-a5e22b5cfc541f4f7c49f88d351a1b929e79146e.tar.gz
gentoo-2-a5e22b5cfc541f4f7c49f88d351a1b929e79146e.tar.bz2
gentoo-2-a5e22b5cfc541f4f7c49f88d351a1b929e79146e.zip
Bumped to phpBB-3.0.2 in response to sec issue #231580. Removed vulnerable
versions. (Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps/phpBB')
-rw-r--r--www-apps/phpBB/ChangeLog9
-rw-r--r--www-apps/phpBB/phpBB-3.0.1.ebuild38
-rw-r--r--www-apps/phpBB/phpBB-3.0.2.ebuild (renamed from www-apps/phpBB/phpBB-3.0.0.ebuild)2
3 files changed, 9 insertions, 40 deletions
diff --git a/www-apps/phpBB/ChangeLog b/www-apps/phpBB/ChangeLog
index c97ed4f1674f..3c93c01b99e0 100644
--- a/www-apps/phpBB/ChangeLog
+++ b/www-apps/phpBB/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/phpBB
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.29 2008/04/25 12:02:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.30 2008/07/31 20:23:52 wrobel Exp $
+
+*phpBB-3.0.2 (31 Jul 2008)
+
+ 31 Jul 2008; wrobel@gentoo.org -phpBB-3.0.0.ebuild, -phpBB-3.0.1.ebuild,
+ +phpBB-3.0.2.ebuild:
+ Bumped to phpBB-3.0.2 in response to sec issue #231580. Removed vulnerable
+ versions.
*phpBB-3.0.1 (25 Apr 2008)
diff --git a/www-apps/phpBB/phpBB-3.0.1.ebuild b/www-apps/phpBB/phpBB-3.0.1.ebuild
deleted file mode 100644
index 0c196532f3ac..000000000000
--- a/www-apps/phpBB/phpBB-3.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.1.ebuild,v 1.1 2008/04/25 12:02:59 hollow Exp $
-
-inherit webapp depend.php
-
-DESCRIPTION="phpBB is an open-source bulletin board package."
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://www.phpbb.com/files/releases/${P}.tar.bz2
- mirror://sourceforge/phpbb/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-
-need_httpd_cgi
-need_php_httpd
-
-S="${WORKDIR}"/${PN}3
-
-src_install() {
- webapp_src_preinst
-
- dodoc docs/*
- rm -rf docs
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/cache
- webapp_serverowned "${MY_HTDOCSDIR}"/files
- webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
- webapp_serverowned "${MY_HTDOCSDIR}"/store
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/phpBB/phpBB-3.0.0.ebuild b/www-apps/phpBB/phpBB-3.0.2.ebuild
index 8b50e21e2f48..c18769048cfa 100644
--- a/www-apps/phpBB/phpBB-3.0.0.ebuild
+++ b/www-apps/phpBB/phpBB-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.0.ebuild,v 1.2 2008/03/07 12:33:54 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.2.ebuild,v 1.1 2008/07/31 20:23:52 wrobel Exp $
inherit webapp depend.php