[Lunar-commits] <moonbase-other> multipath-tools: Version bumped 0.4.9
Peter de Ridder
peter at lunar-linux.org
Sat Aug 18 00:03:25 CEST 2012
commit a3954bb2296f9f160d16911c96f770eeb3248312
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Fri, 17 Aug 2012 15:03:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a3954bb2296f9f160d16911c96f770eeb3248312
multipath-tools: Version bumped 0.4.9
---
filesys/multipath-tools/DETAILS +17/-2
filesys/multipath-tools/PRE_BUILD +9/-0
2 files changed, 26 insertions (+), 2 deletions (-)
--- a/filesys/multipath-tools/DETAILS
+++ b/filesys/multipath-tools/DETAILS
@@ -1,8 +1,23 @@
MODULE=multipath-tools
- VERSION=0.4.8
+ VERSION=0.4.9
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=multipath-tools-fix-build.patch
+ SOURCE3=multipath-tools-buffer-overflows.patch
+ SOURCE4=multipath-tools-log_enquery_overflow.patch
+ SOURCE5=multipath-tools-blacklist-cciss-devices.patch
+ SOURCE6=multipath-tools-explicitly-include-posix_types.h.patch
SOURCE_URL=http://christophe.varoqui.free.fr/multipath-tools
- SOURCE_VFY=sha1:aadc7c7ed072c3df2e32c64a2ab1ba7fac850d7a
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
+ SOURCE5_URL=$PATCH_URL
+ SOURCE6_URL=$PATCH_URL
+ SOURCE_VFY=sha1:e2263033934f9073962e7e54b42824355291f19f
+ SOURCE2_VFY=sha1:b8c481590b4e95790ce2c9b4ba07c88ec9385ed2
+ SOURCE3_VFY=sha1:3818477130f7b10cca06eb5884057fd40409cf13
+ SOURCE4_VFY=sha1:c4c70c710de134387f959991f8dad62611f0a85f
+ SOURCE5_VFY=sha1:a8aadbe0bec2d1298a7b8f1d924a96bd3b248d2e
+ SOURCE6_VFY=sha1:1c53b21f051106348f4b5d29c924b4427602ee99
WEB_SITE=http://christophe.varoqui.free.fr
PSAFE=no
ENTERED=20090611
--- /dev/null
+++ b/filesys/multipath-tools/PRE_BUILD
@@ -0,0 +1,9 @@
+validate_source_dir $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE &&
+patch_it $SOURCE2 1 &&
+patch_it $SOURCE3 1 &&
+patch_it $SOURCE4 1 &&
+patch_it $SOURCE5 1 &&
+patch_it $SOURCE6 1
More information about the Lunar-commits
mailing list