public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Bronder" <jsbronder@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ganglia-web/
Date: Wed, 28 Mar 2018 14:25:51 +0000 (UTC)	[thread overview]
Message-ID: <1522247108.466c912ccf53b4847baed43f8e7ac3721f89f43e.jsbronder@gentoo> (raw)

commit:     466c912ccf53b4847baed43f8e7ac3721f89f43e
Author:     Daniel M. Weeks <dan <AT> danweeks <DOT> net>
AuthorDate: Sat Mar 24 16:50:31 2018 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 14:25:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466c912c

sys-cluster/ganglia-web: drop old vulnerable versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/ganglia-web/Manifest                   |  2 -
 .../ganglia-web/ganglia-web-3.5.10-r1.ebuild       | 60 ----------------------
 .../ganglia-web/ganglia-web-3.5.8-r1.ebuild        | 60 ----------------------
 3 files changed, 122 deletions(-)

diff --git a/sys-cluster/ganglia-web/Manifest b/sys-cluster/ganglia-web/Manifest
index f7844674088..b71836be572 100644
--- a/sys-cluster/ganglia-web/Manifest
+++ b/sys-cluster/ganglia-web/Manifest
@@ -1,3 +1 @@
-DIST ganglia-web-3.5.10.tar.gz 1431977 BLAKE2B 75ca16b8a015e411a5a6d773b9b2e692440c1751515de793b57062fc8128ef24fa3c3e19748eb13cd977635ba92d84365e0a33eb96baa32388b7ff511cbd073e SHA512 9f035c27e7afe944d854a701fc70869940c9cacef5b58b92493241a817f4f5b80103191ab6e9c062ade4c92288fdd25097c95f6d57f409d4840cab2c5ee66efd
-DIST ganglia-web-3.5.8.tar.gz 1431184 BLAKE2B 9b05e9f52ff2bee01a60c694bbe43a07524ed20de96bd50f3f452eeb6e3d7fe2ad2c32cf48f88995d638303aa2b5b371c0b04b4943619d2ff10f240845b167d1 SHA512 1ba5df64801b28a3e412acd6c63301c7911b24d21dc261c9d970bdabeb3c47102ab47e5de89fd5fdcaa6b79a2e9c3421e7abaf0641e25d1f5821c54a232b0933
 DIST ganglia-web-3.7.3.tar.gz 709356 BLAKE2B 8d5ac9eb8bd37ea040b08caa763797929acac3bd520c88af0e8fd3a9cfbc28d2a55e42d772ca1b6d5e87fe7dce6f4a6e7e15b836d06052c7e642885c727070cc SHA512 884b1ba168b8fe01aa865ae77df6995bb5a09a8b2d441189264283fc1c95b8a6fd0800488ad75e9c1cdd3694b9d6c1c33218ddad804ade2d6be948791b797a95

diff --git a/sys-cluster/ganglia-web/ganglia-web-3.5.10-r1.ebuild b/sys-cluster/ganglia-web/ganglia-web-3.5.10-r1.ebuild
deleted file mode 100644
index 4ee2bb7ef1a..00000000000
--- a/sys-cluster/ganglia-web/ganglia-web-3.5.10-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-WEBAPP_MANUAL_SLOT="yes"
-inherit webapp eutils
-
-DESCRIPTION="Web frontend for sys-cluster/ganglia"
-HOMEPAGE="http://ganglia.sourceforge.net"
-SRC_URI="mirror://sourceforge/ganglia/${PN}/${PV}/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="vhosts"
-
-DEPEND="net-misc/rsync"
-RDEPEND="
-	${DEPEND}
-	${WEBAPP_DEPEND}
-	>=sys-cluster/ganglia-3.3.7[-minimal]
-	dev-lang/php[gd,xml,ctype,cgi]
-	media-fonts/dejavu"
-
-src_configure() {
-	return 0
-}
-
-src_compile() {
-	return 0
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/CVE-2013-6395-fix-xss.patch
-}
-
-src_install() {
-	webapp_src_preinst
-	cd "${S}"
-	emake \
-		GDESTDIR="${MY_HTDOCSDIR}" \
-		DESTDIR="${D}" \
-		APACHE_USER=nobody \
-		install || die
-	webapp_configfile "${MY_HTDOCSDIR}"/conf_default.php
-	webapp_src_install
-
-	fowners -R nobody:nobody /var/lib/ganglia-web/dwoo
-	fperms -R 777 /var/lib/ganglia-web/dwoo
-
-	dodoc AUTHORS README TODO || die
-}
-
-pkg_postinst() {
-	webapp_pkg_postinst
-
-	# upgrade from < 3.5.6
-	if [ -d "${ROOT}"/var/lib/ganglia/dwoo ]; then
-		rm -rf "${ROOT}"/var/lib/ganglia/dwoo || die
-	fi
-}

diff --git a/sys-cluster/ganglia-web/ganglia-web-3.5.8-r1.ebuild b/sys-cluster/ganglia-web/ganglia-web-3.5.8-r1.ebuild
deleted file mode 100644
index a50a91e815d..00000000000
--- a/sys-cluster/ganglia-web/ganglia-web-3.5.8-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-WEBAPP_MANUAL_SLOT="yes"
-inherit webapp eutils
-
-DESCRIPTION="Web frontend for sys-cluster/ganglia"
-HOMEPAGE="http://ganglia.sourceforge.net"
-SRC_URI="mirror://sourceforge/ganglia/${PN}/${PV}/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="vhosts"
-
-DEPEND="net-misc/rsync"
-RDEPEND="
-	${DEPEND}
-	${WEBAPP_DEPEND}
-	>=sys-cluster/ganglia-3.3.7[-minimal]
-	dev-lang/php[gd,xml,ctype,cgi]
-	media-fonts/dejavu"
-
-src_configure() {
-	return 0
-}
-
-src_compile() {
-	return 0
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/CVE-2013-6395-fix-xss.patch
-}
-
-src_install() {
-	webapp_src_preinst
-	cd "${S}"
-	emake \
-		GDESTDIR="${MY_HTDOCSDIR}" \
-		DESTDIR="${D}" \
-		APACHE_USER=nobody \
-		install || die
-	webapp_configfile "${MY_HTDOCSDIR}"/conf_default.php
-	webapp_src_install
-
-	fowners -R nobody:nobody /var/lib/ganglia-web/dwoo
-	fperms -R 777 /var/lib/ganglia-web/dwoo
-
-	dodoc AUTHORS README TODO || die
-}
-
-pkg_postinst() {
-	webapp_pkg_postinst
-
-	# upgrade from < 3.5.6
-	if [ -d "${ROOT}"/var/lib/ganglia/dwoo ]; then
-		rm -rf "${ROOT}"/var/lib/ganglia/dwoo || die
-	fi
-}


             reply	other threads:[~2018-03-28 14:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28 14:25 Justin Bronder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-17 22:18 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ganglia-web/ Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2019-05-31 13:46 Brian Evans
2018-04-21  8:16 Mikle Kolyada
2018-03-28 14:25 Justin Bronder
2018-03-28 14:25 Justin Bronder
2018-03-28 14:25 Justin Bronder
2016-06-01 23:06 Justin Bronder

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=1522247108.466c912ccf53b4847baed43f8e7ac3721f89f43e.jsbronder@gentoo \
    --to=jsbronder@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