summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/phpBB/ChangeLog9
-rw-r--r--www-apps/phpBB/phpBB-3.0.3.ebuild38
-rw-r--r--www-apps/phpBB/phpBB-3.0.4.ebuild (renamed from www-apps/phpBB/phpBB-3.0.2.ebuild)2
3 files changed, 9 insertions, 40 deletions
diff --git a/www-apps/phpBB/ChangeLog b/www-apps/phpBB/ChangeLog
index 67ba859e2699..f9d01e297ad4 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.32 2008/12/07 07:07:51 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.33 2008/12/28 21:12:39 wrobel Exp $
+
+*phpBB-3.0.4 (28 Dec 2008)
+
+ 28 Dec 2008; Gunnar Wrobel <wrobel@gentoo.org> -phpBB-3.0.2.ebuild,
+ -phpBB-3.0.3.ebuild, +phpBB-3.0.4.ebuild:
+ Added www-apps/phpBB-3.0.4, removed vulnerable version 3.0.2 and 3.0.3 (sec
+ issue #251037).
*phpBB-3.0.3 (07 Dec 2008)
diff --git a/www-apps/phpBB/phpBB-3.0.3.ebuild b/www-apps/phpBB/phpBB-3.0.3.ebuild
deleted file mode 100644
index 379c819a5385..000000000000
--- a/www-apps/phpBB/phpBB-3.0.3.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.3.ebuild,v 1.1 2008/12/07 07:07:51 wrobel 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.2.ebuild b/www-apps/phpBB/phpBB-3.0.4.ebuild
index c18769048cfa..784e51ad9f82 100644
--- a/www-apps/phpBB/phpBB-3.0.2.ebuild
+++ b/www-apps/phpBB/phpBB-3.0.4.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.2.ebuild,v 1.1 2008/07/31 20:23:52 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.4.ebuild,v 1.1 2008/12/28 21:12:39 wrobel Exp $
inherit webapp depend.php