Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
9f050562
Commit
9f050562
authored
May 07, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: actually apply the last xfrm patch
was not applied previously
parent
939d8961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+3
-2
No files found.
main/linux-grsec/APKBUILD
View file @
9f050562
...
...
@@ -4,7 +4,7 @@ _flavor=grsec
pkgname
=
linux-
${
_flavor
}
pkgver
=
2.6.32.12
_kernver
=
2.6.32
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
depends
=
"mkinitfs linux-firmware"
...
...
@@ -46,7 +46,8 @@ prepare() {
fi
# first apply the grsecurity patch and then the rest
for
i
in
"
$srcdir
"
/grsecurity
*
.patch
"
$srcdir
"
/0[0-9]
*
.patch
;
do
for
i
in
"
$srcdir
"
/grsecurity
*
.patch
"
$srcdir
"
/0[0-9]
*
.patch
\
"
$srcdir
"
/xfrm
*
;
do
[
-f
$i
]
||
continue
msg
"Applying
$i
..."
patch
-s
-p1
-N
<
$i
||
return
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment