Skip to content

Commit fbb54f8

Browse files
committed
New version - 3.2.2
1 parent bb8054c commit fbb54f8

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Libblockdev 3.2.2
2+
------------------
3+
4+
New bugfix release of libblockdev library fixing the LPE security issue CVE-2025-6019.
5+
6+
**Full list of changes**
7+
8+
Thomas Blume (1):
9+
10+
- Don't allow suid and dev set on fs resize
11+
112
Libblockdev 3.2.1
213
------------------
314

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libblockdev
22

3-
AC_INIT([libblockdev], [3.2.1], [], [], [https://github.com/storaged-project/libblockdev])
3+
AC_INIT([libblockdev], [3.2.2], [], [], [https://github.com/storaged-project/libblockdev])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libblockdev.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
%define configure_opts %{?python3_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?tools_copts} %{?gi_copts} %{?nvme_copts} %{?smart_copts} %{?smartmontools_copts}
8686

8787
Name: libblockdev
88-
Version: 3.2.1
88+
Version: 3.2.2
8989
Release: 1%{?dist}
9090
Summary: A library for low-level manipulation with block devices
9191
License: LGPL-2.1-or-later
@@ -958,6 +958,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
958958
%files plugins-all
959959

960960
%changelog
961+
* Wed Jun 18 2025 Vojtech Trefny <[email protected]> - 3.2.2-1
962+
- Don't allow suid and dev set on fs resize (Thomas.Blume)
963+
961964
* Thu Nov 07 2024 Vojtech Trefny <[email protected]> - 3.2.1-1
962965
- Makefile: Fix generating RPM log during bumpver (vtrefny)
963966
- nvme: Avoid element-type g-i annotations (tbzatek)

0 commit comments

Comments
 (0)