summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-08-07 10:04:21 +0000
committerArchzfs Buildbot2018-08-07 10:04:21 +0000
commitd3e0ca32795d1a74402b3093561dd977398c9e00 (patch)
treee17916b8a711dfa59ceaef4bc4619896f66d6204
parentcfea7e4d318b15ef79147f9c17dacd0e5e881215 (diff)
downloadaur-d3e0ca32795d1a74402b3093561dd977398c9e00.tar.gz
Semi-automated update for kernel 4.17.12.a-1 + zfs 0.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--spl.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e5ae9a0234..d582aefba60f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = spl-linux-hardened
- pkgver = 0.7.9_4.17.11.a.1
+ pkgver = 0.7.9_4.17.12.a.1
pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
license = GPL
- makedepends = linux-hardened-headers=4.17.11.a-1
+ makedepends = linux-hardened-headers=4.17.12.a-1
depends = spl-utils-common=0.7.9
depends = kmod
- depends = linux-hardened=4.17.11.a-1
+ depends = linux-hardened=4.17.12.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 85862c7a6e68..fdfb42251fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,22 +18,22 @@
pkgbase="spl-linux-hardened"
pkgname=("spl-linux-hardened" "spl-linux-hardened-headers")
-pkgver=0.7.9_4.17.11.a.1
+pkgver=0.7.9_4.17.12.a.1
pkgrel=2
-makedepends=("linux-hardened-headers=4.17.11.a-1")
+makedepends=("linux-hardened-headers=4.17.12.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.11.a-1")
+depends=("spl-utils-common=0.7.9" "kmod" "linux-hardened=4.17.12.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.11.a-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.17.11.a-1-hardened/build \
+ --with-linux=/usr/lib/modules/4.17.12.a-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.17.12.a-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.11.a-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/spl-*/4.17.12.a-1-hardened/Module.symvers
}
diff --git a/spl.install b/spl.install
index 173b4bb48f2e..76c01a3dafe1 100644
--- a/spl.install
+++ b/spl.install
@@ -12,5 +12,5 @@ post_upgrade() {
run_depmod() {
echo ">>> Updating SPL module dependencies"
- depmod -a 4.17.11.a-1-hardened
+ depmod -a 4.17.12.a-1-hardened
}