diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-17 15:44:04 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-07-17 15:44:04 -0700 | 
| commit | fb790597834beb7db667de05feb9a3cbb6a9889a (patch) | |
| tree | 7a908f3ca0b78fe22fa4ea99ff249bd4d64752cd | |
| parent | 4.17.6.a for reals this time (diff) | |
| download | linux-hardened-ck-fb790597834beb7db667de05feb9a3cbb6a9889a.tar.xz | |
updated to 4.17.7.a
| -rw-r--r-- | PKGBUILD | 12 | ||||
| -rw-r--r-- | config.x86_64 | 3 | 
2 files changed, 7 insertions, 8 deletions
@@ -5,7 +5,7 @@  pkgbase=linux-hardened-ck  _majver=4.17 -_minver=6 +_minver=7  _fullver=${_majver}.${_minver}  _basever=${_majver}  _pkgver=${_fullver} @@ -24,7 +24,6 @@ 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://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz          https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign @@ -49,14 +48,14 @@ source=(https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz  )  sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'              'SKIP' -            '7699b2246e4ed1e284f2947d5e0b66653c27574995caf6a02a3280bd055cfedf' +            '7f96003274d45fabda457951919c68a5856c7b40e4ee230baa0492dd8caf2e97'              'SKIP' -            '682684b99a2cea2937d3365b4dc43df313c7b87338a2612a2976172d3891a762' +            '7f6e368673532f05aa947bdd70c8e4f1428335f4571a81c6c72362c7859d3ae0'              'SKIP'              '27b96297102a9ccf690c1bdc5f21bc10308f6de90396385dce7341fb8e5a2116'              '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'              'e7ebf050c22bcec0028c0b3c79fd6d3913b0370ecc6a23dfe78ce475630cf503' -            '5b72267157627aeb77b76494ed5dd13df9c67c87dbd75a82cace78ef5e03d6ed' +            'c0df562d58b1addce11a9bd004f778eee08652c5a865f87d9b6203a1e8fb5f04'              'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'              '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'              'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' @@ -163,7 +162,8 @@ _package() {    pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"    [ "${pkgbase}" = "linux" ] && groups=('base')    depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') -  optdepends=('crda: to set the correct wireless channels of your country') +  optdepends=('crda: to set the correct wireless channels of your country' +              'usbctl: deny_new_usb control')    backup=("etc/mkinitcpio.d/${pkgbase}.preset")    install=linux.install diff --git a/config.x86_64 b/config.x86_64 index 091cabd..241a890 100644 --- a/config.x86_64 +++ b/config.x86_64 @@ -1,6 +1,6 @@  #  # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.17.6 Kernel Configuration +# Linux/x86 4.17.7 Kernel Configuration  #  CONFIG_64BIT=y  CONFIG_X86_64=y @@ -9361,7 +9361,6 @@ CONFIG_CRYPTO_DES3_EDE_X86_64=m  CONFIG_CRYPTO_FCRYPT=m  CONFIG_CRYPTO_KHAZAD=m  CONFIG_CRYPTO_SALSA20=m -CONFIG_CRYPTO_SALSA20_X86_64=m  CONFIG_CRYPTO_CHACHA20=m  CONFIG_CRYPTO_CHACHA20_X86_64=m  CONFIG_CRYPTO_SEED=m  | 
