diff options
author | Juergen Daubert <jue@jue.li> | 2018-10-30 14:32:09 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-10-30 14:32:09 +0100 |
commit | c3e25fd0acf878e92bc7411f9c67266fcd2f743d (patch) | |
tree | 53cd8d008f1ca17ca935ac862e8646f38ddcf277 /mdadm | |
parent | 8c96f404c8f8b062e667de5e0ab33c652d8f256d (diff) | |
download | opt-c3e25fd0acf878e92bc7411f9c67266fcd2f743d.tar.gz opt-c3e25fd0acf878e92bc7411f9c67266fcd2f743d.tar.xz |
mdadm: update to 4.1
Diffstat (limited to 'mdadm')
-rw-r--r-- | mdadm/.footprint | 2 | ||||
-rw-r--r-- | mdadm/.signature | 8 | ||||
-rw-r--r-- | mdadm/Pkgfile | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mdadm/.footprint b/mdadm/.footprint index 3ef1953e0..393abb41b 100644 --- a/mdadm/.footprint +++ b/mdadm/.footprint @@ -1,8 +1,10 @@ drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/udev/ drwxr-xr-x root/root lib/udev/rules.d/ +-rw-r--r-- root/root lib/udev/rules.d/01-md-raid-creating.rules -rw-r--r-- root/root lib/udev/rules.d/63-md-raid-arrays.rules -rw-r--r-- root/root lib/udev/rules.d/64-md-raid-assembly.rules +-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 diff --git a/mdadm/.signature b/mdadm/.signature index affbde3c4..60d7a9857 100644 --- a/mdadm/.signature +++ b/mdadm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/ZeHufwwjuUopW6hc4FJYq9JPNEJv3fwzVFlm8gITDqb5lMfavt+ce3Ztydr0SBsfHd/mKafDQxFXBFfU1aLvgs= -SHA256 (Pkgfile) = 09eaaf739885c37e31acea4de17aa6f11c4485d683d514d99cd5a1eacb543047 -SHA256 (.footprint) = 784f615315b564cf029c66854aa2ebf8bbbf7a4dd069d25824be4cea25ebebd2 -SHA256 (mdadm-4.0.tar.xz) = 1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9 +RWSE3ohX2g5d/ez9cc7Q+lZo3GYNR0DXfDOfH9X2PkRN8bQNePlTK+7dGz6wiKfKGMduyaQE0GAEWhQULS32/U+FgcHeaE9o9Ag= +SHA256 (Pkgfile) = 226e8d075c2c0a1de2c402622159589e8a9fbf6ffc37aad5d66541e2ef79ff62 +SHA256 (.footprint) = d7baf236eb68b06048b0bb5b21ad7cbf892f81d7f6f49361fa854c7306ed8a0e +SHA256 (mdadm-4.1.tar.xz) = ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile index a21e8d5f3..964e360b8 100644 --- a/mdadm/Pkgfile +++ b/mdadm/Pkgfile @@ -3,13 +3,13 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=mdadm -version=4.0 -release=2 +version=4.1 +release=1 source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz) build() { cd $name-$version - make CXFLAGS="$CFLAGS -Wno-error" all mdadm.static + make all mdadm.static make DESTDIR=$PKG install install -m755 mdadm.static $PKG/sbin } |