]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/lvm2
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / lvm2
index 7e327a02113198d968a76857438f8c4b00ed5658..4e8cf6614c69d1bcb7629dcd6348c71159e650c2 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.02.188
+VER        = 2.03.23
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = bed90c8454cd4b20fdeec6dcbf5a9f97c9310671aea3b2252f8069cfa439fcb050f5ad95f928a7125a1734a4dc5ac985da99a4a570538e377a7205191a505476
+$(DL_FILE)_BLAKE2 = 00d215d395d92fa23743fc77d91a6bd14df29bc4fb334e1e8c4deb8d34007bfdb4e188821ec1789b5f0bca39fe944923050e401ddae0d25e4932cffb109a0dda
 
 install : $(TARGET)
 
@@ -81,10 +81,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --enable-pkgconfig \
                        --with-udevdir=/lib/udev/rules.d \
                        --with-default-locking-dir=/run/lvm \
-                       --enable-lvmetad \
                        --enable-udev_rules \
                        --enable-udev_sync
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+       # copy the tailored lvm udev rules file that will mount volumes without systemd
+       cp -rf $(DIR_SRC)/config/lvm/69-dm-lvm.rules /lib/udev/rules.d/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)