commit: a4170953dbc016f91966ca1ff3cc62153b398b43 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Aug 3 21:44:36 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Aug 3 21:44:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4170953
www-apps/phpBB: Download from fossies.org to avoid overzealous Cloudflare block I had hoped the mirrors would still pick it up but evidently not. Closes: https://bugs.gentoo.org/960968 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> www-apps/phpBB/phpBB-3.3.15.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-apps/phpBB/phpBB-3.3.15.ebuild b/www-apps/phpBB/phpBB-3.3.15.ebuild index 0889d598f210..7c784d4030b3 100644 --- a/www-apps/phpBB/phpBB-3.3.15.ebuild +++ b/www-apps/phpBB/phpBB-3.3.15.ebuild @@ -7,7 +7,9 @@ inherit webapp DESCRIPTION="An open-source PHP-based bulletin board package" HOMEPAGE="https://www.phpbb.com/" -SRC_URI="https://download.phpbb.com/pub/release/$(ver_cut 1-2)/${PV}/${P}.tar.bz2" +# Cloudflare is currently blocking wget. +#SRC_URI="https://download.phpbb.com/pub/release/$(ver_cut 1-2)/${PV}/${P}.tar.bz2" +SRC_URI="https://fossies.org/linux/www/${P}.tar.bz2" S="${WORKDIR}/${PN}${PV%%.*}" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
