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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DC72158004 for ; Wed, 7 Feb 2024 13:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 006ADE2A12; Wed, 7 Feb 2024 13:59:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D89FAE2A11 for ; Wed, 7 Feb 2024 13:59:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBC8B343121 for ; Wed, 7 Feb 2024 13:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B36118C for ; Wed, 7 Feb 2024 13:59:36 +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: <1707314370.677085fa88ff4f533465505cfb5f9d3bcdc57b84.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kops/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kops/Manifest sys-cluster/kops/kops-1.28.2.ebuild X-VCS-Directories: sys-cluster/kops/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 677085fa88ff4f533465505cfb5f9d3bcdc57b84 X-VCS-Branch: master Date: Wed, 7 Feb 2024 13:59:36 +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: dfeb19b3-0dac-4719-b48a-c4527b091f67 X-Archives-Hash: ea2108cff544f9227be65170ab373269 commit: 677085fa88ff4f533465505cfb5f9d3bcdc57b84 Author: Christopher Fore posteo net> AuthorDate: Sun Jan 7 04:44:36 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 7 13:59:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677085fa sys-cluster/kops: add 1.28.2, security bump Bug: https://bugs.gentoo.org/909091 Signed-off-by: Christopher Fore posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34688 Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/kops/Manifest | 1 + sys-cluster/kops/kops-1.28.2.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/sys-cluster/kops/Manifest b/sys-cluster/kops/Manifest index c1852141e784..1babf1ef67f0 100644 --- a/sys-cluster/kops/Manifest +++ b/sys-cluster/kops/Manifest @@ -1 +1,2 @@ DIST kops-1.23.2.tar.gz 30376137 BLAKE2B 3d6e6a52202872df58436783736a996be49b764916c95926347ca2c4893beaf9977eb5102296e41e16256804fc457cc3eb24f6bfd7d0ab2de6f4a3af255f13e5 SHA512 9e221ed709ac3822ab29e78e3fa9de8b88c26184977eff6fc961d5c109b997c8dd842e3cee3eb8d8cc83e3a2250c95ec9e523b82ea7486b59930101e47f1937a +DIST kops-1.28.2.tar.gz 34257531 BLAKE2B 2f91077bd7cfd5edfe35feb640da074827b5e9db7cf8040870c14a04aec42c38b2cabf13c1968e10aab8eeb40c30e37930aab1ee2766240ea5916256ac9d0fb7 SHA512 d982a984caba1380df919a7d128694546b25df1ce2ef258f84b02fac8ff7e5ac1ddb280e2760a62522508e07eab0cbd554013be2f4860b2078e488c04420e873 diff --git a/sys-cluster/kops/kops-1.28.2.ebuild b/sys-cluster/kops/kops-1.28.2.ebuild new file mode 100644 index 000000000000..e5d60738b38f --- /dev/null +++ b/sys-cluster/kops/kops-1.28.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +DESCRIPTION="Kubernetes Operations" +HOMEPAGE="https://kops.sigs.k8s.io/ https://github.com/kubernetes/kops/" +SRC_URI="https://github.com/kubernetes/kops/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 BSD-2 BSD-4 ECL-2.0 imagemagick ISC JSON MIT MIT-with-advertising MPL-2.0 unicode" +SLOT="0" +KEYWORDS="~amd64" + +# Failure needs investigation +RESTRICT="test" + +src_compile() { + export GOBIN="${WORKDIR}/${P}/kops" + + emake +} + +src_install() { + dobin kops +}