summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-07-22 18:43:44 +0000
committerArchzfs Buildbot2018-07-22 18:43:44 +0000
commitba52d1879e314289ae8d363a7dd6bfaf7e0cff1a (patch)
tree1e6aa2d3c2c0791032fa22104881632583c0b557
parent2b8d15b5177abc4bbcf43bd410bee9d140dcc792 (diff)
downloadaur-ba52d1879e314289ae8d363a7dd6bfaf7e0cff1a.tar.gz
Semi-automated update for kernel 4.17.8.a-1 + zfs 0.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
-rw-r--r--spl.install2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d71a9c742041..521576fcaefe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = spl-linux-hardened
- pkgver = 0.7.9_4.17.3.a.1
+ pkgver = 0.7.9_4.17.8.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.17.3.a-1
+ makedepends = linux-hardened-headers=4.17.8.a-1
depends = spl-utils-common=0.7.9
depends = kmod
- depends = linux-hardened=4.17.3.a-1
+ depends = linux-hardened=4.17.8.a-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.9/spl-0.7.9.tar.gz
sha256sums = 49832e446a5abce0b55ba245c9b5f94959604d44378320fdffae0233bf1e8c00
diff --git a/PKGBUILD b/PKGBUILD
index 930c177ccce7..31ec8e6cde16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Jesus Alvarez <jeezusjr at gmail dot com>
+# Maintainer: Jan Houben <jan@nexttrex.de>
+# Contributor: Jesus Alvarez <jeezusjr at gmail dot com>
#
# This PKGBUILD was generated by the archzfs build scripts located at
#
@@ -14,26 +15,25 @@
# packages for your favorite kernel package built using the archzfs build tools, submit a request in the Issue tracker on the
# archzfs github page.
#
-#
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.9_4.17.3.a.1
+pkgver=0.7.9_4.17.8.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.17.3.a-1")
+makedepends=("linux-hardened-headers=4.17.8.a-1")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.9/spl-0.7.9.tar.gz")
sha256sums=("49832e446a5abce0b55ba245c9b5f94959604d44378320fdffae0233bf1e8c00")
license=("GPL")
-depends=("spl-utils-common=0.7.9" "kmod" "linux-hardened=4.17.3.a-1")
+depends=("spl-utils-common=0.7.9" "kmod" "linux-hardened=4.17.8.a-1")
build() {
cd "${srcdir}/spl-0.7.9"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.17.3-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.17.3-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.17.8-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.17.8-1-hardened/build \
--with-config=kernel
make
}
@@ -58,5 +58,5 @@ package_spl-linux-hardened-headers() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.17.3-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.17.8-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 80cbcc92ddb6..72a2f162187b 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.17.3-1-hardened
+ depmod -a 4.17.8-1-hardened
}