]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/lvm2
Tor: Bump package version
[ipfire-2.x.git] / lfs / lvm2
index fe69742797585cb0709fd84128e8c3278554d1d2..7e327a02113198d968a76857438f8c4b00ed5658 100644 (file)
--- a/lfs/lvm2
+++ b/lfs/lvm2
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.02.181
+VER        = 2.02.188
 
 THISAPP    = LVM2.$(VER)
 DL_FILE    = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7d6380d9a34981fd7b605eaa371295b3
+$(DL_FILE)_BLAKE2 = bed90c8454cd4b20fdeec6dcbf5a9f97c9310671aea3b2252f8069cfa439fcb050f5ad95f928a7125a1734a4dc5ac985da99a4a570538e377a7205191a505476
 
 install : $(TARGET)
 
@@ -48,13 +48,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -63,8 +63,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details
@@ -78,7 +78,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                ./configure \
                        --prefix=/usr \
                        --with-usrlibdir=/usr/lib \
-                       --enable-pkgconfig
+                       --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
        @rm -rf $(DIR_APP)