Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
676
Issues
676
List
Boards
Labels
Service Desk
Milestones
Merge Requests
205
Merge Requests
205
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
1d865cd7
Commit
1d865cd7
authored
Feb 16, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/linux-grsec: upgrade to 2.6.28.5
enable SMP and large devices
parent
e0bb2631
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
544 additions
and
292 deletions
+544
-292
core/linux-grsec/APKBUILD
core/linux-grsec/APKBUILD
+12
-5
core/linux-grsec/kernelconfig
core/linux-grsec/kernelconfig
+532
-287
No files found.
core/linux-grsec/APKBUILD
View file @
1d865cd7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
linux-grsec
pkgname
=
linux-grsec
pkgver
=
2.6.2
6.8
pkgver
=
2.6.2
8.5
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
arch
=
i486
arch
=
i486
makedepends
=
"
$pkgname
-sources perl"
makedepends
=
"
$pkgname
-sources perl"
source
=
"kernelconfig"
source
=
"kernelconfig"
subpackages
=
"
$pkgname
-mod"
subpackages
=
"
$pkgname
-mod
$pkgname
-dev
"
license
=
GPL-2
license
=
GPL-2
build
()
{
build
()
{
...
@@ -21,7 +21,14 @@ build() {
...
@@ -21,7 +21,14 @@ build() {
make modules_install
install
\
make modules_install
install
\
INSTALL_MOD_PATH
=
$pkgdir
\
INSTALL_MOD_PATH
=
$pkgdir
\
INSTALL_PATH
=
$pkgdir
/boot
INSTALL_PATH
=
$pkgdir
/boot
mv
"
$pkgdir
"
/boot/vmlinuz
"
$pkgdir
"
/boot/
${
pkgname
#linux-
}
cd
"
$pkgdir
"
/boot
mv
vmlinuz
${
pkgname
#linux-
}
mv
System.map System-
${
pkgname
#linux-
}
.map
}
}
md5sums
=
"7bff4dd7b5f8ef83e6a3c2e2e5d5fbec kernelconfig"
dev
()
{
install
-Dm644
"
$srcdir
/kernelconfig"
\
"
$subpkgdir
"
/usr/share/
$pkgname
/config
}
md5sums
=
"ce38feed44b24776e7befb92eedbe959 kernelconfig"
core/linux-grsec/kernelconfig
View file @
1d865cd7
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