[arch-commits] Commit in linux-hardened/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Sun Sep 10 19:12:49 UTC 2017


    Date: Sunday, September 10, 2017 @ 19:12:48
  Author: thestinger
Revision: 256800

upgpkg: linux-hardened 4.13.1.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-10 18:50:48 UTC (rev 256799)
+++ PKGBUILD	2017-09-10 19:12:48 UTC (rev 256800)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.13
-_pkgver=4.13
+_pkgver=4.13.1
 pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
@@ -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,6 +29,8 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
             'SKIP'
+            '6664b089bdb6513b006bfe65c6fee45d38ddfe17f6ccc87a720e831d4c215b4d'
+            'SKIP'
             '42d181ebda0a5b4384b0223a0c969259339749b51dbd512298d6735088101f1b'
             'SKIP'
             '3cc60ac3acd9bd1a68a050bb6c06b4729383988ce61fd7f8a4b692db93e94710'
@@ -46,7 +48,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${_pkgver}"
+  patch -p1 -i "${srcdir}/patch-${_pkgver}"
 
   # security patches
 



More information about the arch-commits mailing list