- Update from version 2.03.40 to 2.03.41 - No change in rootfile - Changelog 2.03.41 Allow `lvchange --syncaction repair` on RAID LVs with integrity. Fix adopt result routing in lvmlockd for lockspace start actions. (2.03.25) Fix gcd division-by-zero and lcm overflow in lvm-maths. Fix dual AUTOTYPE matching logic in lvmcmdline. Fix nr_dirty tracking, underflows and error-path leak in bcache. Fix child comparison in compare_config. Fix cross-endian raw_locn flags interpretation in format_text. Fix inverted strstr check in remove_layer_from_lv layer rename. Improve radix-tree functions. Unlink temp file on lock failure in create_temp_name. Verify /dev/urandom is device before reading. Add asymmetric length check in compare_value. Add thinpooldata to get_lvt_enum in toollib. Clear DEV_FILTERED_IS_LV before re-evaluating usable filter. Add missing FWRAID case to dev_filtered_reason in lvmcache. Reset wwid_buf between duplicate device iterations in lvmcache. Read cache_pool_max_chunks as 64bit number. Add cppcheck and gccanalyze make targets. Require exclusive lock on origin for snapshot merge.
Signed-off-by: Adolf Belka <[email protected]> --- lfs/lvm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lvm2 b/lfs/lvm2 index 538cb161e..e7a065e1b 100644 --- a/lfs/lvm2 +++ b/lfs/lvm2 @@ -24,7 +24,7 @@ include Config -VER = 2.03.40 +VER = 2.03.41 THISAPP = LVM2.$(VER) DL_FILE = $(THISAPP).tgz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8879915ba959de72becceddfccd4a9f7cae14e1614cddc1b4f89ad6f784ecbca03c0d734e834f87f9f53b432aa16ac9a55c9e1c93cdf199a53166ea4c1964330 +$(DL_FILE)_BLAKE2 = 17dccb4ac2f171bb3ca1d6a542845aebb4690aed5e56aa644b4b42ad5ff085e55f222da3035b28199dd19788b8554ad311f5df14e325c6c4289881b5ee23ecb7 install : $(TARGET) -- 2.54.0
