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

Andreas Radke andyrtr at archlinux.org
Fri Jun 18 10:13:16 UTC 2021


    Date: Friday, June 18, 2021 @ 10:13:16
  Author: andyrtr
Revision: 418418

upgpkg: linux-lts 5.10.45-1: upstream update 5.10.45; FS#71270: Don't enable "bpf" LSM by default

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

----------+
 PKGBUILD |    6 +++---
 config   |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 08:24:43 UTC (rev 418417)
+++ PKGBUILD	2021-06-18 10:13:16 UTC (rev 418418)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgbase=linux-lts
-pkgver=5.10.44
+pkgver=5.10.45
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/"
@@ -23,9 +23,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('77beefa59c854ce1e8353db947a71a8a91f2a907aed45c1335ac1f209983c767'
+sha256sums=('f2b7249b99049c84338da09e6c857d319c97ab7a396d0035cacbfb6e73e13507'
             'SKIP'
-            'c6d4cef408fcc4c7c30ff6ec8bf142a8846459c831aa1184979a45b70ffff21a'
+            'f905ec326f3e44e1864878d391cccbf4d25f081a10f839b37337411d7caf7df8'
             '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===================================================================
--- config	2021-06-18 08:24:43 UTC (rev 418417)
+++ config	2021-06-18 10:13:16 UTC (rev 418418)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.40 Kernel Configuration
+# Linux/x86 5.10.45 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -9554,7 +9554,7 @@
 # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
 # CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_LSM="lockdown,yama,bpf"
+CONFIG_LSM="lockdown,yama"
 
 #
 # Kernel hardening options



More information about the arch-commits mailing list