summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-01-07 15:51:20 -0800
committerJesus Alvarez2018-01-07 15:51:20 -0800
commit30bc7aeac1fc73823bcb7c5a402c10d7ccf23f66 (patch)
tree414f72e4a14d24d84266c0c7d0c7a530576b979a
parent78cfcef8c884bbb39d6deeb9bd8752fc7145e615 (diff)
downloadaur-30bc7aeac1fc73823bcb7c5a402c10d7ccf23f66.tar.gz
Semi-automated update for 4.14.12.a.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--zfs.install2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32bda6fd1557..baa06ea1f730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Jan 4 17:53:45 UTC 2018
+# Sun Jan 7 19:44:23 UTC 2018
pkgbase = zfs-linux-hardened-git
- pkgver = 2017.12.28.r3224.390d679ac.4.14.11.a.1
+ pkgver = 2017.12.28.r3224.390d679ac.4.14.12.a.1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-hardened-headers=4.14.11.a-1
+ makedepends = linux-hardened-headers=4.14.12.a-1
makedepends = git
makedepends = spl-linux-hardened-git-headers
depends = kmod
depends = spl-linux-hardened-git
depends = zfs-utils-common-git=2017.12.28.r3224.390d679ac
- depends = linux-hardened=4.14.11.a-1
+ depends = linux-hardened=4.14.12.a-1
source = git+https://github.com/zfsonlinux/zfs.git#commit=390d679acdfa6a2498280a4dcd33b7600ace27ce
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e4227c87affb..66b2cb127f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,15 +18,15 @@
pkgbase="zfs-linux-hardened-git"
pkgname=("zfs-linux-hardened-git" "zfs-linux-hardened-git-headers")
-pkgver=2017.12.28.r3224.390d679ac.4.14.11.a.1
+pkgver=2017.12.28.r3224.390d679ac.4.14.12.a.1
pkgrel=1
-makedepends=("linux-hardened-headers=4.14.11.a-1" "git" "spl-linux-hardened-git-headers")
+makedepends=("linux-hardened-headers=4.14.12.a-1" "git" "spl-linux-hardened-git-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=390d679acdfa6a2498280a4dcd33b7600ace27ce")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git=2017.12.28.r3224.390d679ac" "linux-hardened=4.14.11.a-1")
+depends=("kmod" "spl-linux-hardened-git" "zfs-utils-common-git=2017.12.28.r3224.390d679ac" "linux-hardened=4.14.12.a-1")
build() {
cd "${srcdir}/zfs"
@@ -34,8 +34,8 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/lib/udev \
--libexecdir=/usr/lib/zfs-0.7.5 --with-config=kernel \
- --with-linux=/usr/lib/modules/4.14.11-1-hardened/build \
- --with-linux-obj=/usr/lib/modules/4.14.11-1-hardened/build
+ --with-linux=/usr/lib/modules/4.14.12-1-hardened/build \
+ --with-linux-obj=/usr/lib/modules/4.14.12-1-hardened/build
make
}
@@ -60,5 +60,5 @@ package_zfs-linux-hardened-git-headers() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.14.11-1-hardened/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.14.12-1-hardened/Module.symvers
}
diff --git a/zfs.install b/zfs.install
index dc0b62616c02..f9b09b00e218 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.14.11-1-hardened
+ depmod -a 4.14.12-1-hardened
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' && $1 == 'remove' ]]; then
echo '>>> The ZFS packages have been removed, but "zfs" remains in the "hooks"'