summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2020-04-09 09:31:19 +0100
committerLeonidas Spyropoulos2020-04-09 09:31:19 +0100
commit7603d4ae8944bdb274b162820b925032f1b52eee (patch)
tree889b7a7cca9a3b70cba446ae76303fceef27fc73
parent959476070b5d577d119880c6a4c76ef45f590733 (diff)
downloadaur-7603d4ae8944bdb274b162820b925032f1b52eee.tar.gz
upgpkg: linux-gc 5.6.3-1
upstream release
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD14
-rw-r--r--config6
3 files changed, 23 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f526e110fe2..cea2ad5e9712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-gc
pkgdesc = Linux
- pkgver = 5.6.2
+ pkgver = 5.6.3
pkgrel = 1
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
@@ -15,21 +15,23 @@ pkgbase = linux-gc
makedepends = imagemagick
makedepends = git
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.6.2.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.6.2.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.6.3.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.6.3.tar.sign
source = config
source = bmq_v5.6-r1.patch::https://gitlab.com/alfredchen/bmq/raw/master/5.6/bmq_v5.6-r1.patch
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
- source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://github.com/archlinux/linux/commit/1bb6eecc6f8b5eb7cadfe895ba426d01f171cfa1.patch
+ source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://github.com/archlinux/linux/commit/e1293fa8ca1b8ef89c8c3eddf4fecd6c25119aeb.patch
+ source = 0002-ALSA-hda-Fix-potential-access-overflow-in-beep-helpe.patch::https://github.com/archlinux/linux/commit/28a3a4bec629ccb9cef64c546998052e0806cb1b.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
- sha256sums = 2d4d91d8329c1ed3826c61463650dd4bfbb6ad39dcee6dba4f98a7e94a67b5b9
+ sha256sums = 1d13689abbcab59250a8231a5871747be25a1d2fe431cf263395de35780c50aa
sha256sums = SKIP
- sha256sums = 9165f1d17d3610af29ec9b68f6f3d394327f3ea4d35dcf703e74133261527b5d
+ sha256sums = 27b84575ea6b1050951906e0b595351fe3f8e39fab9d2ed05e32cb6eaddca08f
sha256sums = d42ab10e8ff39acd3a9211fc83313c6fb7a69ae0c2d39deb7946c7516c0d5cd5
sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5
- sha256sums = 6efbc986d0bdad0cfe1f85584bad42b45145c766dcdb6d41b6bd8ac07a5aef5a
+ sha256sums = 88579f065258dcac1b3e59d334544f219c2608ac9b3b076f0137aca9dcaa16a1
+ sha256sums = 3de884eeaeff4ed29a90f4d46487bad1ea59c3b04b010255d2744fd97bc65d2f
pkgname = linux-gc
pkgdesc = The Linux kernel and modules with the BMQ CPU scheduler
@@ -38,11 +40,11 @@ pkgname = linux-gc
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
- provides = linux-gc=5.6.2
+ provides = linux-gc=5.6.3
pkgname = linux-gc-headers
pkgdesc = Headers and scripts for building modules for the Linux kernel
depends = linux-gc
- provides = linux-gc-headers=5.6.2
- provides = linux-headers=5.6.2
+ provides = linux-gc-headers=5.6.3
+ provides = linux-headers=5.6.3
diff --git a/PKGBUILD b/PKGBUILD
index 8ddf55dc8cb5..4dcd1015fd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@ _makenconfig=
# This PKGBUILD read the database kept if it exists
#
# More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db
-_localmodcfg=y
+_localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc
-pkgver=5.6.2
+pkgver=5.6.3
pkgrel=1
pkgdesc='Linux'
url="https://cchalpha.blogspot.co.uk/"
@@ -41,19 +41,21 @@ source=(
config # the main kernel config file
"${_bmq_patch}::https://gitlab.com/alfredchen/bmq/raw/master/${_bmqversion%-*}/${_bmq_patch}"
"enable_additional_cpu_optimizations-${_gcc_more_v}.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/${_gcc_more_v}.tar.gz"
- "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://github.com/archlinux/linux/commit/1bb6eecc6f8b5eb7cadfe895ba426d01f171cfa1.patch"
+ "0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://github.com/archlinux/linux/commit/e1293fa8ca1b8ef89c8c3eddf4fecd6c25119aeb.patch"
+ "0002-ALSA-hda-Fix-potential-access-overflow-in-beep-helpe.patch::https://github.com/archlinux/linux/commit/28a3a4bec629ccb9cef64c546998052e0806cb1b.patch"
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
-sha256sums=('2d4d91d8329c1ed3826c61463650dd4bfbb6ad39dcee6dba4f98a7e94a67b5b9'
+sha256sums=('1d13689abbcab59250a8231a5871747be25a1d2fe431cf263395de35780c50aa'
'SKIP'
- '9165f1d17d3610af29ec9b68f6f3d394327f3ea4d35dcf703e74133261527b5d'
+ '27b84575ea6b1050951906e0b595351fe3f8e39fab9d2ed05e32cb6eaddca08f'
'd42ab10e8ff39acd3a9211fc83313c6fb7a69ae0c2d39deb7946c7516c0d5cd5'
'7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5'
- '6efbc986d0bdad0cfe1f85584bad42b45145c766dcdb6d41b6bd8ac07a5aef5a')
+ '88579f065258dcac1b3e59d334544f219c2608ac9b3b076f0137aca9dcaa16a1'
+ '3de884eeaeff4ed29a90f4d46487bad1ea59c3b04b010255d2744fd97bc65d2f')
_kernelname=${pkgbase#linux}
: ${_kernelname:=-gc}
diff --git a/config b/config
index c3cca91443a0..7a996eeb6bad 100644
--- a/config
+++ b/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
#
#
@@ -6684,7 +6684,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
@@ -10022,7 +10022,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