Skip to content

Commit c3bd23b

Browse files
committed
6.15.3-1 && 6.12.34-1 && update zfs commit
Signed-off-by: Peter Jung <[email protected]>
1 parent 66aef16 commit c3bd23b

File tree

20 files changed

+84
-84
lines changed

20 files changed

+84
-84
lines changed

linux-cachyos-bmq/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-bmq
22
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.15.2
4-
pkgrel = 2
3+
pkgver = 6.15.3
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,13 +21,13 @@ pkgbase = linux-cachyos-bmq
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.2.tar.xz
24+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.3.tar.xz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/all/0001-cachyos-base-all.patch
2727
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/sched/0001-prjc-cachy.patch
28-
b2sums = c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799
28+
b2sums = a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790
2929
b2sums = 1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5
30-
b2sums = fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638
30+
b2sums = 2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936
3131
b2sums = d1e23deec49d097f9bb84d2b0f0c1ee206e10f9239c2d4b6efcd9ab5c1a557aea887ae557daecb64b3640043fd4fd29bdc9e61156d4fd9bfdda8b64c829674a4
3232

3333
pkgname = linux-cachyos-bmq

linux-cachyos-bmq/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fi
140140

141141
pkgbase="linux-$_pkgsuffix"
142142
_major=6.15
143-
_minor=2
143+
_minor=3
144144
#_minorc=$((_minor+1))
145145
#_rcver=rc8
146146
pkgver=${_major}.${_minor}
@@ -150,7 +150,7 @@ _stable=${_major}.${_minor}
150150
_srcname=linux-${_stable}
151151
#_srcname=linux-${_major}
152152
pkgdesc='Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements'
153-
pkgrel=2
153+
pkgrel=1
154154
_kernver="$pkgver-$pkgrel"
155155
_kernuname="${pkgver}-${_pkgsuffix}"
156156
arch=('x86_64')
@@ -202,7 +202,7 @@ fi
202202
# ZFS support
203203
if [ "$_build_zfs" = "yes" ]; then
204204
makedepends+=(git)
205-
source+=("git+https://github.com/cachyos/zfs.git#commit=782aa343af935fa23b16ea849c63cc023aac3363")
205+
source+=("git+https://github.com/cachyos/zfs.git#commit=725d591cf34aca2a4b1f19f2a733def2c8c8dc41")
206206
fi
207207

208208
# NVIDIA pre-build module support
@@ -705,7 +705,7 @@ for _p in "${pkgname[@]}"; do
705705
}"
706706
done
707707

708-
b2sums=('c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799'
708+
b2sums=('a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790'
709709
'1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5'
710-
'fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638'
710+
'2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936'
711711
'd1e23deec49d097f9bb84d2b0f0c1ee206e10f9239c2d4b6efcd9ab5c1a557aea887ae557daecb64b3640043fd4fd29bdc9e61156d4fd9bfdda8b64c829674a4')

linux-cachyos-bore/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-bore
22
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.15.2
4-
pkgrel = 2
3+
pkgver = 6.15.3
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,13 +21,13 @@ pkgbase = linux-cachyos-bore
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.2.tar.xz
24+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.3.tar.xz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/all/0001-cachyos-base-all.patch
2727
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/sched/0001-bore-cachy.patch
28-
b2sums = c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799
28+
b2sums = a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790
2929
b2sums = 1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5
30-
b2sums = fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638
30+
b2sums = 2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936
3131
b2sums = 162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897
3232

3333
pkgname = linux-cachyos-bore

linux-cachyos-bore/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fi
140140

141141
pkgbase="linux-$_pkgsuffix"
142142
_major=6.15
143-
_minor=2
143+
_minor=3
144144
#_minorc=$((_minor+1))
145145
#_rcver=rc8
146146
pkgver=${_major}.${_minor}
@@ -150,7 +150,7 @@ _stable=${_major}.${_minor}
150150
_srcname=linux-${_stable}
151151
#_srcname=linux-${_major}
152152
pkgdesc='Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements'
153-
pkgrel=2
153+
pkgrel=1
154154
_kernver="$pkgver-$pkgrel"
155155
_kernuname="${pkgver}-${_pkgsuffix}"
156156
arch=('x86_64')
@@ -202,7 +202,7 @@ fi
202202
# ZFS support
203203
if [ "$_build_zfs" = "yes" ]; then
204204
makedepends+=(git)
205-
source+=("git+https://github.com/cachyos/zfs.git#commit=782aa343af935fa23b16ea849c63cc023aac3363")
205+
source+=("git+https://github.com/cachyos/zfs.git#commit=725d591cf34aca2a4b1f19f2a733def2c8c8dc41")
206206
fi
207207

208208
# NVIDIA pre-build module support
@@ -705,7 +705,7 @@ for _p in "${pkgname[@]}"; do
705705
}"
706706
done
707707

