diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-12-25 15:56:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 15:56:01 -0800 |
commit | aae2699ca983393ff4d8aafdb0ec050265f75618 (patch) | |
tree | 6d8cd2bd27813a810ee7d2edfecfe71f0f447e19 /utils | |
parent | c849172949ce29b07d45e5555caf552f433e2535 (diff) |
lvm2: Update to 2.03.02
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 <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lvm2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile index 9a8b02821..7395c95a5 100644 --- a/utils/lvm2/Makefile +++ b/utils/lvm2/Makefile @@ -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 |