public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
Date: Sat,  7 Jan 2017 21:29:02 +0000 (UTC)	[thread overview]
Message-ID: <1483824533.66ceec9be7913f6c940018e1ee008622d2b83f22.chewi@gentoo> (raw)

commit:     66ceec9be7913f6c940018e1ee008622d2b83f22
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 21:13:24 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 21:28:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ceec9b

www-apps/phpBB: Remove vulnerable 3.0.x series, bugs #538360, #549334

Package-Manager: portage-2.3.3

 www-apps/phpBB/Manifest            |  3 ---
 www-apps/phpBB/phpBB-3.0.10.ebuild | 41 --------------------------------------
 www-apps/phpBB/phpBB-3.0.11.ebuild | 41 --------------------------------------
 www-apps/phpBB/phpBB-3.0.12.ebuild | 40 -------------------------------------
 4 files changed, 125 deletions(-)

diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 09cedb7..7faa7f4 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,4 +1 @@
-DIST phpBB-3.0.10.tar.bz2 1576431 SHA256 6060dde45558a786dfb8c3787996f8760426b30e3d07a1180c195229ccc6bc96 SHA512 07905dbfed2ca5cd720a96863a15339f5b1a0229b90a5992b434afbf7a7e3e7bc15b2d24d2d1c77bed8049dc901718f0d368e17dd2aea5703f550c01f3735323 WHIRLPOOL d9f42e40cc54e4988d2888d934c8df0f0386e0fc109dd92a71a5f19400b8b42c29934f431d2e0cd17513cfe155ae066c740bf394d9bbb23081bb18fa9147de66
-DIST phpBB-3.0.11.tar.bz2 1589870 SHA256 b8c40b8cad58a458442bf04cb2632e350a76e7fb688e2820f8afd92887e751f2 SHA512 54ad6c1f673c522a7e7e651eb878942c0c947f9a9096b9eb82483df00aaf7b65e98d4c441c081c05c99d4bec8f5086bd9807c3f3860e3b0ea727d55d47ed6d4c WHIRLPOOL 801efd14407bf1d58a41fb7bad1da7936d696ec86026440baaf35acf7b7d88a6e7e5fdf23e67a86b2373fc5807d541df3c7702c13e17fff9bb81cd873221dc94
-DIST phpBB-3.0.12.tar.bz2 1600626 SHA256 14f216807063017a0110c6b36f1e4c0131e0ba4c42322ec6be77392059a197a8 SHA512 d1992afcd1b107a320c6c1421917d1b25ddd6ec33784749d78ca3ebea38cf786e91e96495cb47f0389d0f6d4c721f146c8e394826e2d01ebc29f0d3534620153 WHIRLPOOL 7a9a78e5b09106da5673f180908b93e331ed9789ef68b7785fcd3b4e23683941c54b7ff6e15f6887a73e931454264c5d70336c8f0cbdf09919eb2adea8ce7e44
 DIST phpBB-3.1.10.tar.bz2 2150999 SHA256 198fda1a0bd833d42e0d4f4fe26a47d656a6e087ed9a561e06b0940de131a22c SHA512 077a529075ea4e0691f9125be521b3fa8d4a078f9234b40bc5495faf00e1389808da40176ab8c8d9c66db259ebbf252d7292919d5c8e96e93c0bbda8d19695e2 WHIRLPOOL a41d9a602563a23fcf644967c374c0af4ae28e6a003e7fe0bbafe7af87c9417a87e0ec96978dba7819e022a46c46383e5ff19214ec7d39171146f689c0054565

diff --git a/www-apps/phpBB/phpBB-3.0.10.ebuild b/www-apps/phpBB/phpBB-3.0.10.ebuild
deleted file mode 100644
index 7888abf..00000000
--- a/www-apps/phpBB/phpBB-3.0.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-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.11.ebuild b/www-apps/phpBB/phpBB-3.0.11.ebuild
deleted file mode 100644
index 7888abf..00000000
--- a/www-apps/phpBB/phpBB-3.0.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-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.12.ebuild b/www-apps/phpBB/phpBB-3.0.12.ebuild
deleted file mode 100644
index eafa0c8..00000000
--- a/www-apps/phpBB/phpBB-3.0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-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
-}


             reply	other threads:[~2017-01-07 21:29 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-07 21:29 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-07 21:29 [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ James Le Cuirot
2017-01-07 21:29 James Le Cuirot
2017-02-11 19:47 David Seifert
2018-02-11 11:36 Michał Górny
2018-06-03 13:49 Aaron Bauman
2019-06-24 21:30 James Le Cuirot
2019-06-24 21:54 James Le Cuirot
2019-11-24 23:22 James Le Cuirot
2019-11-24 23:22 James Le Cuirot
2020-08-23 22:00 James Le Cuirot
2020-08-23 22:00 James Le Cuirot
2020-11-22 21:13 James Le Cuirot
2021-01-10 22:27 Sam James
2021-02-12 16:09 James Le Cuirot
2021-02-12 17:29 James Le Cuirot
2021-05-30  7:56 James Le Cuirot
2021-10-16  9:00 James Le Cuirot
2022-04-02 13:47 James Le Cuirot
2022-07-07 14:52 James Le Cuirot
2022-12-11 10:36 James Le Cuirot
2023-02-17 23:21 James Le Cuirot
2023-09-17 21:33 James Le Cuirot
2023-11-04 22:35 James Le Cuirot
2023-12-08 16:29 Arthur Zamarin
2024-06-29 18:27 James Le Cuirot
2024-10-25 21:19 James Le Cuirot
2025-01-09 23:27 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483824533.66ceec9be7913f6c940018e1ee008622d2b83f22.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox