mdadm: update to 3.4

This commit is contained in:
Juergen Daubert 2016-01-29 15:30:10 +01:00
parent 48648fb8e8
commit 6f4ddd261c
3 changed files with 12 additions and 11 deletions

View File

@ -8,11 +8,12 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mdadm.static -rwxr-xr-x root/root sbin/mdadm.static
-rwxr-xr-x root/root sbin/mdmon -rwxr-xr-x root/root sbin/mdmon
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man4/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man4/md.4.gz drwxr-xr-x root/root usr/share/man/man4/
drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/share/man/man4/md.4.gz
-rw-r--r-- root/root usr/man/man5/mdadm.conf.5.gz drwxr-xr-x root/root usr/share/man/man5/
drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/share/man/man5/mdadm.conf.5.gz
-rw-r--r-- root/root usr/man/man8/mdadm.8.gz drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/man/man8/mdmon.8.gz -rw-r--r-- root/root usr/share/man/man8/mdadm.8.gz
-rw-r--r-- root/root usr/share/man/man8/mdmon.8.gz

View File

@ -1 +1 @@
7ca8b114710f98f53f20c5787b674a09 mdadm-3.3.4.tar.xz 04b8b21f637540350f8517c7e68d3c63 mdadm-3.4.tar.xz

View File

@ -3,13 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
name=mdadm name=mdadm
version=3.3.4 version=3.4
release=1 release=1
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz) source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
build() { build() {
cd $name-$version cd $name-$version
make CXFLAGS="$CFLAGS" all mdadm.static make CXFLAGS="$CFLAGS" all mdadm.static
make DESTDIR=$PKG MANDIR=/usr/man install make DESTDIR=$PKG install
install -m755 mdadm.static $PKG/sbin install -m755 mdadm.static $PKG/sbin
} }