Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f9c3bfa8dd942344bd3e9c156604c52ef64c4cd6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f9c3bfa8dd942344bd3e9c156604c52ef64c4cd6)
  • Date: Mon, 14 Jul 2025 01:35:14 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

dev/null |binary
security-libs/libseccomp/DETAILS | 16 ++++++----------
security-libs/libseccomp/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 10 deletions(-)

New commits:
commit f9c3bfa8dd942344bd3e9c156604c52ef64c4cd6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

security-libs/libseccomp: version 2.6.0

diff --git a/security-libs/libseccomp/DETAILS
b/security-libs/libseccomp/DETAILS
index b056494..6e6d9e1 100755
--- a/security-libs/libseccomp/DETAILS
+++ b/security-libs/libseccomp/DETAILS
@@ -1,19 +1,15 @@
SPELL=libseccomp
- VERSION=2.5.1
- SOURCE_HASH=sha512:
+ VERSION=2.6.0
+
SOURCE_HASH="sha256:83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc:UPSTREAM_HASH"
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
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
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
+# Watch: https://github.com/seccomp/libseccomp/tags
LICENSE[0]=LGPL
ENTERED=20170101
- KEYWORDS=""
- SHORT=""
+ KEYWORDS="linux seccomp library"
+ SHORT="Secure Compitation Library"
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
diff --git a/security-libs/libseccomp/HISTORY
b/security-libs/libseccomp/HISTORY
index a8fd784..ddac1ce 100644
--- a/security-libs/libseccomp/HISTORY
+++ b/security-libs/libseccomp/HISTORY
@@ -1,3 +1,8 @@
+2025-07-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.6.0, switched to UPSTREAM_HASH,, added Watch
url, filled
+ out short desctiption and keywords, quoting++
+ * seccomp.gpg: removed
+
2020-11-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.1
* seccomp.gpg: add Tom Hromatka <tom.hromatka AT oracle.com>
diff --git a/security-libs/libseccomp/seccomp.gpg
b/security-libs/libseccomp/seccomp.gpg
deleted file mode 100644
index 6befd74..0000000
Binary files a/security-libs/libseccomp/seccomp.gpg and /dev/null differ


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f9c3bfa8dd942344bd3e9c156604c52ef64c4cd6), Pavel Vinogradov, 07/13/2025

Archive powered by MHonArc 2.6.24.

Top of Page