summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-12-21 18:56:06 -0800
committerJesus Alvarez2017-12-21 18:56:06 -0800
commit57d0cfc210f1e769136f4bedb9b1be1d51a05fb8 (patch)
tree298a2dbcdf7c1cadea27a0bce7a00d0f66a21a8b
parent1789fa79b4e82c62eec0d8305bf890bfe79ea5cf (diff)
downloadaur-57d0cfc210f1e769136f4bedb9b1be1d51a05fb8.tar.gz
Semi-automated update for 4.14.8.b.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
-rw-r--r--spl.install2
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c9daacf5df..2ef8de2c6243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 22:23:04 UTC 2017
+# Fri Dec 22 01:03:34 UTC 2017
pkgbase = spl-linux-hardened-git
- pkgver = 2017.11.15.r1059.ed19bcc.4.14.7.a.1
+ pkgver = 2017.12.21.r1060.c9821f1.4.14.8.b.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.14.7.a-1
+ makedepends = linux-hardened-headers=4.14.8.b-1
makedepends = git
- depends = spl-utils-common-git=2017.11.15.r1059.ed19bcc
+ depends = spl-utils-common-git=2017.12.21.r1060.c9821f1
depends = kmod
- depends = linux-hardened=4.14.7.a-1
- source = git+https://github.com/zfsonlinux/spl.git#commit=ed19bccfb651843fa208232b3a2d3d22a4152bc8
+ depends = linux-hardened=4.14.8.b-1
+ source = git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126
sha256sums = SKIP
pkgname = spl-linux-hardened-git
diff --git a/PKGBUILD b/PKGBUILD
index 60a438e3100b..fae784409faf 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=2017.11.15.r1059.ed19bcc.4.14.7.a.1
+pkgver=2017.12.21.r1060.c9821f1.4.14.8.b.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.14.7.a-1" "git")
+makedepends=("linux-hardened-headers=4.14.8.b-1" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/spl.git#commit=ed19bccfb651843fa208232b3a2d3d22a4152bc8")
+source=("git+https://github.com/zfsonlinux/spl.git#commit=c9821f1ccc647dfbd506f381b736c664d862d126")
sha256sums=("SKIP")
license=("GPL")
-depends=("spl-utils-common-git=2017.11.15.r1059.ed19bcc" "kmod" "linux-hardened=4.14.7.a-1")
+depends=("spl-utils-common-git=2017.12.21.r1060.c9821f1" "kmod" "linux-hardened=4.14.8.b-1")
build() {
cd "${srcdir}/spl"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin \
- --with-linux=/usr/lib/modules/4.14.7-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.14.7-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.14.8-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.14.8-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.7-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.14.8-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 2981133ae065..59f0f52d7645 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.14.7-1-hardened
+ depmod -a 4.14.8-1-hardened
}