summaryrefslogtreecommitdiff
path: root/community-testing/multipath-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/multipath-tools/PKGBUILD')
-rw-r--r--community-testing/multipath-tools/PKGBUILD20
1 files changed, 15 insertions, 5 deletions
diff --git a/community-testing/multipath-tools/PKGBUILD b/community-testing/multipath-tools/PKGBUILD
index 28d08b8f4..b4f134390 100644
--- a/community-testing/multipath-tools/PKGBUILD
+++ b/community-testing/multipath-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 71284 2012-05-26 08:37:33Z bpiotrowski $
+# $Id: PKGBUILD 71548 2012-05-28 17:59:37Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
# Contributor: Michael P <ptchinster@archlinux.us>
@@ -6,7 +6,7 @@
pkgname=multipath-tools
pkgver=0.4.9
-pkgrel=7
+pkgrel=8
pkgdesc='Multipath tools for Linux'
arch=('i686' 'x86_64')
url="http://christophe.varoqui.free.fr/"
@@ -16,15 +16,25 @@ backup=('etc/multipath.conf' 'etc/multipath.conf.annotated')
install=multipath-tools.install
options=(!emptydirs)
source=(http://christophe.varoqui.free.fr/multipath-tools/$pkgname-$pkgver.tar.bz2
- multipath.conf multipath.conf.annotated multipathd.rc all-in-one.patch)
+ multipath.conf multipath.conf.annotated multipathd.rc
+ fix-build.patch buffer-overflows.patch log_enquery_overflow.patch
+ blacklist-cciss-devices.patch explicitly-include-posix_types.h.patch)
md5sums=('a6d4b48afc28f1f50f5ee4b1b06d2765'
'9324ff0ba8330dcb21b2fcf64988026f'
'be11462922eeeb9fcd2ba5f3f137b7d9'
'7c04ef96441363b0d43a2ebb13a87659'
- '885c0ba9c90b73cc93aa3f78005f81d6')
+ '885c0ba9c90b73cc93aa3f78005f81d6'
+ 'c5aab36777b0304a3525533cdd31bddc'
+ '00eae05e02f1b85062e998574ab1b833'
+ '61b4038c4c145ca52e836145ea6bdd6c'
+ 'd99beb6d8a9b84f90125c7cacf8a6006')
build() {
- patch -Np1 -i all-in-one.patch
+ patch -Np1 -i fix-build.patch
+ patch -Np1 -i buffer-overflows.patch
+ patch -Np1 -i log_enquery_overflow.patch
+ patch -Np1 -i blacklist-cciss-devices.patch
+ patch -Np1 -i explicitly-include-posix_types.h.patch
# Needs to be fixed upstream. Refer to
# https://bbs.archlinux.org/viewtopic.php?pid=793814#p793814