forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@449146 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
anthraxx
committed
Jun 19, 2022
1 parent
84b47ef
commit 8e16eaf
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
pkgbase=linux-hardened | ||
pkgver=5.18.5.hardened1 | ||
pkgrel=1 | ||
pkgrel=2 | ||
pkgdesc='Security-Hardened Linux' | ||
url='https://github.com/anthraxx/linux-hardened' | ||
arch=(x86_64) | ||
|
@@ -21,6 +21,7 @@ _srctag=${pkgver%.*}-${pkgver##*.} | |
source=( | ||
https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign} | ||
https://github.com/anthraxx/${pkgbase}/releases/download/${_srctag}/${pkgbase}-${_srctag}.patch{,.sig} | ||
ALSA-memalloc-Drop-x86-specific-hack-for-WC-allocations.patch::https://lore.kernel.org/all/[email protected]/raw | ||
config # the main kernel config file | ||
) | ||
validpgpkeys=( | ||
|
@@ -32,6 +33,7 @@ sha256sums=('9c3731d405994f9cd3a1bb72e83140735831b19c7cec18e0d7a8f3046fa034e7' | |
'SKIP' | ||
'9ae27643645ebd14a27ed9990ba0accf0251432394ce584c673fa77bb4dffb78' | ||
'SKIP' | ||
'5e59f0f2fa7afaacbade24804eb5e0d9ed8fdb6015450023a11e5d1ce6e7df3c' | ||
'095dd8157c9597ec8c3d1f7c4b62225404280af33a8f48ae41c80627632203d7') | ||
|
||
export KBUILD_BUILD_HOST=archlinux | ||
|