lvm2: Update to 2.03.02
authorRosen Penev <redacted>
Tue, 25 Dec 2018 23:56:01 +0000 (15:56 -0800)
committerGitHub <redacted>
Tue, 25 Dec 2018 23:56:01 +0000 (15:56 -0800)
Just bugfixes:

  Fix missing proper initialization of pv_list struct when adding pv.
  Fix (de)activation of RaidLVs with visible SubLVs.
  Prohibit mirrored 'mirror' log via lvcreate and lvconvert.
  Use sync io if async io_setup fails, or use_aio=0 is set in config.
  Fix more issues reported by coverity scan.

Updated Makefile to standards.

Signed-off-by: Rosen Penev <redacted>
utils/lvm2/Makefile

index 9a8b02821bc36fa594bc26d3cb6e9deae1d74221..7395c95a502035bed75854b7992f6c997c09294d 100644 (file)
@@ -9,16 +9,18 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=LVM2
-PKG_VERSION:=2.03.01
+PKG_VERSION:=2.03.02
 PKG_RELEASE:=1
-PKG_LICENSE:=GPL-2.0 LGPL-2.1
 
 PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=https://sourceware.org/pub/lvm2
-PKG_HASH:=424e58b074195ec08e0315fa1aff2550590998c33aea5c43bdceb8c1d135530b
-PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
+PKG_HASH:=550ba750239fd75b7e52c9877565cabffef506bbf6d7f6f17b9700dee56c720f
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
 
+PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
+PKG_LICENSE:=GPL-2.0 LGPL-2.1
+PKG_LICENSE_FILES:=COPYING COPYING.lib
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/libdevmapper
git clone https://git.99rst.org/PROJECT