Skip to content

Commit a7f9272

Browse files
committed
New version - 2.30
1 parent c63ef8b commit a7f9272

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Libblockdev 2.30
2+
----------------
3+
4+
New bugfix release of of libblockdev library fixing the LPE security issue CVE-2025-6019.
5+
6+
17
Libblockdev 2.29
28
----------------
39

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], [2.29], [[email protected]])
3+
AC_INIT([libblockdev], [2.30], [[email protected]])
44

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

dist/libblockdev.spec.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
%define configure_opts %{?python2_copts} %{?python3_copts} %{?bcache_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?kbd_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?vdo_copts} %{?tools_copts} %{?gi_copts}
125125

126126
Name: libblockdev
127-
Version: 2.29
127+
Version: 2.30
128128
Release: 1%{?dist}
129129
Summary: A library for low-level manipulation with block devices
130130
License: LGPL-2.1-or-later
@@ -976,6 +976,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
976976
%files plugins-all
977977

978978
%changelog
979+
* Wed Jun 18 2025 Vojtech Trefny <[email protected]> - 2.30-1
980+
- Don't allow suid and dev set on fs resize (Thomas.Blume)
981+
- tests: Skip zram tests on Debian because of kernel bug (vtrefny)
982+
- tests: Try waiting before removing zram module in KBD tests (vtrefny)
983+
979984
* Tue Mar 26 2024 Vojtech Trefny <[email protected]> - 2.29-1
980985
- lvm-dbus: Fix passing size for pvresize over DBus (vtrefny)
981986
- tests: Remove ext fs_check tests on mounted filesystem (tbzatek)

0 commit comments

Comments
 (0)