Bump to 6.0.2

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2022-10-15 17:10:10 +02:00
parent 844dac4856
commit 1a56bfaab5
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-cachyos pkgbase = linux-cachyos
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.0.1 pkgver = 6.0.2
pkgrel = 1 pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos url = https://github.com/CachyOS/linux-cachyos
arch = x86_64 arch = x86_64
@ -21,18 +21,18 @@ pkgbase = linux-cachyos
makedepends = make makedepends = make
makedepends = patch makedepends = patch
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.1.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.2.tar.xz
source = config source = config
source = config-rt source = config-rt
source = auto-cpu-optimization.sh source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/all/0001-cachyos-base-all.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/sched/0001-bore.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/sched/0001-bore.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/misc/0001-Add-latency-priority-for-CFS-class.patch source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.0/misc/0001-Add-latency-priority-for-CFS-class.patch
sha256sums = 8ede745a69351ea0f27fe0c48780d4efa37ff086135e129358ce09694957e8f9 sha256sums = a13c26388cacccb684cd9f51109596a280c8186b7e95174d31ee7c5718e95c9d
sha256sums = 8faf8b1a65476e3c92d102df9e5fa12742de4c45d790579369b3002cd26e0b6a sha256sums = 8faf8b1a65476e3c92d102df9e5fa12742de4c45d790579369b3002cd26e0b6a
sha256sums = 06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da sha256sums = 06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da
sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e sha256sums = e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e
sha256sums = cd50ee7a7eb6dea2350db296f15143904f4a90e4c6c3b8a9a5c1883b399a4caf sha256sums = d4b3e623f735db3b8ae0f99137f9fc51f8e30bff3a0a0bf0cfca35e12148b4df
sha256sums = 5e4367ae9d8c1856a0aa4bacc8bddb2cbe33d3f4733b1822cea12f5c45009b0d sha256sums = 5e4367ae9d8c1856a0aa4bacc8bddb2cbe33d3f4733b1822cea12f5c45009b0d
sha256sums = 3ecc208ccf8e1b879e8c9a14c652d5c478c4b1fb3e6c140dda6394376cf150ed sha256sums = 3ecc208ccf8e1b879e8c9a14c652d5c478c4b1fb3e6c140dda6394376cf150ed

View file

@ -195,7 +195,7 @@ else
pkgbase=linux-$pkgsuffix pkgbase=linux-$pkgsuffix
fi fi
_major=6.0 _major=6.0
_minor=1 _minor=2
#_minorc=$((_minor+1)) #_minorc=$((_minor+1))
#_rcver=rc8 #_rcver=rc8
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
@ -690,6 +690,7 @@ prepare() {
--enable LRNG_DRNG_ATOMIC \ --enable LRNG_DRNG_ATOMIC \
--enable LRNG_SYSCTL \ --enable LRNG_SYSCTL \
--enable LRNG_RANDOM_IF \ --enable LRNG_RANDOM_IF \
--enable LRNG_AIS2031_NTG1_SEEDING_STRATEGY \
--module LRNG_KCAPI_IF \ --module LRNG_KCAPI_IF \
--module LRNG_HWRAND_IF \ --module LRNG_HWRAND_IF \
--enable LRNG_DEV_IF \ --enable LRNG_DEV_IF \
@ -1026,10 +1027,10 @@ for _p in "${pkgname[@]}"; do
}" }"
done done
sha256sums=('8ede745a69351ea0f27fe0c48780d4efa37ff086135e129358ce09694957e8f9' sha256sums=('a13c26388cacccb684cd9f51109596a280c8186b7e95174d31ee7c5718e95c9d'
'8faf8b1a65476e3c92d102df9e5fa12742de4c45d790579369b3002cd26e0b6a' '8faf8b1a65476e3c92d102df9e5fa12742de4c45d790579369b3002cd26e0b6a'
'06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da' '06d408a1dad0a31aff812a81725acd1c5d8cb70b34eb2eb5b695c8d426d895da'
'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e' 'e1d45b5842079a5f0f53d7ea2d66ffa3f1497766f3ccffcf13ed00f1ac67f95e'
'cd50ee7a7eb6dea2350db296f15143904f4a90e4c6c3b8a9a5c1883b399a4caf' 'd4b3e623f735db3b8ae0f99137f9fc51f8e30bff3a0a0bf0cfca35e12148b4df'
'5e4367ae9d8c1856a0aa4bacc8bddb2cbe33d3f4733b1822cea12f5c45009b0d' '5e4367ae9d8c1856a0aa4bacc8bddb2cbe33d3f4733b1822cea12f5c45009b0d'
'3ecc208ccf8e1b879e8c9a14c652d5c478c4b1fb3e6c140dda6394376cf150ed') '3ecc208ccf8e1b879e8c9a14c652d5c478c4b1fb3e6c140dda6394376cf150ed')