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
675
Issues
675
List
Boards
Labels
Service Desk
Milestones
Merge Requests
201
Merge Requests
201
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
f4d6ad62
Commit
f4d6ad62
authored
Oct 30, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new aport: core/linux-grsec-sources
parent
27b1205b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
core/linux-grsec-sources/.gitignore
core/linux-grsec-sources/.gitignore
+1
-0
core/linux-grsec-sources/APKBUILD
core/linux-grsec-sources/APKBUILD
+31
-0
No files found.
core/linux-grsec-sources/.gitignore
0 → 100644
View file @
f4d6ad62
grsecurity*.patch
core/linux-grsec-sources/APKBUILD
0 → 100644
View file @
f4d6ad62
_suff
=
grsec
pkgname
=
linux-
$_suff
-sources
pkgver
=
2.6.26.7
_kernver
=
2.6.26
_grsecver
=
2.1.12-2.6.26.6-200810131006
pkgrel
=
1
makedepends
=
patch
arch
=
i486
license
=
GPL-2
url
=
http://kernel.org
source
=
"ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-
$_kernver
.tar.bz2
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-
$pkgver
.bz2
http://www.grsecurity.net/test/grsecurity-
$_grsecver
.patch
"
build
()
{
cd
$srcdir
/linux-
$_kernver
if
[
"
$_kernver
"
!=
"
$pkgver
"
]
;
then
bunzip2
-c
< ../patch-
$pkgver
.bz2 | patch
-p1
||
return
1
fi
patch
-p1
< ../grsecurity-
$_grsecver
.patch
||
return
1
mkdir
-p
"
$pkgdir
/usr/src"
cd
"
$srcdir
"
mv
"linux-
$_kernver
"
"
$pkgdir
/usr/src/linux-
$pkgver
-
$_suff
"
}
md5sums
=
"5169d01c405bc3f866c59338e217968c linux-2.6.26.tar.bz2
70e7706e289f759925f6474f26c74b89 patch-2.6.26.7.bz2
5398417243c0abbcd8d94f5e52eff4bc grsecurity-2.1.12-2.6.26.6-200810131006.patch"
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