Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (577aa16d6ae8e54a160bfce4f189e5ad9cca8311)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (577aa16d6ae8e54a160bfce4f189e5ad9cca8311)
  • Date: Sat, 6 May 2017 07:45:12 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
security-libs/libseccomp/DEPENDS | 1 +
security-libs/libseccomp/DETAILS | 23 +++++++++++++++++++++++
security-libs/libseccomp/HISTORY | 5 +++++
security-libs/libseccomp/seccomp.gpg |binary
5 files changed, 32 insertions(+)

New commits:
commit 577aa16d6ae8e54a160bfce4f189e5ad9cca8311
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libseccomp-2.3.2

diff --git a/ChangeLog b/ChangeLog
index eca0b7d..268696e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * security-libs/libseccomp: spell added
+
2017-05-02 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: add AC641EFF Daniel Stone <daniel AT fooishbar.org>

diff --git a/security-libs/libseccomp/DEPENDS
b/security-libs/libseccomp/DEPENDS
new file mode 100755
index 0000000..0a6cd1c
--- /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 0000000..eda4271
--- /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 0000000..6e73654
--- /dev/null
+++ b/security-libs/libseccomp/HISTORY
@@ -0,0 +1,5 @@
+2017-05-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3.2
+ * seccomp.gpg: add E8CA7C8A <paul AT paul-moore.com>
+ spell created
+
diff --git a/security-libs/libseccomp/seccomp.gpg
b/security-libs/libseccomp/seccomp.gpg
new file mode 100644
index 0000000..9909e07
Binary files /dev/null and b/security-libs/libseccomp/seccomp.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (577aa16d6ae8e54a160bfce4f189e5ad9cca8311), Treeve Jelbert, 05/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page