From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A04C0139694 for ; Sun, 16 Jul 2017 01:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A5CE0C58; Sun, 16 Jul 2017 01:44:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A106BE0C58 for ; Sun, 16 Jul 2017 01:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00DEC341A7C for ; Sun, 16 Jul 2017 01:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A5474AB for ; Sun, 16 Jul 2017 01:44:11 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1500169431.39cc1bec1e22b7d0dd0db539cf2193ca26c280e9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/zookeeper-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/zookeeper-bin/Manifest sys-cluster/zookeeper-bin/zookeeper-bin-3.4.9.ebuild X-VCS-Directories: sys-cluster/zookeeper-bin/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 39cc1bec1e22b7d0dd0db539cf2193ca26c280e9 X-VCS-Branch: master Date: Sun, 16 Jul 2017 01:44:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08a247c5-8444-47fe-ab37-6ca4efd176d1 X-Archives-Hash: 1a28ec3fc10dc5db1f497873067657a8 commit: 39cc1bec1e22b7d0dd0db539cf2193ca26c280e9 Author: Aaron Bauman gentoo org> AuthorDate: Sun Jul 16 01:43:51 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jul 16 01:43:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cc1bec sys-cluster/zookeeper-bin: drop vulnerable wrt sec bug #621034 sys-cluster/zookeeper-bin/Manifest | 1 - .../zookeeper-bin/zookeeper-bin-3.4.9.ebuild | 90 ---------------------- 2 files changed, 91 deletions(-) diff --git a/sys-cluster/zookeeper-bin/Manifest b/sys-cluster/zookeeper-bin/Manifest index 418f383c2d2..5f5738321d7 100644 --- a/sys-cluster/zookeeper-bin/Manifest +++ b/sys-cluster/zookeeper-bin/Manifest @@ -1,2 +1 @@ DIST zookeeper-3.4.10.tar.gz 35042811 SHA256 7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27 SHA512 4c54e40ac8d0b267db4a188a30e39ed0ac2c3e8a8fadaf244be45ff5adee956df28f6cb9f1eb56f175e924fa3629b64f98286a090c46764c91c017613c80a51b WHIRLPOOL 10fb08b7a351f688b187e38b8dd84578f765eee87fdcfc63e9813bf7c5878048cc4ffba21e660ec9e1af7b58e68de69994b5938791b7ae83a5b014456f35a57a -DIST zookeeper-3.4.9.tar.gz 22724574 SHA256 e7f340412a61c7934b5143faef8d13529b29242ebfba2eba48169f4a8392f535 SHA512 4f3e003c6ce5e3338f642f7deaa0fd2cfd1b30591d3ed4fe880492dded6c4bf01d30483e28f3a38b43bb6d2696ff4d819fc9577733224cec07e236437e88a657 WHIRLPOOL 9e879b335156adf5fcb46e1ddb5e76a061338862cdd14b4cd85dffac4a3343ff21d84ac24b31b232b52426d756bc17734448591cbd13b556c59664b42a8a298a diff --git a/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.9.ebuild b/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.9.ebuild deleted file mode 100644 index e10e3fe150f..00000000000 --- a/sys-cluster/zookeeper-bin/zookeeper-bin-3.4.9.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils java-utils-2 user - -MY_P="zookeeper" -MY_PN=${MY_P}-${PV} - -DESCRIPTION="A high-performance coordination service for distributed applications." -HOMEPAGE="http://zookeeper.apache.org/" -SRC_URI="mirror://apache/${MY_P}/${MY_PN}/${MY_PN}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="mirror binchecks" -IUSE="" - -DEPEND="" -RDEPEND=">=virtual/jre-1.7" - -S=${WORKDIR}/${MY_PN} - -INSTALL_DIR=/opt/${PN} -export CONFIG_PROTECT="${CONFIG_PROTECT} ${INSTALL_DIR}/conf" - -pkg_setup() { - enewgroup zookeeper - enewuser zookeeper -1 /bin/sh /var/lib/zookeeper zookeeper -} - -src_prepare() { - # python - sed -e "s|src/c/zookeeper.c|zookeeper.c|g" \ - -e "s|../../../|${S}|g" \ - -i contrib/zkpython/src/python/setup.py || die -} - -src_configure() { - cd "${S}"/src/c || die - econf -} - -src_compile() { - cd "${S}"/src/c || die - emake -} - -src_install() { - local DATA_DIR=/var/lib/${MY_P} - - # python - cd "${S}"/contrib/zkpython/ || die - mv src/python/setup.py . - mv src/c/* . - python_foreach_impl distutils-r1_src_install - cd "${S}" || die - - # cleanup sources - rm -rf src/ || die - rm bin/*.cmd || die - - keepdir "${DATA_DIR}" - sed "s:^dataDir=.*:dataDir=${DATA_DIR}:" conf/zoo_sample.cfg > conf/zoo.cfg || die "sed failed" - cp "${FILESDIR}"/log4j.properties conf/ || die "cp log4j conf failed" - - dodir "${INSTALL_DIR}" - cp -a "${S}"/* "${D}${INSTALL_DIR}" || die "install failed" - - # data dir perms - fowners zookeeper:zookeeper "${DATA_DIR}" - - # log dir - keepdir /var/log/zookeeper - fowners zookeeper:zookeeper /var/log/zookeeper - - # init script - newinitd "${FILESDIR}"/zookeeper.initd zookeeper - newconfd "${FILESDIR}"/zookeeper.confd zookeeper - - # env file - cat > 99"${PN}" <<-EOF - PATH=${INSTALL_DIR}/bin - CONFIG_PROTECT=${INSTALL_DIR}/conf - EOF - doenvd 99"${PN}" || die "doenvd failed" -}