import buildah-1.33.9-1.el9_4

c9 imports/c9/buildah-1.33.9-1.el9_4
MSVSphere Packaging Team 2 months ago
parent 02c2757ae2
commit 0c00b82702
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
eca4790089100f337f2b9de837ccf1f1c74ce5ac SOURCES/release-1.33-997beea.tar.gz
005bb8a508e6404c601522cd296aff3eca036f69 SOURCES/release-1.33-4dc26b9.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/release-1.33-997beea.tar.gz
SOURCES/release-1.33-4dc26b9.tar.gz

@ -9,13 +9,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/buildah
%global branch release-1.33
%global commit0 997beeaede74b69f92bb46334773f705fa2a2b34
%global commit0 4dc26b9be0f6b58f5c0dd7b18a22540e018c8fb3
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: buildah
Version: 1.33.7
Release: 4%{?dist}
Version: 1.33.9
Release: 1%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@ -135,6 +135,15 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.9-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
(https://github.com/containers/buildah/commit/4dc26b9)
- Resolves: RHEL-61116
* Tue Oct 08 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.7-5
- rebuild to address CVE-2024-34155 CVE-2024-34156 CVE-2024-34158
- Resolves: RHEL-58191 RHEL-57972 RHEL-57910
* Tue Jul 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.7-4
- rebuild for CVE-2024-24783
- Resolves: RHEL-28428

Loading…
Cancel
Save