Skip to content

Commit

Permalink
linux-cachyos-hardened: 6.10.1-1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jul 24, 2024
1 parent d3b85a2 commit 33c9a06
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 63 deletions.
21 changes: 10 additions & 11 deletions linux-cachyos-hardened/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
pkgbase = linux-cachyos-hardened
pkgdesc = Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements
pkgver = 6.9.10
pkgver = 6.10.1
pkgrel = 2
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
license = GPL-2.0-only
makedepends = bc
makedepends = libelf
Expand All @@ -24,18 +23,18 @@ pkgbase = linux-cachyos-hardened
options = !strip
options = !debug
options = !lto
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.10.1.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.9/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.9/sched/0001-bore-cachy.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.9/misc/0001-hardened.patch
b2sums = e08cce7f271cfda05c5ad777d06cbb04b57fdb7992d10d24f9e0193cae185d02881cc089bab14639a058cae12d1f89ac79c7d0be528c077d8b09d385dd3fa616
b2sums = 4c26ddb09b19458846c5072bab862b84e9bb6247641d7e1ffdcc6f468baf79163ae0abd77befb74745d90b4cb08bf6895a09e86c7ff200f5339db82aaf90ba1f
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/sched/0001-bore-cachy.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.10/misc/0001-hardened.patch
b2sums = f3332b2a0e63918ae7583e6cc8009122c7aecbc42e8a3f40c044ed04639731c3bd70165cc0c0927db75fca185721c9b48339df5cd739101a2db45b9b2f10f22c
b2sums = 29c281f402f9f608fa8c2ed1434e83b1a6aff45f6725a5844987a907c781daf306b6a9b5bae8b7fd8a2eb2f249120b567486683fadcd3013fe00802186be62b2
b2sums = b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667
b2sums = 6f1a60ace295554a280c0b0543e9424d4162a6a9bd1d1f10c747fc81dec82ae998fffa224ccd8f0c0a0de5013e8f957af86abffe1795261abd198a66f5f9bf67
b2sums = 60a78fc4bdd91ea13de44c19e1da692185098c274360322784375ff5dafed978c2cf0a6e88dd7f3c558e44cfdfed7883c51c09f94a484beed12f5fc1a4db6fbe
b2sums = aef0ba793b1fa9d39c82bfcd43107343741cf230e8e0ebe7d947a4a7c885100d959af8fc4c01a23c12e9bcf1ecd1d29381e554c556140cd3558409763cb7a9b0
b2sums = f7075dcb694165905daff9beddcceb195dfaacef22d9f5a711258707b5c7716ce46578698b02a34b187ff5bea491bc54acc89971193aba2e9ea6a446955dd022
b2sums = b7e9fe1d9f4e7b2a32df917bfe7b7cd0c21bfb5d0eda8d167214da3817d5e4dac1ba086154ec10a5c62971eed0cdbaad77e4b39e4eb6d2299f886f95112fb3dd
b2sums = 13c6aff0ad825a219f5c13ea1a7d7d830e96ab4cd869c05846209206603ca3c9baef445e0951c8d0757de83b51a3f167f84476b74dc661fba9c64ca7622be262

pkgname = linux-cachyos-hardened
pkgdesc = The Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
18 changes: 9 additions & 9 deletions linux-cachyos-hardened/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ elif [ -n "$_use_llvm_lto" ] || [[ "$_use_lto_suffix" = "n" ]]; then
pkgsuffix=cachyos-${_cpusched}
pkgbase=linux-$pkgsuffix
fi
_major=6.9
_minor=10
_major=6.10
_minor=1
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand All @@ -166,7 +166,7 @@ pkgdesc='Linux BORE scheduler and hardened Kernel by CachyOS with other patches
pkgrel=2
_kernver=$pkgver-$pkgrel
_kernuname="${pkgver}-${pkgsuffix}"
arch=('x86_64' 'x86_64_v3')
arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
Expand Down Expand Up @@ -200,7 +200,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=228ff3867f53d31dab403a3b6b3b555eaf8bdc04")
source+=("git+https://github.com/cachyos/zfs.git#commit=55a3483f28e69bf0514abb8c0a8e3812da282e73")
fi

# NVIDIA pre-build module support
Expand Down Expand Up @@ -762,9 +762,9 @@ for _p in "${pkgname[@]}"; do
}"
done

b2sums=('e08cce7f271cfda05c5ad777d06cbb04b57fdb7992d10d24f9e0193cae185d02881cc089bab14639a058cae12d1f89ac79c7d0be528c077d8b09d385dd3fa616'
'4c26ddb09b19458846c5072bab862b84e9bb6247641d7e1ffdcc6f468baf79163ae0abd77befb74745d90b4cb08bf6895a09e86c7ff200f5339db82aaf90ba1f'
b2sums=('f3332b2a0e63918ae7583e6cc8009122c7aecbc42e8a3f40c044ed04639731c3bd70165cc0c0927db75fca185721c9b48339df5cd739101a2db45b9b2f10f22c'
'29c281f402f9f608fa8c2ed1434e83b1a6aff45f6725a5844987a907c781daf306b6a9b5bae8b7fd8a2eb2f249120b567486683fadcd3013fe00802186be62b2'
'b1e964389424d43c398a76e7cee16a643ac027722b91fe59022afacb19956db5856b2808ca0dd484f6d0dfc170482982678d7a9a00779d98cd62d5105200a667'
'6f1a60ace295554a280c0b0543e9424d4162a6a9bd1d1f10c747fc81dec82ae998fffa224ccd8f0c0a0de5013e8f957af86abffe1795261abd198a66f5f9bf67'
'60a78fc4bdd91ea13de44c19e1da692185098c274360322784375ff5dafed978c2cf0a6e88dd7f3c558e44cfdfed7883c51c09f94a484beed12f5fc1a4db6fbe'
'aef0ba793b1fa9d39c82bfcd43107343741cf230e8e0ebe7d947a4a7c885100d959af8fc4c01a23c12e9bcf1ecd1d29381e554c556140cd3558409763cb7a9b0')
'f7075dcb694165905daff9beddcceb195dfaacef22d9f5a711258707b5c7716ce46578698b02a34b187ff5bea491bc54acc89971193aba2e9ea6a446955dd022'
'b7e9fe1d9f4e7b2a32df917bfe7b7cd0c21bfb5d0eda8d167214da3817d5e4dac1ba086154ec10a5c62971eed0cdbaad77e4b39e4eb6d2299f886f95112fb3dd'
'13c6aff0ad825a219f5c13ea1a7d7d830e96ab4cd869c05846209206603ca3c9baef445e0951c8d0757de83b51a3f167f84476b74dc661fba9c64ca7622be262')
Loading

0 comments on commit 33c9a06

Please sign in to comment.