diff options
Diffstat (limited to 'main/multipath-tools/APKBUILD')
-rw-r--r-- | main/multipath-tools/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/main/multipath-tools/APKBUILD b/main/multipath-tools/APKBUILD index edb28aaffa..f89530c16d 100644 --- a/main/multipath-tools/APKBUILD +++ b/main/multipath-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname="multipath-tools" pkgver=0.4.9 -pkgrel=4 +pkgrel=5 pkgdesc="Device Mapper Multipathing Driver" url="http://christophe.varoqui.free.fr/" arch="all" @@ -13,7 +13,10 @@ install= subpackages="$pkgname-doc" source="http://christophe.varoqui.free.fr/$pkgname/$pkgname-$pkgver.tar.bz2 multipath-tools-0.4.9-build.patch - multipath-tools-0.4.8-kparted-ext-partitions.patch" + multipath-tools-0.4.8-kparted-ext-partitions.patch + multipath-tools-0.4.9-log_enquery_overflow.patch + multipath-tools-0.4.9-buffer-overflows.patch + " _builddir="$srcdir" @@ -45,4 +48,6 @@ package() { md5sums="a6d4b48afc28f1f50f5ee4b1b06d2765 multipath-tools-0.4.9.tar.bz2 751a7e079fef26cced73e2fc31ad7f11 multipath-tools-0.4.9-build.patch -68ea053e02e9f5c4883b24b3f9bb2bf1 multipath-tools-0.4.8-kparted-ext-partitions.patch" +68ea053e02e9f5c4883b24b3f9bb2bf1 multipath-tools-0.4.8-kparted-ext-partitions.patch +00eae05e02f1b85062e998574ab1b833 multipath-tools-0.4.9-log_enquery_overflow.patch +c5aab36777b0304a3525533cdd31bddc multipath-tools-0.4.9-buffer-overflows.patch" |