diff options
-rw-r--r-- | PKGBUILD | 9 | ||||
-rw-r--r-- | config.x86_64 | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -5,7 +5,7 @@ pkgbase=linux-libre-hardened-ck _majver=4.17 -_minver=4 +_minver=5 _fullver=${_majver}.${_minver} _basever=${_majver}-gnu _pkgver=${_fullver}-gnu @@ -24,6 +24,7 @@ url='https://github.com/anthraxx/linux-hardened' arch=('x86_64') license=('GPL2') makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf') +optdepends=('usbctl: deny_new_usb control') options=('!strip') source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_basever}/linux-libre-${_basever}.tar.xz{,.sign} https://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgver}/patch-${_basever}-${_pkgver}.xz{,.sign} @@ -44,14 +45,14 @@ source=(https://linux-libre.fsfla.org/pub/linux-libre/releases/${_basever}/linux ) sha256sums=('eb221b36ac19cba3c11734b09230dc89c2f33054c45501b23cc94e9370c66b29' 'SKIP' - '33e661d1092e51a2480ddf95e2cecaf59d188adcea596b4cd805ef9af969d447' + '3b8c15d4b17928a36ea4c3fe2deede6e03c3346d0ef046a051c8594bf70fee49' 'SKIP' - '703ffb99e6fc79730ddad9132a329d7eca8275ab7ecb2284880fa83f7b5a6a17' + '7b39254f8a01e1c5f3757360f18eb68d250b4ae9393176cceddd6122203f94e0' 'SKIP' '27b96297102a9ccf690c1bdc5f21bc10308f6de90396385dce7341fb8e5a2116' '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d' 'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' - '7cd5bbd5c8e8cefd867738685849a197f16d44aa1cf04d64acb35a28662684ec' + '49f8c4881637f376c6baad8fb1442951c8dba8ad29ee974da7a40de201d02f1c' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/config.x86_64 b/config.x86_64 index f5167a9..66982a0 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.4 Kernel Configuration +# Linux/x86 4.17.5 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y |