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
6366c596
Commit
6366c596
authored
Apr 01, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: upgrade to 3.3.0 kernel
parent
df1acc8e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3857 additions
and
9522 deletions
+3857
-9522
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+10
-19
main/linux-grsec/grsecurity-2.9-3.3.0-201204010912.patch
main/linux-grsec/grsecurity-2.9-3.3.0-201204010912.patch
+3496
-9241
main/linux-grsec/kernelconfig.x86
main/linux-grsec/kernelconfig.x86
+174
-130
main/linux-grsec/kernelconfig.x86_64
main/linux-grsec/kernelconfig.x86_64
+177
-132
No files found.
main/linux-grsec/APKBUILD
View file @
6366c596
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
_flavor
=
grsec
_flavor
=
grsec
pkgname
=
linux-
${
_flavor
}
pkgname
=
linux-
${
_flavor
}
pkgver
=
3.
2.12
pkgver
=
3.
3.0
_kernver
=
3.
2
_kernver
=
3.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
...
@@ -12,16 +12,11 @@ makedepends="perl installkernel bash gmp-dev"
...
@@ -12,16 +12,11 @@ makedepends="perl installkernel bash gmp-dev"
options
=
"!strip"
options
=
"!strip"
_config
=
${
config
:-
kernelconfig
.
${
CARCH
}}
_config
=
${
config
:-
kernelconfig
.
${
CARCH
}}
install
=
install
=
source
=
"http://ftp.kernel.org/pub/linux/kernel/v3.0/linux-
$_kernver
.tar.bz2
source
=
"http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-
$_kernver
.tar.xz
http://ftp.kernel.org/pub/linux/kernel/v3.0/patch-
$pkgver
.bz2
grsecurity-2.9-3.3.0-201204010912.patch
grsecurity-2.9-3.2.12-201203191822.patch
0004-arp-flush-arp-cache-on-device-change.patch
0004-arp-flush-arp-cache-on-device-change.patch
x86-centaur-enable-cx8-for-via-eden-too.patch
inetpeer-invalidate-the-inetpeer-tree-along-with-the-routing-cache.patch
route-remove-redirect-genid.patch
kernelconfig.x86
kernelconfig.x86
kernelconfig.x86_64
kernelconfig.x86_64
"
"
...
@@ -34,8 +29,8 @@ _abi_release=${pkgver}-${_flavor}
...
@@ -34,8 +29,8 @@ _abi_release=${pkgver}-${_flavor}
prepare
()
{
prepare
()
{
local
_patch_failed
=
local
_patch_failed
=
cd
"
$srcdir
"
/linux-
$_kernver
cd
"
$srcdir
"
/linux-
$_kernver
if
[
"
$
_kernver
"
!=
"
$pkgver
"
]
;
then
if
[
"
$
{
pkgver
%.0
}
"
!=
"
$pkgver
"
]
;
then
b
unz
ip2
-c
<
"
$srcdir
"
/patch-
$pkgver
.
bz2
| patch
-p1
-N
||
return
1
un
x
z
-c
<
"
$srcdir
"
/patch-
$pkgver
.
xz
| patch
-p1
-N
||
return
1
fi
fi
# first apply patches in specified order
# first apply patches in specified order
...
@@ -140,12 +135,8 @@ dev() {
...
@@ -140,12 +135,8 @@ dev() {
"
$subpkgdir
"
/lib/modules/
${
_abi_release
}
/build
"
$subpkgdir
"
/lib/modules/
${
_abi_release
}
/build
}
}
md5sums
=
"7ceb61f87c097fc17509844b71268935 linux-3.2.tar.bz2
md5sums
=
"7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz
377a6d731cd246aaa0c0f6a432b7aece patch-3.2.12.bz2
4a84e775da56db17d11945991029482c grsecurity-2.9-3.3.0-201204010912.patch
3dc3551af038565f35bf0169942bf0ba grsecurity-2.9-3.2.12-201203191822.patch
776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch
776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch
f3eda7112ef074a4121ec6de943c63ee x86-centaur-enable-cx8-for-via-eden-too.patch
51458d030e02ea7bc134df4f37557cb0 kernelconfig.x86
0e57daa3b43acadd82ae66fa9e3f7da1 inetpeer-invalidate-the-inetpeer-tree-along-with-the-routing-cache.patch
ae652877225cb3e3b8a3705b3a411d71 kernelconfig.x86_64"
06061e5de624849e082c3c8dbe37c908 route-remove-redirect-genid.patch
a7d9961d4118514989499cf2da3c6801 kernelconfig.x86
9120cc34f987b0fa1f74ba5df9f0aa40 kernelconfig.x86_64"
main/linux-grsec/grsecurity-2.9-3.
2.12
-20120
319182
2.patch
→
main/linux-grsec/grsecurity-2.9-3.
3.0
-20120
401091
2.patch
View file @
6366c596
This diff is collapsed.
Click to expand it.
main/linux-grsec/kernelconfig.x86
View file @
6366c596
This diff is collapsed.
Click to expand it.
main/linux-grsec/kernelconfig.x86_64
View file @
6366c596
This diff is collapsed.
Click to expand it.
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