From 6f4ddd261cd9115fd4834c6399e9485e8c798fe0 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 29 Jan 2016 15:30:10 +0100 Subject: [PATCH] mdadm: update to 3.4 --- mdadm/.footprint | 17 +++++++++-------- mdadm/.md5sum | 2 +- mdadm/Pkgfile | 4 ++-- 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 }