summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-08-31 14:16:16 -0400
committerChris Severance2023-08-31 14:16:16 -0400
commitbfdc9c437d63ff1ca7f78436f2c6c15e2a5df600 (patch)
tree24995636c544ebe739281a71be7b7445dfb1c593
parent909e2831e8a103777c3392cd714039087d47e47b (diff)
downloadaur-bfdc9c437d63ff1ca7f78436f2c6c15e2a5df600.tar.gz
autu: Update to 5.4.255-1
-rw-r--r--.SRCINFO10
-rw-r--r--0004-Sphinx-7.2.2-8.0-PosixPath.patch12
-rw-r--r--PKGBUILD10
3 files changed, 24 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07eb7e411733..d73833fee476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lts54
pkgdesc = LTS 5.4 Linux
- pkgver = 5.4.254
+ pkgver = 5.4.255
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -19,22 +19,24 @@ pkgbase = linux-lts54
makedepends = graphviz
makedepends = imagemagick
options = !strip
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.254.tar.xz
- source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.254.tar.sign
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.255.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.255.tar.sign
source = config
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
source = 0003-Add-support-for-ZSTD-compressed-kernel.patch
source = sphinx-workaround.patch
+ source = 0004-Sphinx-7.2.2-8.0-PosixPath.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 51608da961b5e34d6a9452a7b302699e109633f769a4253c74b1048abba8d9c7
+ sha256sums = 34d5ed902f47d90f27b9d5d6b8db0d3fa660834111f9452e166d920968a4a061
sha256sums = SKIP
sha256sums = bffa24efd9e84ffd48069947cc5ed52827d280dbd303f50e6286c48c89613b3f
sha256sums = b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491
sha256sums = 4fd74bb2a7101d700fba91806141339d8c9e46a14f8fc1fe276cfb68f1eec0f5
sha256sums = 8b604b7dc447b5f1f6f0b6239d5dd3ec6a5336cba78ac6dcef8f3e59357bd8c0
sha256sums = b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e
+ sha256sums = ab751955fa6c43afd812863dc65ced6fe3ebf80a6746e894576459358ca53f36
pkgname = linux-lts54
pkgdesc = The LTS 5.4 Linux kernel and modules
diff --git a/0004-Sphinx-7.2.2-8.0-PosixPath.patch b/0004-Sphinx-7.2.2-8.0-PosixPath.patch
new file mode 100644
index 000000000000..cacf8ccced24
--- /dev/null
+++ b/0004-Sphinx-7.2.2-8.0-PosixPath.patch
@@ -0,0 +1,12 @@
+diff -ru a/Documentation/sphinx/kfigure.py b/Documentation/sphinx/kfigure.py
+--- a/Documentation/sphinx/kfigure.py 2023-08-16 12:21:03.000000000 -0400
++++ b/Documentation/sphinx/kfigure.py 2023-08-22 10:54:07.629742553 -0400
+@@ -266,7 +266,7 @@
+ if dst_fname:
+ # the builder needs not to copy one more time, so pop it if exists.
+ translator.builder.images.pop(img_node['uri'], None)
+- _name = dst_fname[len(translator.builder.outdir) + 1:]
++ _name = dst_fname[len(str(translator.builder.outdir)) + 1:]
+
+ if isNewer(dst_fname, src_fname):
+ kernellog.verbose(app,
diff --git a/PKGBUILD b/PKGBUILD
index aa13ea3823de..0ed4604fd6c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgbase=linux-lts54
-pkgver=5.4.254
+pkgver=5.4.255
pkgrel=1
pkgdesc='LTS 5.4 Linux'
url="https://www.kernel.org/"
@@ -21,19 +21,21 @@ source=(
0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
0003-Add-support-for-ZSTD-compressed-kernel.patch
sphinx-workaround.patch
+ '0004-Sphinx-7.2.2-8.0-PosixPath.patch'
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
# https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('51608da961b5e34d6a9452a7b302699e109633f769a4253c74b1048abba8d9c7'
+sha256sums=('34d5ed902f47d90f27b9d5d6b8db0d3fa660834111f9452e166d920968a4a061'
'SKIP'
'bffa24efd9e84ffd48069947cc5ed52827d280dbd303f50e6286c48c89613b3f'
'b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491'
'4fd74bb2a7101d700fba91806141339d8c9e46a14f8fc1fe276cfb68f1eec0f5'
'8b604b7dc447b5f1f6f0b6239d5dd3ec6a5336cba78ac6dcef8f3e59357bd8c0'
- 'b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e')
+ 'b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e'
+ 'ab751955fa6c43afd812863dc65ced6fe3ebf80a6746e894576459358ca53f36')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
@@ -67,7 +69,7 @@ prepare() {
build() {
cd $_srcname
make all
- make htmldocs
+ make htmldocs SPHINXOPTS='-T'
}
_package() {