aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-01 21:46:32 +0000
committerxiota2024-03-01 21:46:52 +0000
commit2233610945f29ffd61bbde042ec73b6125b44617 (patch)
treef09d55e807e7661e2f0fc82da3345d2c2c8d3e45
parent4b7844ad7b28db73aaf29ea20a205f6bb8bb8208 (diff)
downloadaur-2233610945f29ffd61bbde042ec73b6125b44617.tar.gz
6.6.19
-rw-r--r--.SRCINFO18
-rw-r--r--1001-6.6.7-add-acs-overrides.patch (renamed from 1001-add-acs-overrides.patch)0
-rw-r--r--1002-6.6.7-i915-vga-arbiter.patch (renamed from 1002-i915-vga-arbiter.patch)0
-rw-r--r--PKGBUILD8
4 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab77bb7ce661..ea58955d21e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-vfio-lts
pkgdesc = LTS Linux
- pkgver = 6.6.17
+ pkgver = 6.6.19
pkgrel = 1
url = https://www.kernel.org
arch = x86_64
@@ -19,17 +19,17 @@ pkgbase = linux-vfio-lts
makedepends = python-sphinx
makedepends = texlive-latexextra
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.17.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.17.tar.sign
- source = config-6.6.17::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
- source = 1001-add-acs-overrides.patch
- source = 1002-i915-vga-arbiter.patch
- source = 0001-6.6.17-disallow-unprivileged-CLONE_NEWUSER.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
- source = 0002-6.6.17-nvidia-skip-simpledrm.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0002-skip-simpledrm-if-nvidia-drm.modeset=1-is.patch
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.19.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.19.tar.sign
+ source = config-6.6.19::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
+ source = 1001-6.6.7-add-acs-overrides.patch
+ source = 1002-6.6.7-i915-vga-arbiter.patch
+ source = 0001-6.6.19-disallow-unprivileged-CLONE_NEWUSER.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = 0002-6.6.19-nvidia-skip-simpledrm.patch::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/0002-skip-simpledrm-if-nvidia-drm.modeset=1-is.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 83BC8889351B5DEBBB68416EB8AC08600F108CDF
- sha256sums = ee7650996ba75aa29fe66f309b413097f249a03e7001f2a41128c7c95205226a
+ sha256sums = b5637e6b72c2b4b12e7db790bc155d141a9c2fe4b25f7b215410107e8747139a
sha256sums = SKIP
sha256sums = SKIP
sha256sums = f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb
diff --git a/1001-add-acs-overrides.patch b/1001-6.6.7-add-acs-overrides.patch
index ece36464a44a..ece36464a44a 100644
--- a/1001-add-acs-overrides.patch
+++ b/1001-6.6.7-add-acs-overrides.patch
diff --git a/1002-i915-vga-arbiter.patch b/1002-6.6.7-i915-vga-arbiter.patch
index 6307d0521302..6307d0521302 100644
--- a/1002-i915-vga-arbiter.patch
+++ b/1002-6.6.7-i915-vga-arbiter.patch
diff --git a/PKGBUILD b/PKGBUILD
index 180a26cbc2e7..43b22fce686d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
_gitname="linux"
_pkgname="$_gitname${_pkgtype:-}"
pkgbase="$_pkgname"
-pkgver=6.6.17
+pkgver=6.6.19
pkgrel=1
pkgdesc='LTS Linux'
url='https://www.kernel.org'
@@ -50,7 +50,7 @@ source+=(
"config-$pkgver"::https://gitlab.archlinux.org/archlinux/packaging/packages/linux-lts/-/raw/main/config
)
sha256sums+=(
- 'ee7650996ba75aa29fe66f309b413097f249a03e7001f2a41128c7c95205226a'
+ 'b5637e6b72c2b4b12e7db790bc155d141a9c2fe4b25f7b215410107e8747139a'
'SKIP'
'SKIP'
)
@@ -62,8 +62,8 @@ validpgpkeys=(
if [[ ${_build_vfio::1} == "t" ]] ; then
source+=(
- 1001-add-acs-overrides.patch # updated from httpss://lkml.org/lkml/2013/5/30/513
- 1002-i915-vga-arbiter.patch # updated from https://lkml.org/lkml/2014/5/9/517
+ 1001-6.6.7-add-acs-overrides.patch # updated from https://lkml.org/lkml/2013/5/30/513
+ 1002-6.6.7-i915-vga-arbiter.patch # updated from https://lkml.org/lkml/2014/5/9/517
)
sha256sums+=(
'f342986bd27980c96c952b0dd8103d3e21a942d87f18df1308fab370e20010fb'