Skip to content

Commit

Permalink
update linux-hardened.patch
Browse files Browse the repository at this point in the history
* updates linux-hardened.patch for kernel 6.5.7
  • Loading branch information
itoffshore committed Oct 11, 2023
1 parent 7609015 commit ecc7bfa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version [0.6.5] - 20231011
- update linux-hardened.patch

Version [0.6.4] - 20230822
- update linux-hardened.patch
- update linux-zen.patch
Expand Down
40 changes: 35 additions & 5 deletions patches/linux-hardened.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
--- PKGBUILD.orig 2023-08-22 22:09:29.181865679 +0100
+++ PKGBUILD 2023-08-22 23:25:06.036222207 +0100
@@ -46,7 +46,34 @@ export KBUILD_BUILD_USER=$pkgbase
--- PKGBUILD.orig 2023-10-11 20:05:51.197250890 +0100
+++ PKGBUILD 2023-10-11 20:09:40.745963103 +0100
@@ -22,10 +22,10 @@ makedepends=(
xz

# htmldocs
- graphviz
- imagemagick
- python-sphinx
- texlive-latexextra
+# graphviz
+# imagemagick
+# python-sphinx
+# texlive-latexextra
)
options=('!strip')
_srcname=linux-${pkgver%.*}
@@ -57,7 +57,34 @@ export KBUILD_BUILD_USER=$pkgbase
export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})"

prepare() {
Expand Down Expand Up @@ -36,7 +51,22 @@

echo "Setting version..."
echo "-$pkgrel" > localversion.10-pkgrel
@@ -192,6 +219,33 @@ _package-headers() {
@@ -85,11 +112,11 @@ prepare() {
build() {
cd $_srcname

- make htmldocs &
- local pid_docs=$!
+# make htmldocs &
+# local pid_docs=$!

make all
- wait "${pid_docs}"
+# wait "${pid_docs}"
}

_package() {
@@ -211,6 +238,33 @@ _package-headers() {
echo "Adding symlink..."
mkdir -p "$pkgdir/usr/src"
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
Expand Down Expand Up @@ -70,7 +100,7 @@
}

_package-docs() {
@@ -216,7 +270,7 @@ _package-docs() {
@@ -235,7 +289,7 @@ _package-docs() {
pkgname=(
"$pkgbase"
"$pkgbase-headers"
Expand Down

0 comments on commit ecc7bfa

Please sign in to comment.