summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2024-01-13 18:51:11 +0100
committerPiotr Gorski2024-01-13 18:51:11 +0100
commit2f1705b50e2c100bc391af94c68b0084aa9e55a0 (patch)
tree697d8be6874ec703c6dff7b1fd5e5781fad324bf
parent0348cfe1c1ceafa22378fae97bb5a82c1b51f143 (diff)
downloadaur-2f1705b50e2c100bc391af94c68b0084aa9e55a0.tar.gz
Sync with Arch Linux
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a2993caff6f..446117b64fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
pkgver = 20240112.r0.g8d04a7e2ee3f
- pkgrel = 1
+ pkgrel = 2
url = http://www.kernel.org/
arch = x86_64
license = GPL2
@@ -16,10 +16,12 @@ pkgbase = linux-next-git
makedepends = python
options = !strip
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/next/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/next/arch-patches-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/next/arch-patches-sep/0002-arch-Kconfig-Default-to-maximum-amount-of-ASLR-bits.patch
source = config
sha512sums = SKIP
- sha512sums = 01f6596fe72983416ce4224e5d38f2ee90cca9e5bfd256a535d97f39f844dfbb49f11e9590788f00b0448f9c9fa52827426d51d6946ae2bf5af8fd645d05b009
+ sha512sums = ced0e91e2e8293fa838589bb3fe3cc53f12a608297713d20a3b32793fdbfb4524d0b37e79e6ad5c9e63bce8e9ba7560f21cae17ae3b386a55c293446ef217846
+ sha512sums = baa07e7b440af857ec32449ef570f50793a96da8e0b4aa6f905b048b9626ac6c10ceb9df97b42a02c550a029906efbc584eeafa30dd6faa22959bdf649ee2639
sha512sums = ed053a5f92fa5e2a4f2843cb5e3dae1a6e17bd09496a6339b4d1fec5a800285cf3db14f6b1f501a922e697a902ff3d1ab9428ffc2e0ca48358bdacb20da06fbf
pkgname = linux-next-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d9b606a41a2..559cc1e925b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _disable_debug=y
pkgbase=linux-next-git
pkgver=20240112.r0.g8d04a7e2ee3f
_srcname=linux-next
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NEXT'
arch=('x86_64')
url="http://www.kernel.org/"
@@ -64,7 +64,8 @@ _lucjanver=next
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_lucjanver}"
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/next/${_srcname}.git"
- "${_lucjanpath}/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
+ "${_lucjanpath}/arch-patches-sep/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch"
+ "${_lucjanpath}/arch-patches-sep/0002-arch-Kconfig-Default-to-maximum-amount-of-ASLR-bits.patch"
# the main kernel config files
'config')
@@ -320,5 +321,6 @@ for _p in "${pkgname[@]}"; do
done
sha512sums=('SKIP'
- '01f6596fe72983416ce4224e5d38f2ee90cca9e5bfd256a535d97f39f844dfbb49f11e9590788f00b0448f9c9fa52827426d51d6946ae2bf5af8fd645d05b009'
+ 'ced0e91e2e8293fa838589bb3fe3cc53f12a608297713d20a3b32793fdbfb4524d0b37e79e6ad5c9e63bce8e9ba7560f21cae17ae3b386a55c293446ef217846'
+ 'baa07e7b440af857ec32449ef570f50793a96da8e0b4aa6f905b048b9626ac6c10ceb9df97b42a02c550a029906efbc584eeafa30dd6faa22959bdf649ee2639'
'ed053a5f92fa5e2a4f2843cb5e3dae1a6e17bd09496a6339b4d1fec5a800285cf3db14f6b1f501a922e697a902ff3d1ab9428ffc2e0ca48358bdacb20da06fbf')