Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
65f9d55c
Commit
65f9d55c
authored
4 years ago
by
Nathan Owens
Browse files
Options
Downloads
Patches
Plain Diff
user/libseccomp: Add
parent
60c5b0f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!517
user/libseccomp: Add
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/libseccomp/APKBUILD
+46
-0
46 additions, 0 deletions
user/libseccomp/APKBUILD
user/libseccomp/remove-redefinition-prctl.patch
+10
-0
10 additions, 0 deletions
user/libseccomp/remove-redefinition-prctl.patch
with
56 additions
and
0 deletions
user/libseccomp/APKBUILD
0 → 100644
+
46
−
0
View file @
65f9d55c
# Maintainer: Nathan <ndowens@artixlinux.org>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Dan Williams <dan@ma.ssive.co>
pkgname
=
libseccomp
pkgver
=
2.5.0
pkgrel
=
0
pkgdesc
=
"An interface to the Linux Kernel's syscall filtering mechanism"
url
=
"https://github.com/seccomp/libseccomp"
arch
=
"all"
license
=
"LGPL-2.1+"
depends
=
""
makedepends
=
"linux-headers gperf"
checkdepends
=
"bash cmd:which"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/seccomp/libseccomp/releases/download/v
$pkgver
/libseccomp-
$pkgver
.tar.gz
remove-redefinition-prctl.patch
"
# secfixes:
# 2.4.0-r0:
# - CVE-2019-9893
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--enable-static
\
--localstatedir
=
/var
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"00ef5aeb4db8dafb546ae680b2d6d9b6aeed008df805d0f28f9dd15c074ff6ea7a5e5131ab503825b8011c59aa23046baedd5849ca040aa73352f43ab2d602ae libseccomp-2.5.0.tar.gz
f2c31dcafdc9a1ad78e32e76b75e1c1603071eaa3f979e1f2483b879a34ad07e0a4ef3642196a695415cdf81e1ed2bf325175872fb4e203ef9d0e668c287493f remove-redefinition-prctl.patch"
This diff is collapsed.
Click to expand it.
user/libseccomp/remove-redefinition-prctl.patch
0 → 100644
+
10
−
0
View file @
65f9d55c
--- ./src/system.c.orig
+++ ./src/system.c
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <errno.h>
-#include <sys/prctl.h>
#include <seccomp.h>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment