mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
mdadm: update to 3.3.3.
This commit is contained in:
parent
796172549e
commit
1797e0f98c
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- super-intel.c- 2014-07-06 16:31:53.865139451 +0200
|
|
||||||
+++ super-intel.c 2014-07-06 16:31:45.646139350 +0200
|
|
||||||
@@ -5075,7 +5075,7 @@
|
|
||||||
spare->num_disks = 1,
|
|
||||||
spare->num_raid_devs = 0,
|
|
||||||
spare->cache_size = mpb->cache_size,
|
|
||||||
- spare->pwr_cycle_count = __cpu_to_le32(1),
|
|
||||||
+ spare->pwr_cycle_count = __cpu_to_le32(1);
|
|
||||||
|
|
||||||
snprintf((char *) spare->sig, MAX_SIGNATURE_LENGTH,
|
|
||||||
MPB_SIGNATURE MPB_VERSION_RAID0);
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdadm'
|
# Template file for 'mdadm'
|
||||||
pkgname=mdadm
|
pkgname=mdadm
|
||||||
version=3.3.2
|
version=3.3.3
|
||||||
revision=8
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libudev-devel"
|
makedepends="libudev-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://neil.brown.name/blog/mdadm"
|
homepage="http://neil.brown.name/blog/mdadm"
|
||||||
distfiles="ftp://ftp.kernel.org/pub/linux/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="ftp://ftp.kernel.org/pub/linux/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0f3a7e1a76b13892b79f9fceaf99ecb23513260389a768ac644ffa3ae06e5b8c
|
checksum=f5b50a6b506697fb9968d660444447473b453f9eaefaa9b7d31c184693b8a28c
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,^install : mdadm mdmon,install: ,g' Makefile
|
sed -i 's,^install : mdadm mdmon,install: ,g' Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue