summaryrefslogtreecommitdiffstats
path: root/security-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2017-05-06 09:45:04 +0200
committerTreeve Jelbert2017-05-06 09:45:04 +0200
commit577aa16d6ae8e54a160bfce4f189e5ad9cca8311 (patch)
treefcf9a9b3d3f44c194de5ec9b4b4b9ec098510163 /security-libs
parent1b7d4c2dae4c49299d8828dd345cc62d71750422 (diff)
libseccomp-2.3.2
Diffstat (limited to 'security-libs')
-rwxr-xr-xsecurity-libs/libseccomp/DEPENDS1
-rwxr-xr-xsecurity-libs/libseccomp/DETAILS23
-rw-r--r--security-libs/libseccomp/HISTORY5
-rw-r--r--security-libs/libseccomp/seccomp.gpgbin0 -> 38517 bytes
4 files changed, 29 insertions, 0 deletions
diff --git a/security-libs/libseccomp/DEPENDS b/security-libs/libseccomp/DEPENDS
new file mode 100755
index 0000000000..0a6cd1c2d6
--- /dev/null
+++ b/security-libs/libseccomp/DEPENDS
@@ -0,0 +1 @@
+optional_depends PYTHON '--enable-python' '--disable-python' 'build Python bindings'
diff --git a/security-libs/libseccomp/DETAILS b/security-libs/libseccomp/DETAILS
new file mode 100755
index 0000000000..eda4271f67
--- /dev/null
+++ b/security-libs/libseccomp/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=libseccomp
+ VERSION=2.3.2
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG=seccomp.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://github.com/seccomp/$SPELL
+#https://github.com/seccomp/libseccomp/releases/download/v2.3.2/libseccomp-2.3.2.tar.gz
+ SOURCE_URL[0]=$WEB_SITE/releases/download/v$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ LICENSE[0]=LGPL
+ ENTERED=20170101
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+The libseccomp library provides an easy to use, platform independent, interface
+to the Linux Kernel's syscall filtering mechanism. The libseccomp API is
+designed to abstract away the underlying BPF based syscall filter language and
+present a more conventional function-call based filtering interface that should
+be familiar to, and easily adopted by, application developers.
+EOF
diff --git a/security-libs/libseccomp/HISTORY b/security-libs/libseccomp/HISTORY
new file mode 100644
index 0000000000..6e73654376
--- /dev/null
+++ b/security-libs/libseccomp/HISTORY
@@ -0,0 +1,5 @@
+2017-05-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2.3.2
+ * seccomp.gpg: add E8CA7C8A <paul@paul-moore.com>
+ spell created
+
diff --git a/security-libs/libseccomp/seccomp.gpg b/security-libs/libseccomp/seccomp.gpg
new file mode 100644
index 0000000000..9909e07983
--- /dev/null
+++ b/security-libs/libseccomp/seccomp.gpg
Binary files differ