Fix CVE-2025-6019

This commit is contained in:
Jonathan Wright 2025-06-18 08:44:13 -05:00
parent 6e0eb8f7ee
commit f4831422d6

View File

@ -129,7 +129,7 @@
Name: libblockdev
Version: 2.28
Release: 13%{?dist}
Release: 13%{?dist}.alma.1
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
URL: https://github.com/storaged-project/libblockdev
@ -150,6 +150,7 @@ Patch12: 0012-lvm-Add-support-for-starting-and-stopping-VG-locking.patch
Patch13: 0013-tests-Remove_unreliable_nvme_attribute_checks.patch
Patch14: 0014-nvme-Add-bd_nvme_is_tech_avail-to-the-API-file.patch
Patch15: 0015-crypto-Add-a-function-to-set-persistent-flags-for-LU.patch
Patch16: 0016-dont-allow-suid-and-dev-set-on-fs-resize.patch
BuildRequires: make
BuildRequires: glib2-devel
@ -1048,6 +1049,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Wed Jun 18 2025 Jonathan Wright <jonathan@almalinux.org> - 2.28-13.alma.1
- Fix CVE-2025-6019 don't allow suid and dev set on fs resize
* Tue Mar 11 2025 Vojtech Trefny <vtrefny@redhat.com> - 2.28-13
- crypto: Add a function to set persistent flags for LUKS
Resolves: RHEL-82886