From e85e010683227b9db4fd2bd7e0f69dcbbd43e86d Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 8 Mar 2022 20:20:20 +0100 Subject: [PATCH] 5.16.13-1 (clr 5.16.12-1129) set DEFAULT_HOSTNAME=archlinux --- .SRCINFO | 8 ++++---- PKGBUILD | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c5ba3bb..cf6e14a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgdesc = Clear Linux - pkgver = 5.16.12 + pkgver = 5.16.13 pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 @@ -15,8 +15,8 @@ pkgbase = linux-clear options = !strip source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.sign - source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.16.12.xz - source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.11-1128 + source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.16.13.xz + source = linux-clear::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.16.12-1129 source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz source = 0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.y-xanmod/pci_acso/0001-pci-Enable-overrides-for-missing-ACS-capabilities.patch source = 0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch::https://raw.githubusercontent.com/xanmod/linux-patches/6b08df20f31708099a7fbccf5448958b4836118f/linux-5.16.y-xanmod/userns/0001-sysctl-add-sysctl-to-disallow-unprivileged-CLONE_NEW.patch @@ -24,7 +24,7 @@ pkgbase = linux-clear validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb sha256sums = SKIP - sha256sums = a495f0e33a432485654495918940b25069def9886a391a853a88e576df864e91 + sha256sums = aaa5555a903f794fb753f35427781b608d72ea34993c018ae1289037376037a0 sha256sums = SKIP sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba sha256sums = c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197 diff --git a/PKGBUILD b/PKGBUILD index bc37ff4..8c48e89 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -77,9 +77,9 @@ ### IMPORTANT: Do no edit below this line unless you know what you're doing _major=5.16 -_minor=12 +_minor=13 _srcname=linux-${_major} -_clr=${_major}.11-1128 +_clr=${_major}.12-1129 pkgbase=linux-clear pkgver=${_major}.${_minor} pkgrel=1 @@ -150,7 +150,8 @@ prepare() { echo "Enable extra stuff from arch kernel..." # General setup - scripts/config --enable IKCONFIG \ + scripts/config --set-str DEFAULT_HOSTNAME archlinux \ + --enable IKCONFIG \ --enable IKCONFIG_PROC \ --undefine RT_GROUP_SCHED @@ -402,7 +403,7 @@ done sha256sums=('027d7e8988bb69ac12ee92406c3be1fe13f990b1ca2249e226225cd1573308bb' 'SKIP' - 'a495f0e33a432485654495918940b25069def9886a391a853a88e576df864e91' + 'aaa5555a903f794fb753f35427781b608d72ea34993c018ae1289037376037a0' 'SKIP' 'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba' 'c19a16f7cd760d79016c5108ae5d655d7f785d093edb4a186f69531f65889197'