浏览代码

Update to 5.5.16 (f30, f31) and 5.6.3 (other)

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll 5 年之前
父节点
当前提交
44c0716ac9
共有 4 个文件被更改,包括 11 次插入11 次删除
  1. 2 2
      .github/workflows/debian.yml
  2. 3 3
      pkg/arch/kernel/PKGBUILD
  3. 3 3
      pkg/arch/kernel/config
  4. 3 3
      pkg/fedora/kernel-surface/kernel-surface.spec

+ 2 - 2
.github/workflows/debian.yml

@@ -7,8 +7,8 @@ name: Debian
 
 env:
   GPG_KEY_ID: 56C464BAAC421453
-  KERNEL_VERSION: 5.6.2
-  KDEB_PKGVERSION: 5.6.2-1
+  KERNEL_VERSION: 5.6.3
+  KDEB_PKGVERSION: 5.6.3-1
   LOCALVERSION: -surface
 
 jobs:

+ 3 - 3
pkg/arch/kernel/PKGBUILD

@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
 
 pkgbase=linux-surface
-pkgver=5.6.2.arch1
+pkgver=5.6.3.arch1
 pkgrel=1
 pkgdesc='Linux'
 _fullver=${pkgver%.*}-${pkgver##*.}
@@ -34,8 +34,8 @@ validpgpkeys=(
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
-sha256sums=('88277e77df1cc7aa94a3ebf8480fff14d11ddbead5501b06b2c6c5d8c15c0ab1'
-            '5c809f7ca4f21ebd95368533b20c0ed78fe2e006762dff742e5fd0751521ad11'
+sha256sums=('2a64c246582212b3e13c232069b67e48383664baa4774407200fe2aa915b5465'
+            'e78bfa9f5a1065d93396a37d59043bd79805f4681df27ef44dcddea8de092818'
             '4662d1c8c5557e7531cfd4175809e832aa2d96771454f9631f5c09c2c40eb881'
             '05325a85fc3d6861f563350200a3e9919e106225d69a583b1fefa8e7186f162c'
             'd6738e74df18c344ac1915e10cb24010a565ea8760e299ae7952ca1d53da8b38'

+ 3 - 3
pkg/arch/kernel/config

@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.6.2-arch1 Kernel Configuration
+# Linux/x86 5.6.3-arch1 Kernel Configuration
 #
 
 #
@@ -6683,7 +6683,7 @@ CONFIG_SND_VERBOSE_PRINTK=y
 CONFIG_SND_DEBUG=y
 # CONFIG_SND_DEBUG_VERBOSE is not set
 # CONFIG_SND_PCM_XRUN_DEBUG is not set
-CONFIG_SND_CTL_VALIDATION=y
+# CONFIG_SND_CTL_VALIDATION is not set
 CONFIG_SND_VMASTER=y
 CONFIG_SND_DMA_SGBUF=y
 CONFIG_SND_SEQUENCER=m
@@ -10021,7 +10021,7 @@ CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
 # CONFIG_DEFAULT_SECURITY_TOMOYO is not set
 # CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 CONFIG_DEFAULT_SECURITY_DAC=y
-CONFIG_LSM="yama"
+CONFIG_LSM="lockdown,yama"
 
 #
 # Kernel hardening options

+ 3 - 3
pkg/fedora/kernel-surface/kernel-surface.spec

@@ -2,9 +2,9 @@
 # Definitions to configure the kernel we want to build
 #
 
-%global kernel_tag_fc32 kernel-5.6.2-300.fc32
-%global kernel_tag_fc31 kernel-5.5.15-200.fc31
-%global kernel_tag_fc30 kernel-5.5.15-100.fc30
+%global kernel_tag_fc32 kernel-5.6.3-300.fc32
+%global kernel_tag_fc31 kernel-5.5.16-200.fc31
+%global kernel_tag_fc30 kernel-5.5.16-100.fc30
 
 %global kernel_release_fc32 1
 %global kernel_release_fc31 1