summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-02-06 11:03:04 -0800
committerJesus Alvarez2018-02-06 11:03:04 -0800
commitbc2f9660f6cd92b4183de425df92aeb0942ecb46 (patch)
tree1fefe5cc7ec3e05786fd47c08fb6f7f7f72b797b
parent5fb8bf1a7c25d8c79619119b659bc2387a029cec (diff)
downloadaur-bc2f9660f6cd92b4183de425df92aeb0942ecb46.tar.gz
Semi-automated update for 4.14.17.a.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--spl.install2
3 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c8d74c5c37..27cab4ca5467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Jan 24 19:44:00 UTC 2018
pkgbase = spl-linux-hardened-git
- pkgver = 2018.01.24.r1062.23602fd.4.14.14.a.1
+ pkgver = 2018.01.24.r1062.23602fd.4.14.17.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.14.14.a-1
+ makedepends = linux-hardened-headers=4.14.17.a-1
makedepends = git
depends = spl-utils-common-git=2018.01.24.r1062.23602fd
depends = kmod
- depends = linux-hardened=4.14.14.a-1
+ depends = linux-hardened=4.14.17.a-1
source = git+https://github.com/zfsonlinux/spl.git#commit=23602fdb39e1254c669707ec9d2d0e6bcdbf1771
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 729f16318e44..c087b971b76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="spl-linux-hardened-git"
pkgname=("spl-linux-hardened-git" "spl-linux-hardened-git-headers")
-pkgver=2018.01.24.r1062.23602fd.4.14.14.a.1
+pkgver=2018.01.24.r1062.23602fd.4.14.17.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.14.14.a-1" "git")
+makedepends=("linux-hardened-headers=4.14.17.a-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/spl.git#commit=23602fdb39e1254c669707ec9d2d0e6bcdbf1771")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common-git=2018.01.24.r1062.23602fd" "kmod" "linux-hardened=4.14.14.a-1")
+depends=("spl-utils-common-git=2018.01.24.r1062.23602fd" "kmod" "linux-hardened=4.14.17.a-1")
build() {
cd "${srcdir}/spl"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.14.14-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.14.14-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.14.17-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.14.17-1-hardened/build \
--with-config=kernel
make
}
@@ -58,5 +58,5 @@ package_spl-linux-hardened-git-headers() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.14-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.17-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 258563bddcc5..ac5cc8db4e86 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.14-1-hardened
+ depmod -a 4.14.17-1-hardened
}