rebuild with updated Go to fix CVE-2026-42499

Resolves: RHEL-241893
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-09-01 12:40:49 +02:00
parent 0d0c931ce8
commit e8e872b007

View File

@ -1,7 +1,7 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.14.3
Release: 3%{?dist}
Release: 4%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
URL: https://github.com/containers/crun
@ -49,6 +49,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Tue Sep 01 2026 Jindrich Novy <jnovy@redhat.com> - 1.14.3-4
- rebuild with updated Go to fix CVE-2026-42499
- Resolves: RHEL-241893
* Thu Aug 20 2026 Jindrich Novy <jnovy@redhat.com> - 1.14.3-3
- rebuild with Go 1.25.11 to fix CVE-2026-33818, CVE-2026-56853, CVE-2026-56858,
CVE-2026-56859, CVE-2026-56860, CVE-2026-56862