708-
b2sums=('c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799'
708+
b2sums=('a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790'
709709
'1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5'
710-
'fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638'
710+
'2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936'
711711
'162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897')

linux-cachyos-deckify/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-deckify
22
pkgdesc = Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements.
3-
pkgver = 6.15.2
4-
pkgrel = 2
3+
pkgver = 6.15.3
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,15 +21,15 @@ pkgbase = linux-cachyos-deckify
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.2.tar.xz
24+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.3.tar.xz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/all/0001-cachyos-base-all.patch
2727
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/misc/0001-acpi-call.patch
2828
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/misc/0001-handheld.patch
2929
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/sched/0001-bore-cachy.patch
30-
b2sums = c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799
30+
b2sums = a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790
3131
b2sums = 37722bbc7a64453841d5f882e72c78b443bf9d3a190a29421edcd48c63b9e7397acfd36a43ccb66fd5ae3d43f8ee6ea05a59e5198d78b051c353fca6b697bc1f
32-
b2sums = fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638
32+
b2sums = 2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936
3333
b2sums = be844475f453f79f5d892c2cc2a6843b32501e2a7c57dd0859ec0cba2262d9fa9a95fff77b6e3718dff449c0f3b428fce03bc35d8332081427feedd461388498
3434
b2sums = 7f6818476aae2932553a82df851ada005724729dbd48030052f7179364a9a31c985b1ef4d86be4dcbfbf3f6f5a432810ab2d1f6a364f7e141981555488715928
3535
b2sums = 162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897

linux-cachyos-deckify/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fi
139139

140140
pkgbase="linux-$_pkgsuffix"
141141
_major=6.15
142-
_minor=2
142+
_minor=3
143143
#_minorc=$((_minor+1))
144144
#_rcver=rc8
145145
pkgver=${_major}.${_minor}
@@ -149,7 +149,7 @@ _stable=${_major}.${_minor}
149149
_srcname=linux-${_stable}
150150
#_srcname=linux-${_major}
151151
pkgdesc='Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements.'
152-
pkgrel=2
152+
pkgrel=1
153153
_kernver="$pkgver-$pkgrel"
154154
_kernuname="${pkgver}-${_pkgsuffix}"
155155
arch=('x86_64')
@@ -203,7 +203,7 @@ fi
203203
# ZFS support
204204
if [ "$_build_zfs" = "yes" ]; then
205205
makedepends+=(git)
206-
source+=("git+https://github.com/cachyos/zfs.git#commit=782aa343af935fa23b16ea849c63cc023aac3363")
206+
source+=("git+https://github.com/cachyos/zfs.git#commit=725d591cf34aca2a4b1f19f2a733def2c8c8dc41")
207207
fi
208208

209209
# NVIDIA pre-build module support
@@ -706,9 +706,9 @@ for _p in "${pkgname[@]}"; do
706706
}"
707707
done
708708

