mdadm: update to 4.2
This commit is contained in:
parent
823655c8e4
commit
e233113190
@ -7,7 +7,6 @@ drwxr-xr-x root/root lib/udev/rules.d/
|
||||
-rw-r--r-- root/root lib/udev/rules.d/69-md-clustered-confirm-device.rules
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/mdadm
|
||||
-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/share/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/fRQQiydFkmHLiwY5rOoSRR0+nXk8uwHzFsQElpC8AFmVenxKM1TAnFT9qmntYtNbzemIufqCrRL/J5gVObOPwA=
|
||||
SHA256 (Pkgfile) = cfdc5945b3f16fc5d1b05a9bd05add95bfed284034b6d174863ab8e56244c14c
|
||||
SHA256 (.footprint) = d7baf236eb68b06048b0bb5b21ad7cbf892f81d7f6f49361fa854c7306ed8a0e
|
||||
SHA256 (mdadm-4.1.tar.xz) = ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a
|
||||
RWSE3ohX2g5d/YD/6ruCc0ipkyJbqulcEgJw/tb/LXUsuoAo8nrwIidQPc/nxuUj8qjh9GiYWDP9uN3lMHMjvsed9HSxqH8KRQk=
|
||||
SHA256 (Pkgfile) = 927b9c4a3ce5426ddce456b0d652d8d2f0144ed61fbc36b07af07c75251ff7f0
|
||||
SHA256 (.footprint) = f6fb169413c9d444a06adcd569190d40d94b2f0ba894700e9618e2c645be0af4
|
||||
SHA256 (mdadm-4.2.tar.xz) = 461c215670864bb74a4d1a3620684aa2b2f8296dffa06743f26dda5557acf01d
|
||||
|
@ -1,16 +1,14 @@
|
||||
# Description: Multiple device (RAID) admin tool
|
||||
# URL: http://neil.brown.name/blog/mdadm
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# URL: http://neil.brown.name/blog/mdadm
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
|
||||
name=mdadm
|
||||
version=4.1
|
||||
release=2
|
||||
version=4.2
|
||||
release=1
|
||||
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
export CXFLAGS="$CFLAGS -Wno-error"
|
||||
make all mdadm.static
|
||||
make DESTDIR=$PKG install
|
||||
install -m755 mdadm.static $PKG/sbin
|
||||
cd $name-$version
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user