Skip to content

Commit e607a3c

Browse files
committed
New version - 3.3.1
1 parent 207895a commit e607a3c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Libblockdev 3.3.1
2+
------------------
3+
4+
New bugfix release of libblockdev library fixing the LPE 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+
12+
113
Libblockdev 3.3.0
214
------------------
315

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.3.0], [], [], [https://github.com/storaged-project/libblockdev])
3+
AC_INIT([libblockdev], [3.3.1], [], [], [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.3.0
88+
Version: 3.3.1
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.3.1-1
962+
- Don't allow suid and dev set on fs resize (Thomas.Blume)
963+
961964
* Thu Feb 13 2025 Vojtech Trefny <[email protected]> - 3.3.0-1
962965
- lvm: Fix check for BD_LVM_TECH_CONFIG availability in CLI plugin (vtrefny)
963966
- lvm: Require higher version of LVM for lvm.conf parsing (vtrefny)

0 commit comments

Comments
 (0)