diff --git a/.buildah.metadata b/.buildah.metadata index 8a7ff4a..e10029b 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -47ef2608dde0b7c8b4ccdc1d2f013eedcbb5c306 SOURCES/release-1.33-cf49e7c.tar.gz +bbb46ab76f5e55df6ba08add48c020c6b5f6c217 SOURCES/release-1.33-65707d0.tar.gz diff --git a/.gitignore b/.gitignore index c540a60..122c223 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.33-cf49e7c.tar.gz +SOURCES/release-1.33-65707d0.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index aaa2cff..ca80480 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -12,13 +12,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 cf49e7c062abd192ccbbe8ae336c6ef3c00dcefb +%global commit0 65707d09fb432b535e71bbbc3ecb82e86f84b23a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: buildah -Version: 1.33.12 -Release: 2%{?dist} +Version: 1.33.13 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -136,6 +136,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Dec 15 2025 Jindrich Novy - 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) +- fixes "[Minor Incident] CVE-2025-52881 container-tools:rhel8/buildah: container escape and denial of service due to arbitrary write gadgets and procfs write redirects [rhel-8.10.z]" +- Resolves: RHEL-126916 + +* Wed Dec 03 2025 Jindrich Novy - 2:1.33.12-3 +- rebuild for CVE-2025-58183 +- Resolves: RHEL-125644 + * Tue May 06 2025 Jindrich Novy - 2:1.33.12-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.33 (https://github.com/containers/buildah/commit/cf49e7c)