diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-02-01 14:34:01 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-02-01 14:34:01 +0100 |
commit | 060d490d9f2c2b3e7c7ec700973088f9356f90aa (patch) | |
tree | ec05f61c9f6fe99fc8f33897d0f066826384d1ca | |
parent | e6b516000417d92849f653de6b28b42b4689399e (diff) | |
download | linux-kentdobias-060d490d9f2c2b3e7c7ec700973088f9356f90aa.tar.gz linux-kentdobias-060d490d9f2c2b3e7c7ec700973088f9356f90aa.tar.bz2 linux-kentdobias-060d490d9f2c2b3e7c7ec700973088f9356f90aa.zip |
Bumped version to v6.1.9-kd1.
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | config | 3 |
2 files changed, 4 insertions, 5 deletions
@@ -1,10 +1,10 @@ # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> pkgbase=linux-kentdobias -_kver=6.1.8.arch1 +_kver=6.1.9.kd1 _zver=2.1.9 pkgver="${_kver}_${_zver}" -pkgrel=4 +pkgrel=1 pkgdesc='Linux' _srctag=v${_kver%.*}-${_kver##*.} url="https://github.com/archlinux/linux/commits/$_srctag" @@ -31,7 +31,7 @@ validpgpkeys=( ) sha256sums=('SKIP' '6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6' - '93246c82a9c62d8c1097e009523feb362680c6d4b59b2e6da7713a81ebad81d7') + '9b2f55b01287b18e40035c55b5335e3db32082647dedc3d28360409cfe30280f') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.1.8-arch1 Kernel Configuration +# Linux/x86 6.1.9-kd1 Kernel Configuration # CONFIG_CC_VERSION_TEXT="clang version 15.0.7" CONFIG_GCC_VERSION=0 @@ -239,7 +239,6 @@ CONFIG_UTS_NS=y CONFIG_TIME_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y -CONFIG_USER_NS_UNPRIVILEGED=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_CHECKPOINT_RESTORE=y |