summaryrefslogtreecommitdiff
path: root/mdadm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-01-29 15:30:10 +0100
committerJuergen Daubert <jue@jue.li>2016-01-29 15:30:10 +0100
commit6f4ddd261cd9115fd4834c6399e9485e8c798fe0 (patch)
tree19d3a98aa6cbd56d8f6a614a0583b03f3264bb3c /mdadm
parent48648fb8e8491d9fed1fc5c6bacfd773fed02b63 (diff)
downloadopt-6f4ddd261cd9115fd4834c6399e9485e8c798fe0.tar.gz
opt-6f4ddd261cd9115fd4834c6399e9485e8c798fe0.tar.xz
mdadm: update to 3.4
Diffstat (limited to 'mdadm')
-rw-r--r--mdadm/.footprint17
-rw-r--r--mdadm/.md5sum2
-rw-r--r--mdadm/Pkgfile4
3 files changed, 12 insertions, 11 deletions
diff --git a/mdadm/.footprint b/mdadm/.footprint
index 1c7346793..3ef1953e0 100644
--- a/mdadm/.footprint
+++ b/mdadm/.footprint
@@ -8,11 +8,12 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mdadm.static
-rwxr-xr-x root/root sbin/mdmon
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man4/
--rw-r--r-- root/root usr/man/man4/md.4.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/mdadm.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/mdadm.8.gz
--rw-r--r-- root/root usr/man/man8/mdmon.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/md.4.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/mdadm.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/mdadm.8.gz
+-rw-r--r-- root/root usr/share/man/man8/mdmon.8.gz
diff --git a/mdadm/.md5sum b/mdadm/.md5sum
index 7c7342a26..10180669f 100644
--- a/mdadm/.md5sum
+++ b/mdadm/.md5sum
@@ -1 +1 @@
-7ca8b114710f98f53f20c5787b674a09 mdadm-3.3.4.tar.xz
+04b8b21f637540350f8517c7e68d3c63 mdadm-3.4.tar.xz
diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile
index 21d93b323..16655fce5 100644
--- a/mdadm/Pkgfile
+++ b/mdadm/Pkgfile
@@ -3,13 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=mdadm
-version=3.3.4
+version=3.4
release=1
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
build() {
cd $name-$version
make CXFLAGS="$CFLAGS" all mdadm.static
- make DESTDIR=$PKG MANDIR=/usr/man install
+ make DESTDIR=$PKG install
install -m755 mdadm.static $PKG/sbin
}

Generated by cgit