import UBI crun-1.27-1.el9_7

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-05 23:32:36 -04:00
parent c9ce993c21
commit aa07b909b3
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
f4a048e22741ec52928f30a27bf130a4119a8fff SOURCES/crun-1.26.tar.zst
9174a95780f80e65d2445ad057ffcf2324225e57 SOURCES/crun-1.27.tar.zst

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-1.26.tar.zst
SOURCES/crun-1.27.tar.zst

View File

@ -42,7 +42,7 @@ Epoch: 102
# If that's what you're reading, Version must be 0, and will be updated by Packit for
# copr and koji builds.
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 1.26
Version: 1.27
Release: 1%{?dist}
URL: https://github.com/containers/%{name}
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.zst
@ -143,6 +143,11 @@ rm -rf %{buildroot}%{_prefix}/lib*
%endif
%changelog
* Mon Mar 30 2026 Jindrich Novy <jnovy@redhat.com> - 1.27-1
- update to https://github.com/containers/crun/releases/tag/1.27
- fixes CVE-2026-30892 crun: crun: Privilege escalation due to incorrect parsing of the `--user` option [rhel-9.7.z]
- Resolves: RHEL-161439
* Tue Feb 24 2026 Jindrich Novy <jnovy@redhat.com> - 1.26-1
- update to https://github.com/containers/crun/releases/tag/1.26
- Resolves: RHEL-151594