Semi-automated update for kernel 5.8.12.a-1 + zfs 0.8.5

This commit is contained in:
Archzfs Buildbot
2020-10-08 09:38:06 +00:00
parent 7db0420014
commit 79fa1d5dc9
3 changed files with 7 additions and 226 deletions

View File

@@ -17,7 +17,7 @@
#
pkgbase="zfs-linux-hardened"
pkgname=("zfs-linux-hardened" "zfs-linux-hardened-headers")
_zfsver="0.8.4"
_zfsver="0.8.5"
_kernelver="5.8.12.a-1"
_extramodules="5.8.12.a-1-hardened"
@@ -26,18 +26,10 @@ pkgrel=1
makedepends=("linux-hardened-headers=${_kernelver}")
arch=("x86_64")
url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz"
"linux-5.8-compat-__vmalloc.patch"
)
sha256sums=("2b988f5777976f09d08083f6bebf6e67219c4c4c183c1f33033fb7e5e5eacafb"
"264728b1e4f7f7509fde76b6049c93033aa813ae6324f37609ff95db8c9e8959"
)
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
sha256sums=("dbb41d6b9c606a34ac93f4c19069fd6806ceeacb558f834f8a70755dadb7cd3d")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux-hardened=${_kernelver}")
prepare() {
cd "${srcdir}/zfs-${_zfsver}"
patch -Np1 -i ${srcdir}/linux-5.8-compat-__vmalloc.patch
}
build() {
cd "${srcdir}/zfs-${_zfsver}"