summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-06-08 08:33:12 +0100
committerLeonidas Spyropoulos2021-06-08 08:33:12 +0100
commit65f7502b02febe7e723281fab51faecb0ed3c30f (patch)
tree25253dc073106ef7c555872de06cc47acf5a6c5d
parentb01d01a8ac684d6fe9fd852bc8afadb6f63ae246 (diff)
downloadaur-65f7502b02febe7e723281fab51faecb0ed3c30f.tar.gz
upgpkg: linux-gc 5.12.9-1
upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40b36672d42b..770fd5a39d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-gc
pkgdesc = Linux
- pkgver = 5.12.8
+ pkgver = 5.12.9
pkgrel = 1
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
@@ -17,19 +17,19 @@ pkgbase = linux-gc
makedepends = imagemagick
makedepends = git
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.8.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.8.tar.sign
- source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/6428e21a274ca23facaf5f09c84eb25643741a5b/trunk/config
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.9.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.12.9.tar.sign
+ source = config::https://raw.githubusercontent.com/archlinux/svntogit-packages/978fd96cdf6f994d9febb80a2e4fa98ac9032f37/trunk/config
source = prjc_v5.12-r1.patch::https://gitlab.com/alfredchen/projectc/raw/master/5.12/prjc_v5.12-r1.patch
- source = more-uarches-20210412.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20210412.tar.gz
+ source = more-uarches-20210606.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20210606.tar.gz
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=0d9c01cd2c5e3e9d65c3c3869f69c296e87b804a
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- b2sums = c2d0c2239c5b440cc93e1e0e312511497eccf9e5cef61707c7f42fa924f66defdd4275575341b46b3ee45269c705dd2ba2e2c68fb1dd4ced438b852803180ddb
+ b2sums = c4ba5b7da3e7af4edb3511b63a21f3d6ca8138f4a5fa77714f49a97f7c06db21daf3df66bb905561d6975b6652bf5b517e995f5e673328b9df3415f37ac01fd0
b2sums = SKIP
b2sums = 18d9f071699c9e9bb4c7d340f4d688554b818a4f7fdcefeee24b8b39fc9328737c6967cfd7e884b518e0c87cfb64ac7a10368ac82436d73f96f0881b5c201099
b2sums = 77a1646ffbc67ed88af564b73cf63f0374772bdc1075e771a93ee4fe257b94cb3766a4842898b48f4343458d0b507229182220c7daeb5532df610b964c6640e7
- b2sums = 72194a32a06c43809d1272bd675890b6d27c6c54353150a366e8e2c50ad6eca6ee23c5d6281822965a228cfedfa07a60fe135d1b4f539e4a62728d4460cc0b0e
+ b2sums = e2397f929cd98d079c7fb910dc298f7a66d43d1ab0f73c160cc72e9c615d6cb3133137f58b53966ec33d2b737a2a830c4bf0cebdee9ff016d94ce16e1db5303a
b2sums = 220e3cc920d1b199d4195a120249e240f05478f706337c88b32f2e61cc202b8de1c73a9820baaee9015d4e2c7ad97f416e758a5cd9f416c8d020f86be538922e
pkgname = linux-gc
diff --git a/PKGBUILD b/PKGBUILD
index bcb650c531d4..81275f31b6d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,7 +67,7 @@ _subarch=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc
-pkgver=5.12.8
+pkgver=5.12.9
pkgrel=1
pkgdesc='Linux'
url="https://cchalpha.blogspot.co.uk/"
@@ -80,26 +80,26 @@ makedepends=(
)
options=('!strip')
_srcname=linux-${pkgver}
-_arch_config_commit=6428e21a274ca23facaf5f09c84eb25643741a5b
+_arch_config_commit=978fd96cdf6f994d9febb80a2e4fa98ac9032f37
_bmqversion=5.12-r1
_bmq_patch="prjc_v${_bmqversion}.patch"
-_gcc_more_v=20210412
+_gcc_more_v=20210606
source=(
"https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar".{xz,sign}
"config::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_arch_config_commit}/trunk/config"
"${_bmq_patch}::https://gitlab.com/alfredchen/projectc/raw/master/${_bmqversion%-*}/${_bmq_patch}"
- "more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz"
+ "more-uarches-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/$_gcc_more_v.tar.gz"
"0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch::https://git.archlinux.org/linux.git/patch/?id=0d9c01cd2c5e3e9d65c3c3869f69c296e87b804a"
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-b2sums=('c2d0c2239c5b440cc93e1e0e312511497eccf9e5cef61707c7f42fa924f66defdd4275575341b46b3ee45269c705dd2ba2e2c68fb1dd4ced438b852803180ddb'
+b2sums=('c4ba5b7da3e7af4edb3511b63a21f3d6ca8138f4a5fa77714f49a97f7c06db21daf3df66bb905561d6975b6652bf5b517e995f5e673328b9df3415f37ac01fd0'
'SKIP'
'18d9f071699c9e9bb4c7d340f4d688554b818a4f7fdcefeee24b8b39fc9328737c6967cfd7e884b518e0c87cfb64ac7a10368ac82436d73f96f0881b5c201099'
'77a1646ffbc67ed88af564b73cf63f0374772bdc1075e771a93ee4fe257b94cb3766a4842898b48f4343458d0b507229182220c7daeb5532df610b964c6640e7'
- '72194a32a06c43809d1272bd675890b6d27c6c54353150a366e8e2c50ad6eca6ee23c5d6281822965a228cfedfa07a60fe135d1b4f539e4a62728d4460cc0b0e'
+ 'e2397f929cd98d079c7fb910dc298f7a66d43d1ab0f73c160cc72e9c615d6cb3133137f58b53966ec33d2b737a2a830c4bf0cebdee9ff016d94ce16e1db5303a'
'220e3cc920d1b199d4195a120249e240f05478f706337c88b32f2e61cc202b8de1c73a9820baaee9015d4e2c7ad97f416e758a5cd9f416c8d020f86be538922e')
_kernelname=${pkgbase#linux}
@@ -160,7 +160,7 @@ prepare() {
# https://github.com/graysky2/kernel_gcc_patch
# make sure to apply after olddefconfig to allow the next section
echo "Patching to enable GCC optimization for other uarchs..."
- patch -Np1 -i "$srcdir/kernel_gcc_patch-$_gcc_more_v/more-uarches-for-kernel-5.8+.patch"
+ patch -Np1 -i "$srcdir/kernel_compiler_patch-$_gcc_more_v/more-uarches-for-kernel-5.8+.patch"
if [ -n "$_subarch" ]; then
# user wants a subarch so apply choice defined above interactively via 'yes'