From e2331131909322d9c504a136a05691effe6e76af Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 4 Jan 2022 13:39:46 +0100 Subject: [PATCH] mdadm: update to 4.2 --- mdadm/.footprint | 1 - mdadm/.signature | 8 ++++---- mdadm/Pkgfile | 16 +++++++--------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/mdadm/.footprint b/mdadm/.footprint index 393abb41b..cb3b617cf 100644 --- a/mdadm/.footprint +++ b/mdadm/.footprint @@ -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/ diff --git a/mdadm/.signature b/mdadm/.signature index aa55dc4c7..9f2b7a1ed 100644 --- a/mdadm/.signature +++ b/mdadm/.signature @@ -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 diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile index be4f82175..21b5ae2c7 100644 --- a/mdadm/Pkgfile +++ b/mdadm/Pkgfile @@ -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 }