709-
b2sums=('c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799'
709+
b2sums=('a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790'
710710
'37722bbc7a64453841d5f882e72c78b443bf9d3a190a29421edcd48c63b9e7397acfd36a43ccb66fd5ae3d43f8ee6ea05a59e5198d78b051c353fca6b697bc1f'
711-
'fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638'
711+
'2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936'
712712
'be844475f453f79f5d892c2cc2a6843b32501e2a7c57dd0859ec0cba2262d9fa9a95fff77b6e3718dff449c0f3b428fce03bc35d8332081427feedd461388498'
713713
'7f6818476aae2932553a82df851ada005724729dbd48030052f7179364a9a31c985b1ef4d86be4dcbfbf3f6f5a432810ab2d1f6a364f7e141981555488715928'
714714
'162130c38d315b06fdb9f0b08d1df6b63c1cc44ee140df044665ff693ab3cde4f55117eed12253504184ccd379fc7f9142aa91c5334dff1a42dbd009f43d8897')

linux-cachyos-eevdf/.SRCINFO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-eevdf
22
pkgdesc = Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.15.2
4-
pkgrel = 2
3+
pkgver = 6.15.3
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only
@@ -21,12 +21,12 @@ pkgbase = linux-cachyos-eevdf
2121
options = !strip
2222
options = !debug
2323
options = !lto
24-
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.2.tar.xz
24+
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.15.3.tar.xz
2525
source = config
2626
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.15/all/0001-cachyos-base-all.patch
27-
b2sums = c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799
27+
b2sums = a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790
2828
b2sums = 1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5
29-
b2sums = fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638
29+
b2sums = 2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936
3030

3131
pkgname = linux-cachyos-eevdf
3232
pkgdesc = The Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel and modules

linux-cachyos-eevdf/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fi
140140

141141
pkgbase="linux-$_pkgsuffix"
142142
_major=6.15
143-
_minor=2
143+
_minor=3
144144
#_minorc=$((_minor+1))
145145
#_rcver=rc8
146146
pkgver=${_major}.${_minor}
@@ -150,7 +150,7 @@ _stable=${_major}.${_minor}
150150
_srcname=linux-${_stable}
151151
#_srcname=linux-${_major}
152152
pkgdesc='Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements'
153-
pkgrel=2
153+
pkgrel=1
154154
_kernver="$pkgver-$pkgrel"
155155
_kernuname="${pkgver}-${_pkgsuffix}"
156156
arch=('x86_64')
@@ -202,7 +202,7 @@ fi
202202
# ZFS support
203203
if [ "$_build_zfs" = "yes" ]; then
204204
makedepends+=(git)
205-
source+=("git+https://github.com/cachyos/zfs.git#commit=782aa343af935fa23b16ea849c63cc023aac3363")
205+
source+=("git+https://github.com/cachyos/zfs.git#commit=725d591cf34aca2a4b1f19f2a733def2c8c8dc41")
206206
fi
207207

208208
# NVIDIA pre-build module support
@@ -705,6 +705,6 @@ for _p in "${pkgname[@]}"; do
705705
}"
706706
done
707707

708-
b2sums=('c2b23abc39af6d2cf67f5963121f16d4a231869203d3915ed6260d6f39ef0d7dbd5c86abac9cc6f9af5b00f8ad6c754f212bdde1d670e60e3a91866718980799'
708+
b2sums=('a37548adb40b1800f41dd3980d8a2c6d16955548a8c8e02213e2f93b7e57b7320d1ed29749a818635bc8df0c8fe169f9ad3895a64db3a8c9109506682c155790'
709709
'1791c5e3de43e3bba57bb673cfe460bebfd0a283bac59a7729c19508db088bf0207252dbffd85a9d563c8344b22fa3ba60d88e376d346feef14b28f8ca358ea5'
710-
'fb302faa13cfe7b16a3a1b61126bde031d155b2247b10648dea47111f95fc49f4e8d8cd623c699fcf1290028b00348a2e936c5c5a898139277ddccb8a3e45638')
710+
'2456e96608b0db4832b8ca613a869b5aaf6f7dd16cac2e535241dd48ef8818571f1fb7e865cb54d56e664e630c34a00dc3912e99a31c67b3d05d9aa6d735a936')

linux-cachyos-hardened/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = linux-cachyos-hardened
22
pkgdesc = Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements
33
pkgver = 6.14.8
4-
pkgrel = 2
4+
pkgrel = 1
55
url = https://github.com/CachyOS/linux-cachyos
66
arch = x86_64
77
license = GPL-2.0-only

linux-cachyos-hardened/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ _stable=${_major}.${_minor}
156156
_srcname=linux-${_stable}
157157
#_srcname=linux-${_major}
158158
pkgdesc='Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements'
159-
pkgrel=2
159+
pkgrel=1
160160
_kernver="$pkgver-$pkgrel"
161161
_kernuname="${pkgver}-${_pkgsuffix}"
162162
arch=('x86_64')
@@ -206,7 +206,7 @@ fi
206206
# ZFS support
207207
if [ "$_build_zfs" = "yes" ]; then
208208
makedepends+=(git)
209-
source+=("git+https://github.com/cachyos/zfs.git#commit=92f430b00f42964b63aee373fbf6598a20f6c0cc")
209+
source+=("git+https://github.com/cachyos/zfs.git#commit=725d591cf34aca2a4b1f19f2a733def2c8c8dc41")
210210
fi
211211

212212
# NVIDIA pre-build module support

0 commit comments

Comments
 (0)