[arch-commits] Commit in linux-hardened/trunk (PKGBUILD)
Daniel Micay
thestinger at archlinux.org
Thu Jul 13 06:27:14 UTC 2017
Date: Thursday, July 13, 2017 @ 06:27:13
Author: thestinger
Revision: 244875
upgpkg: linux-hardened 4.12.1.a-1
Modified:
linux-hardened/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-13 06:26:24 UTC (rev 244874)
+++ PKGBUILD 2017-07-13 06:27:13 UTC (rev 244875)
@@ -5,8 +5,8 @@
pkgbase=linux-hardened
_srcname=linux-4.12
-_pkgver=4.12
-pkgver=$_pkgver.e
+_pkgver=4.12.1
+pkgver=$_pkgver.a
pkgrel=1
arch=('x86_64')
url="https://github.com/thestinger/linux-hardened"
@@ -15,8 +15,8 @@
options=('!strip')
source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign"
- #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz"
- #"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz"
+ "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign"
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch"
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch.sig"
# the main kernel config files
@@ -29,8 +29,10 @@
sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
'SKIP'
- 'c29d495e51e24610ec884eae7cee871e1f565f720c55b7f6c9d2464c3b8e66b1'
+ '466ad7caf26aac66fdf299dbe6b23d0cf1729e363a4ee37738938e3be563946b'
'SKIP'
+ '2f0d8b09a872bae24171da3bcd1a445393b57ffb652ac1e70e0c14c71b1a4867'
+ 'SKIP'
'a70b098e99c482ae28cb951f3b030a85a73a9542b988996ef7ab97463b532cbc'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -46,7 +48,7 @@
cd "${srcdir}/${_srcname}"
# add upstream patch
- #patch -p1 -i "${srcdir}/patch-${_pkgver}"
+ patch -p1 -i "${srcdir}/patch-${_pkgver}"
patch -p1 -i "${srcdir}/$pkgbase-$pkgver.patch"
More information about the arch-commits
mailing list