From 1c96fa5bb88880a699e4b860f112298c39a4d239 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sat, 21 Aug 2010 10:48:49 +0000 Subject: Non-maintainer commit: Version bump for security bug 320977. Also closes bump request 272311, thanks to all the people there who submitted ebuilds. Removing vulnerable ebuild. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- www-apps/phpBB/ChangeLog | 12 +++++++++-- www-apps/phpBB/phpBB-3.0.4.ebuild | 38 ----------------------------------- www-apps/phpBB/phpBB-3.0.7_p1.ebuild | 39 ++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 40 deletions(-) delete mode 100644 www-apps/phpBB/phpBB-3.0.4.ebuild create mode 100644 www-apps/phpBB/phpBB-3.0.7_p1.ebuild (limited to 'www-apps/phpBB') diff --git a/www-apps/phpBB/ChangeLog b/www-apps/phpBB/ChangeLog index f9d01e297ad4..713127bbb4c5 100644 --- a/www-apps/phpBB/ChangeLog +++ b/www-apps/phpBB/ChangeLog @@ -1,6 +1,14 @@ # 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.33 2008/12/28 21:12:39 wrobel Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.34 2010/08/21 10:48:49 a3li Exp $ + +*phpBB-3.0.7_p1 (21 Aug 2010) + + 21 Aug 2010; Alex Legler -phpBB-3.0.4.ebuild, + +phpBB-3.0.7_p1.ebuild: + Non-maintainer commit: Version bump for security bug 320977. Also closes + bump request 272311, thanks to all the people there who submitted ebuilds. + Removing vulnerable ebuild. *phpBB-3.0.4 (28 Dec 2008) diff --git a/www-apps/phpBB/phpBB-3.0.4.ebuild b/www-apps/phpBB/phpBB-3.0.4.ebuild deleted file mode 100644 index 784e51ad9f82..000000000000 --- a/www-apps/phpBB/phpBB-3.0.4.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.4.ebuild,v 1.1 2008/12/28 21:12:39 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.7_p1.ebuild b/www-apps/phpBB/phpBB-3.0.7_p1.ebuild new file mode 100644 index 000000000000..b3dd22ab56fc --- /dev/null +++ b/www-apps/phpBB/phpBB-3.0.7_p1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-3.0.7_p1.ebuild,v 1.1 2010/08/21 10:48:49 a3li Exp $ + +inherit webapp depend.php + +MY_PV=${PV/_p/-PL} + +DESCRIPTION="phpBB is an open-source bulletin board package." +HOMEPAGE="http://www.phpbb.com/" +SRC_URI="mirror://sourceforge/phpbb/${PN}-${MY_PV}.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 +} -- cgit v1.2.3-65-gdbad