aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2014-11-27 14:04:10 +0100
committerDaniel Golle <daniel@makrotopia.org>2014-11-27 14:04:29 +0100
commit2e3de14cc3568c93cee3442d2457adf441b61d4b (patch)
tree8ff2eca3e984e564ac99abcc6ed0f09dcbadd5c0 /utils/lvm2
parentec6f0ffe301d20b036f64333ee0a65cae2289c98 (diff)
lvm2: bump version to 2.02.113
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/lvm2')
-rw-r--r--utils/lvm2/Makefile4
-rw-r--r--utils/lvm2/patches/000-compile.patch2
-rw-r--r--utils/lvm2/patches/001-include_fix.patch5
3 files changed, 5 insertions, 6 deletions
diff --git a/utils/lvm2/Makefile b/utils/lvm2/Makefile
index 1a0094493..d23584ec3 100644
--- a/utils/lvm2/Makefile
+++ b/utils/lvm2/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=LVM2
-PKG_VERSION:=2.02.111
+PKG_VERSION:=2.02.113
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 LGPL-2.1
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
PKG_SOURCE_URL:=ftp://sources.redhat.com/pub/lvm2
-PKG_MD5SUM:=02487ab2a9e02d1ee76fe217183df28a
+PKG_MD5SUM:=f71aa8e64030f3d2a3fdabcc36e45094
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
diff --git a/utils/lvm2/patches/000-compile.patch b/utils/lvm2/patches/000-compile.patch
index 0c7dfea7f..9fa1c1d56 100644
--- a/utils/lvm2/patches/000-compile.patch
+++ b/utils/lvm2/patches/000-compile.patch
@@ -1,6 +1,6 @@
--- a/make.tmpl.in
+++ b/make.tmpl.in
-@@ -19,7 +19,7 @@
+@@ -19,7 +19,7 @@ SHELL = /bin/sh
# Allow environment to override any built-in default value for CC.
# If there is a built-in default, CC is NOT set to @CC@ here.
diff --git a/utils/lvm2/patches/001-include_fix.patch b/utils/lvm2/patches/001-include_fix.patch
index 0c79d5da1..dc159c552 100644
--- a/utils/lvm2/patches/001-include_fix.patch
+++ b/utils/lvm2/patches/001-include_fix.patch
@@ -1,6 +1,5 @@
-diff -urN LVM2.2.02.111.old/lib/device/dev-type.c LVM2.2.02.111/lib/device/dev-type.c
---- LVM2.2.02.111.old/lib/device/dev-type.c 2014-09-17 09:41:08.281821278 -0400
-+++ LVM2.2.02.111/lib/device/dev-type.c 2014-09-17 09:41:50.773821280 -0400
+--- a/lib/device/dev-type.c
++++ b/lib/device/dev-type.c
@@ -22,7 +22,7 @@
#include <ctype.h>