diff options
author | Alex Legler <a3li@gentoo.org> | 2010-08-21 10:48:49 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-08-21 10:48:49 +0000 |
commit | 1c96fa5bb88880a699e4b860f112298c39a4d239 (patch) | |
tree | 923ad6da4b59dfea5f42a1cabc027f2e9d7c157b /www-apps | |
parent | Version bump (bug #255393), also solves bug #276247 (tests failing), bug #332... (diff) | |
download | gentoo-2-1c96fa5bb88880a699e4b860f112298c39a4d239.tar.gz gentoo-2-1c96fa5bb88880a699e4b860f112298c39a4d239.tar.bz2 gentoo-2-1c96fa5bb88880a699e4b860f112298c39a4d239.zip |
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)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpBB/ChangeLog | 12 | ||||
-rw-r--r-- | www-apps/phpBB/phpBB-3.0.7_p1.ebuild (renamed from www-apps/phpBB/phpBB-3.0.4.ebuild) | 9 |
2 files changed, 15 insertions, 6 deletions
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 <a3li@gentoo.org> -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.7_p1.ebuild index 784e51ad9f82..b3dd22ab56fc 100644 --- a/www-apps/phpBB/phpBB-3.0.4.ebuild +++ b/www-apps/phpBB/phpBB-3.0.7_p1.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.4.ebuild,v 1.1 2008/12/28 21:12:39 wrobel Exp $ +# $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="http://www.phpbb.com/files/releases/${P}.tar.bz2 - mirror://sourceforge/phpbb/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/phpbb/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" |