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 48878138351 for ; Tue, 3 Mar 2020 14:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545A3E0C0E; Tue, 3 Mar 2020 14:54:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE4CEE0C11 for ; Tue, 3 Mar 2020 14:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5BA7D34F5F6 for ; Tue, 3 Mar 2020 14:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C8C516C for ; Tue, 3 Mar 2020 14:54:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1583247225.2a5e4ccac7b9a5f00df4fd7f7aa5f147cc97d828.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-credential-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-credential-helpers/Manifest app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.0.ebuild X-VCS-Directories: app-emulation/docker-credential-helpers/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2a5e4ccac7b9a5f00df4fd7f7aa5f147cc97d828 X-VCS-Branch: master Date: Tue, 3 Mar 2020 14:54:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0052a8c8-ffd7-420e-a917-c566a96ee5d7 X-Archives-Hash: b4928f19d128d1991bbf003425e3ec4a commit: 2a5e4ccac7b9a5f00df4fd7f7aa5f147cc97d828 Author: Rafael Kitover gmail com> AuthorDate: Sun Mar 1 22:50:43 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Mar 3 14:53:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5e4cca app-emulation/docker-credential-helpers: Drop 0.6.0 Security vulnerability in versions prior to 0.6.3. Bug: https://bugs.gentoo.org/711214 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Rafael Kitover gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14819 Signed-off-by: Joonas Niilola gentoo.org> app-emulation/docker-credential-helpers/Manifest | 1 - .../docker-credential-helpers-0.6.0.ebuild | 58 ---------------------- 2 files changed, 59 deletions(-) diff --git a/app-emulation/docker-credential-helpers/Manifest b/app-emulation/docker-credential-helpers/Manifest index 8e9ab64e45b..73b7729ba3f 100644 --- a/app-emulation/docker-credential-helpers/Manifest +++ b/app-emulation/docker-credential-helpers/Manifest @@ -1,2 +1 @@ -DIST docker-credential-helpers-0.6.0.tar.gz 27441 BLAKE2B 6517f069782d5a496d3f140d86e5b1f32f197e9209ed61f75bfb9ba29cf0e1fa509bdbbbce2defc14ad0abe316632683cfad25e7ac9a6a1d70c3289e0ad489f5 SHA512 359e8ec700f423ce0687f13ce02946007f90456abe86659a87c59419ebde5e79adb4d28ee5e6a9762a44cfd65648c247629a5273326abf18a8880bee637e74d8 DIST docker-credential-helpers-0.6.3.tar.gz 28971 BLAKE2B b50e4de0f3b126e0118f24f845a94be5e932975ab54ad6e0a52129a56109ecafb021f14986569295242cb0af4ea109d8786b8a5ca8481cc48daad14671841432 SHA512 2d15be8df134bff08eef9461348f07cd57c70c15a0ab044de2e69296c400b8c0e16198c90fd064d5ce83037d0bad57520e7524b0832b7a00e69397203dc90d10 diff --git a/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.0.ebuild b/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.0.ebuild deleted file mode 100644 index d1223733ba0..00000000000 --- a/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2001-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A suite of programs to use native stores to keep Docker credentials safe" -HOMEPAGE="https://github.com/docker/docker-credential-helpers" -EGO_PN=github.com/docker/docker-credential-helpers - -LICENSE="MIT" -SLOT="0" - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - EGIT_COMMIT="v${PV}" - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - inherit golang-vcs-snapshot -fi -inherit golang-build - -IUSE="gnome-keyring pass" -REQUIRED_USE="|| ( gnome-keyring pass )" -RESTRICT="test" - -DEPEND="gnome-keyring? ( app-crypt/libsecret )" - -RDEPEND="( - ${DEPEND} - pass? ( app-admin/pass ) -) -" - -S=${WORKDIR}/${P}/src/${EGO_PN} - -src_compile() { - local -x GOPATH="${WORKDIR}/${P}" - use gnome-keyring && emake secretservice - use pass && emake pass -} - -src_install() { - dobin bin/* - dodoc CHANGELOG.md MAINTAINERS README.md -} - -pkg_postinst() { - if use gnome-keyring; then - elog "For gnome-keyring/kwallet add:\n" - elog ' "credStore": "secretservice"'"\n" - fi - if use pass; then - elog "For 'pass' add:\n" - elog ' "credStore": "pass"'"\n" - fi - elog "to your ~/.docker/config.json" -}