5.19.4-1
This commit is contained in:
parent
64a57d0bde
commit
3303173b96
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = linux-cachyos
|
||||
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
|
||||
pkgver = 5.19.3
|
||||
pkgver = 5.19.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/CachyOS/linux-cachyos
|
||||
arch = x86_64
|
||||
@ -21,16 +21,16 @@ pkgbase = linux-cachyos
|
||||
makedepends = make
|
||||
makedepends = patch
|
||||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.3.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.19.4.tar.xz
|
||||
source = config
|
||||
source = auto-cpu-optimization.sh
|
||||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/all/0001-cachyos-base-all.patch
|
||||
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/5.19/sched/0001-bore.patch
|
||||
sha256sums = 513bd672066f5fb22e5739aae3eed60c75c4accc9ba365d1060c4e4225442721
|
||||
sha256sums = a9214b97085af98dfcaaa8c2e8eff4858c1d53dccd6c58931cf7b0455ff9bf87
|
||||
sha256sums = 0dcff98ce415b81e00648712f8d7d7beb5f332239618bc95c7c3f9ae1573a92a
|
||||
sha256sums = ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f
|
||||
sha256sums = ca01454736df2503146f29f5d17dce6b6b984bdbb2745af156fa08a7e7096462
|
||||
sha256sums = 5ff4cf5ee8ec7056f9302751ea2401691a3ffc81e43536e4cea59cfc18f3ef8d
|
||||
sha256sums = fec6d3be8e63590beb6b09b2952eb9f6bf856b17d7e7bf74fac7424b03aa9690
|
||||
sha256sums = 9659b83b734788c7cecb39d15f3a273d007bfa95fc3ed1951dd92796533fdcb2
|
||||
|
||||
pkgname = linux-cachyos
|
||||
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
|
||||
|
12
PKGBUILD
12
PKGBUILD
@ -148,7 +148,7 @@ else
|
||||
pkgbase=linux-$pkgsuffix
|
||||
fi
|
||||
_major=5.19
|
||||
_minor=3
|
||||
_minor=4
|
||||
#_minorc=$((_minor+1))
|
||||
#_rcver=rc8
|
||||
pkgver=${_major}.${_minor}
|
||||
@ -216,8 +216,8 @@ if [ "$_cpusched" = "tt" ]; then
|
||||
fi
|
||||
## Hardened Patches with BORE Scheduler
|
||||
if [ "$_cpusched" = "hardened" ]; then
|
||||
source+=("${_patchsource}/sched/0001-bore-sched.patch"
|
||||
"${_patchsource}/0001-hardening.patch")
|
||||
source+=("${_patchsource}/sched/0001-bore.patch"
|
||||
"${_patchsource}/misc/0001-hardened.patch")
|
||||
fi
|
||||
## Kernel CFI Patch
|
||||
if [ -n "$_use_kcfi" ]; then
|
||||
@ -884,8 +884,8 @@ for _p in "${pkgname[@]}"; do
|
||||
}"
|
||||
done
|
||||
|
||||
sha256sums=('513bd672066f5fb22e5739aae3eed60c75c4accc9ba365d1060c4e4225442721'
|
||||
sha256sums=('a9214b97085af98dfcaaa8c2e8eff4858c1d53dccd6c58931cf7b0455ff9bf87'
|
||||
'0dcff98ce415b81e00648712f8d7d7beb5f332239618bc95c7c3f9ae1573a92a'
|
||||
'ce8bf7807b45a27eed05a5e1de5a0bf6293a3bbc2085bacae70cd1368f368d1f'
|
||||
'ca01454736df2503146f29f5d17dce6b6b984bdbb2745af156fa08a7e7096462'
|
||||
'5ff4cf5ee8ec7056f9302751ea2401691a3ffc81e43536e4cea59cfc18f3ef8d')
|
||||
'fec6d3be8e63590beb6b09b2952eb9f6bf856b17d7e7bf74fac7424b03aa9690'
|
||||
'9659b83b734788c7cecb39d15f3a273d007bfa95fc3ed1951dd92796533fdcb2')
|
||||
|
Loading…
Reference in New Issue
Block a user