buildah-1.33.14-1.el8
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33 (https://github.com/containers/buildah/commit/a7f8179) - fixes "CVE-2025-47913 container-tools:rhel8/buildah: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [rhel-8.10.z]" - Resolves: RHEL-130974 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
8c204cab6e
commit
9ea6c54fd9
10
buildah.spec
10
buildah.spec
@ -12,12 +12,12 @@ 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 65707d09fb432b535e71bbbc3ecb82e86f84b23a
|
||||
%global commit0 a7f817901d3bfe517394ada98ac240c7e5bcdaf1
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 2
|
||||
Name: buildah
|
||||
Version: 1.33.13
|
||||
Version: 1.33.14
|
||||
Release: 1%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
@ -136,6 +136,12 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Fri Jan 09 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.33.14-1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
||||
(https://github.com/containers/buildah/commit/a7f8179)
|
||||
- fixes "CVE-2025-47913 container-tools:rhel8/buildah: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS [rhel-8.10.z]"
|
||||
- Resolves: RHEL-130974
|
||||
|
||||
* Mon Dec 15 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.33.13-1
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
||||
(https://github.com/containers/buildah/commit/65707d0)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (release-1.33-65707d0.tar.gz) = f517837cc03bfc52a82f3f6aa76ea2e0665804eaaf5c59676e1b677ab25f7769d1175a803acddcafb0371017d730476e609e20f0d5040314823418ba7693e628
|
||||
SHA512 (release-1.33-a7f8179.tar.gz) = 49f599aefea7dea489ee4d0eecb51374f88bb57054be9f55321f44e48544f7541a57569426e96d4682b055493e6e48f3295c6c3f7006d6be9de80d23bab0d533
|
||||
|
||||
Loading…
Reference in New Issue
Block a user