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

Daniel Micay thestinger at archlinux.org
Sun May 7 16:34:43 UTC 2017


    Date: Sunday, May 7, 2017 @ 16:34:43
  Author: thestinger
Revision: 227281

update url and add signature for the patch

Modified:
  linux-hardened/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-07 16:21:14 UTC (rev 227280)
+++ PKGBUILD	2017-05-07 16:34:43 UTC (rev 227281)
@@ -9,7 +9,7 @@
 pkgver=$_pkgver.c
 pkgrel=1
 arch=('x86_64')
-url="https://www.kernel.org/"
+url="https://github.com/thestinger/linux-hardened"
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf')
 options=('!strip')
@@ -18,6 +18,7 @@
         #"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
         'config.x86_64'
         # pacman hook for initramfs regeneration
@@ -28,6 +29,7 @@
 sha256sums=('b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6'
             'SKIP'
             '602e0ede11096cd62ff209164482619cfbaf7f27d158d8b9c48965c0442310e1'
+            'SKIP'
             'bce07be0fa0240a69532121f03597d945eac818b425316fb59033d34b4ad876d'
             '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
             'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -34,6 +36,7 @@
 validpgpkeys=(
               'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
               '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
+              '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A' # Daniel Micay
              )
 
 _kernelname=${pkgbase#linux}



More information about the arch-commits mailing list