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
678
Issues
678
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
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
f9f70558
Commit
f9f70558
authored
Dec 30, 2016
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: fix linux-virtgrsec-dev
parent
9582332f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+3
-11
No files found.
main/linux-grsec/APKBUILD
View file @
f9f70558
...
@@ -7,7 +7,7 @@ case $pkgver in
...
@@ -7,7 +7,7 @@ case $pkgver in
*
.
*
.
*
)
_kernver
=
${
pkgver
%.*
}
;;
*
.
*
.
*
)
_kernver
=
${
pkgver
%.*
}
;;
*
.
*
)
_kernver
=
${
pkgver
}
;;
*
.
*
)
_kernver
=
${
pkgver
}
;;
esac
esac
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
depends
=
"mkinitfs"
depends
=
"mkinitfs"
...
@@ -30,7 +30,7 @@ source="http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz
...
@@ -30,7 +30,7 @@ source="http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz
config-virtgrsec.x86
config-virtgrsec.x86
config-virtgrsec.x86_64
config-virtgrsec.x86_64
"
"
subpackages
=
"
$pkgname
-dev
linux-virtgrsec-
dev"
subpackages
=
"
$pkgname
-dev
:_dev linux-virtgrsec-dev:_
dev"
_flavors
=
_flavors
=
for
_i
in
$source
;
do
for
_i
in
$source
;
do
case
$_i
in
case
$_i
in
...
@@ -152,7 +152,7 @@ virtgrsec() {
...
@@ -152,7 +152,7 @@ virtgrsec() {
}
}
_dev
()
{
_dev
()
{
local
_flavor
=
"
$1
"
local
_flavor
=
$(
echo
$subpkgname
|
sed
-E
's/(^linux-|-dev$)//g'
)
local
_abi_release
=
${
pkgver
}
-
${
pkgrel
}
-
$_flavor
local
_abi_release
=
${
pkgver
}
-
${
pkgrel
}
-
$_flavor
# copy the only the parts that we really need for build 3rd party
# copy the only the parts that we really need for build 3rd party
# kernel modules and install those as /usr/src/linux-headers,
# kernel modules and install those as /usr/src/linux-headers,
...
@@ -202,14 +202,6 @@ _dev() {
...
@@ -202,14 +202,6 @@ _dev() {
"
$subpkgdir
"
/lib/modules/
${
_abi_release
}
/build
"
$subpkgdir
"
/lib/modules/
${
_abi_release
}
/build
}
}
dev
()
{
_dev grsec
}
virtgrsec_dev
()
{
_dev virtgrsec
}
md5sums
=
"9a78fa2eb6c68ca5a40ed5af08142599 linux-4.4.tar.xz
md5sums
=
"9a78fa2eb6c68ca5a40ed5af08142599 linux-4.4.tar.xz
62185f1a06241fca5cd94109f3dada4b patch-4.4.39.xz
62185f1a06241fca5cd94109f3dada4b patch-4.4.39.xz
1500a9b416762414c7043aa7974a59df grsecurity-3.1-4.4.39-201604252206-alpine.patch
1500a9b416762414c7043aa7974a59df grsecurity-3.1-4.4.39-201604252206-alpine.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