Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/
Date: Sat, 05 Mar 2022 01:30:54
Message-Id: 1646443833.c6ee53cac227e435bdc70fee8fd97dd4667df11b.zmedico@gentoo
1 commit: c6ee53cac227e435bdc70fee8fd97dd4667df11b
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 5 01:30:14 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 5 01:30:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ee53ca
7
8 app-containers/buildah: Remove vulnerable versions
9
10 Bug: https://bugs.gentoo.org/834540
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-containers/buildah/Manifest | 3 --
15 app-containers/buildah/buildah-1.21.1-r1.ebuild | 51 -------------------------
16 app-containers/buildah/buildah-1.24.0.ebuild | 51 -------------------------
17 app-containers/buildah/buildah-1.24.1.ebuild | 51 -------------------------
18 4 files changed, 156 deletions(-)
19
20 diff --git a/app-containers/buildah/Manifest b/app-containers/buildah/Manifest
21 index 38ce21a5bd52..97f47b7dd0b0 100644
22 --- a/app-containers/buildah/Manifest
23 +++ b/app-containers/buildah/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST buildah-1.21.1.tar.gz 11693142 BLAKE2B 513f75d8f2831130759f3bcb77fad311c28862b82df8866608bd909eea38468a6b576dfad2598725caa9c4e413108ea6ec3557c8a777017cc8a37b5cb16b70a1 SHA512 8fb30ed0948f898aef9a32c34d4b2a2e04a376257a73184ec01b67c770be1c3c87e46987ad001ececf2235cb5e17f9d0ff9e9f34be61ddd0935859c4e5b37d1f
26 DIST buildah-1.23.1.tar.gz 11872323 BLAKE2B 6e4cffd11177bca6c3e86cd3372fc7bf295b23559b7478a679ea2bea022c149b5ea058224f0a156df1b9511905795c44ed5e988ec68ca834dd80d0c198543d5f SHA512 2ceb6df5adb671483557bb03937df583857d99c116be5d44aae533c155f560d5d454bebf25908ac02bb85e4c2ba31533adb99f0946ecc4f4830977c14f324b6f
27 -DIST buildah-1.24.0.tar.gz 14143490 BLAKE2B c9883cc849d8837cdc4d31c02d49138f61b99f97fc40eb36494368eb47f1d74a24c6ddc4f631a043769ecb03906d11978afc7fae993a2f10346d9ac072d6e322 SHA512 337792cb896de3c10a66f7e2cf7c52d0dffd0ca8fede48a4d3a666d2a05e17bb3116db7c20a39805e9360b24a5df12d8ebd7a3818be12bb8e06e4b16cd62fc60
28 -DIST buildah-1.24.1.tar.gz 14177522 BLAKE2B 74a0dc14e6e0ddc3f6ffa4a12ebb1f435f3d24467e6b2ca581642dc76eb2c394b8a148465fc810dc106387ecd579c9b42e7dfcef65fa9a93a179434ad9664828 SHA512 32e9d9873d3fbb40a03e240c7b460c555200f69ff60d54c670b0ee0651ef9154a43d75203bf26dc3f1375433b463342c27a358d30bbdaf9aa3fb211f4c3c1b36
29 DIST buildah-1.24.2.tar.gz 14184511 BLAKE2B ad9ee6f332a89038368d9a5d86198f1dfa9cf99a970e85ccf3b272294fc262c68c37004131971b0ec148e999e4d8f192f4955e71673f05188110407949eb3546 SHA512 dada2b65340386355aba3980c38d9be0f43d5c3f9316c6f8e713f299ee2b975e409c1b3a785daa52b59e688c3a9c9016c43d9b0a6443d4a9453aababc0a8afa0
30
31 diff --git a/app-containers/buildah/buildah-1.21.1-r1.ebuild b/app-containers/buildah/buildah-1.21.1-r1.ebuild
32 deleted file mode 100644
33 index 8f8f112ff0fb..000000000000
34 --- a/app-containers/buildah/buildah-1.21.1-r1.ebuild
35 +++ /dev/null
36 @@ -1,51 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -inherit bash-completion-r1 go-module
42 -GIT_COMMIT=d70e8ae3
43 -
44 -DESCRIPTION="A tool that facilitates building OCI images"
45 -HOMEPAGE="https://github.com/containers/buildah"
46 -SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm64"
51 -IUSE="selinux"
52 -
53 -RDEPEND="app-crypt/gpgme:=
54 - app-containers/skopeo
55 - dev-libs/libgpg-error:=
56 - dev-libs/libassuan:=
57 - sys-apps/shadow:=
58 - sys-fs/lvm2:=
59 - sys-libs/libseccomp:=
60 - selinux? ( sys-libs/libselinux:= )"
61 -DEPEND="${RDEPEND}"
62 -
63 -RESTRICT+=" test"
64 -
65 -src_prepare() {
66 - default
67 - [[ -f selinux_tag.sh ]] || die
68 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
69 - selinux_tag.sh || die; }
70 - sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
71 -}
72 -
73 -src_compile() {
74 - emake GIT_COMMIT=${GIT_COMMIT} all
75 -}
76 -
77 -src_install() {
78 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
79 - doman docs/*.1
80 - dodoc -r docs/tutorials
81 - dobin bin/{${PN},imgtype}
82 - dobashcomp contrib/completions/bash/buildah
83 -}
84 -
85 -src_test() {
86 - emake test-unit
87 -}
88
89 diff --git a/app-containers/buildah/buildah-1.24.0.ebuild b/app-containers/buildah/buildah-1.24.0.ebuild
90 deleted file mode 100644
91 index cc98ed8a4eb2..000000000000
92 --- a/app-containers/buildah/buildah-1.24.0.ebuild
93 +++ /dev/null
94 @@ -1,51 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -inherit bash-completion-r1 go-module
100 -GIT_COMMIT=d9a41b85
101 -
102 -DESCRIPTION="A tool that facilitates building OCI images"
103 -HOMEPAGE="https://github.com/containers/buildah"
104 -SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz"
105 -
106 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~arm64"
109 -IUSE="selinux"
110 -
111 -RDEPEND="app-crypt/gpgme:=
112 - app-containers/skopeo
113 - dev-libs/libgpg-error:=
114 - dev-libs/libassuan:=
115 - sys-apps/shadow:=
116 - sys-fs/lvm2:=
117 - sys-libs/libseccomp:=
118 - selinux? ( sys-libs/libselinux:= )"
119 -DEPEND="${RDEPEND}"
120 -
121 -RESTRICT+=" test"
122 -
123 -src_prepare() {
124 - default
125 - [[ -f selinux_tag.sh ]] || die
126 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
127 - selinux_tag.sh || die; }
128 - sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
129 -}
130 -
131 -src_compile() {
132 - emake GIT_COMMIT=${GIT_COMMIT} all
133 -}
134 -
135 -src_install() {
136 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
137 - doman docs/*.1
138 - dodoc -r docs/tutorials
139 - dobin bin/{${PN},imgtype}
140 - dobashcomp contrib/completions/bash/buildah
141 -}
142 -
143 -src_test() {
144 - emake test-unit
145 -}
146
147 diff --git a/app-containers/buildah/buildah-1.24.1.ebuild b/app-containers/buildah/buildah-1.24.1.ebuild
148 deleted file mode 100644
149 index eb8675a7ba8d..000000000000
150 --- a/app-containers/buildah/buildah-1.24.1.ebuild
151 +++ /dev/null
152 @@ -1,51 +0,0 @@
153 -# Copyright 1999-2022 Gentoo Authors
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=7
157 -inherit bash-completion-r1 go-module
158 -GIT_COMMIT=28f7884b
159 -
160 -DESCRIPTION="A tool that facilitates building OCI images"
161 -HOMEPAGE="https://github.com/containers/buildah"
162 -SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz"
163 -
164 -LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
165 -SLOT="0"
166 -KEYWORDS="~amd64 ~arm64"
167 -IUSE="selinux"
168 -
169 -RDEPEND="app-crypt/gpgme:=
170 - app-containers/skopeo
171 - dev-libs/libgpg-error:=
172 - dev-libs/libassuan:=
173 - sys-apps/shadow:=
174 - sys-fs/lvm2:=
175 - sys-libs/libseccomp:=
176 - selinux? ( sys-libs/libselinux:= )"
177 -DEPEND="${RDEPEND}"
178 -
179 -RESTRICT+=" test"
180 -
181 -src_prepare() {
182 - default
183 - [[ -f selinux_tag.sh ]] || die
184 - use selinux || { echo -e "#!/bin/sh\ntrue" > \
185 - selinux_tag.sh || die; }
186 - sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
187 -}
188 -
189 -src_compile() {
190 - emake GIT_COMMIT=${GIT_COMMIT} all
191 -}
192 -
193 -src_install() {
194 - dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md troubleshooting.md
195 - doman docs/*.1
196 - dodoc -r docs/tutorials
197 - dobin bin/{${PN},imgtype}
198 - dobashcomp contrib/completions/bash/buildah
199 -}
200 -
201 -src_test() {
202 - emake test-unit
203 -}