From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DDFB158095 for ; Tue, 23 Aug 2022 05:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA15E0886; Tue, 23 Aug 2022 05:34:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8A67E0882 for ; Tue, 23 Aug 2022 05:34:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F0E3340E2C for ; Tue, 23 Aug 2022 05:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290985AF for ; Tue, 23 Aug 2022 05:34:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661232858.77ffd89b56ed7492a0a3d6c9e11c433e6b00f8cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scap-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scap-driver/Manifest dev-util/scap-driver/metadata.xml dev-util/scap-driver/scap-driver-0.29.3.ebuild X-VCS-Directories: dev-util/scap-driver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 77ffd89b56ed7492a0a3d6c9e11c433e6b00f8cd X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:34:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 045e44b6-f10f-41df-82fe-1bd621923f62 X-Archives-Hash: fb30042536b7fff7bad13339409c1555 commit: 77ffd89b56ed7492a0a3d6c9e11c433e6b00f8cd Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Wed Jul 20 11:56:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 05:34:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ffd89b dev-util/scap-driver: new package, replacement for sysdig-kmod Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Sam James gentoo.org> dev-util/scap-driver/Manifest | 1 + dev-util/scap-driver/metadata.xml | 15 +++++++ dev-util/scap-driver/scap-driver-0.29.3.ebuild | 54 ++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) diff --git a/dev-util/scap-driver/Manifest b/dev-util/scap-driver/Manifest new file mode 100644 index 000000000000..ea647a605682 --- /dev/null +++ b/dev-util/scap-driver/Manifest @@ -0,0 +1 @@ +DIST falcosecurity-libs-e5c53d648f3c4694385bbe488e7d47eaa36c229a.tar.gz 816972 BLAKE2B b47ae6a7677935500ebdab8aea7f4c49ef50b7175ec097e7213a1f041ac2b5aa642379924927ec12c84271016e9ab9d191c0c1d4ffacd6ade58b7a03c37f9221 SHA512 65e5916e5f9507fd867a5e9ba3b2670a1b73b7672a22479d3019e948a52ad74441d7e2ce1c74ebd0fdbd1ce66808efa49f285bd5180bceae9d4e6730a60787ce diff --git a/dev-util/scap-driver/metadata.xml b/dev-util/scap-driver/metadata.xml new file mode 100644 index 000000000000..e786b1b99988 --- /dev/null +++ b/dev-util/scap-driver/metadata.xml @@ -0,0 +1,15 @@ + + + + + holger@applied-asynchrony.com + Holger Hoffstätte + + + proxy-maint@gentoo.org + Proxy Maintainers + + + falcosecuity/libs + + diff --git a/dev-util/scap-driver/scap-driver-0.29.3.ebuild b/dev-util/scap-driver/scap-driver-0.29.3.ebuild new file mode 100644 index 000000000000..518e80e54462 --- /dev/null +++ b/dev-util/scap-driver/scap-driver-0.29.3.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake linux-mod + +DESCRIPTION="Kernel module for dev-util/sysdig" +HOMEPAGE="https://sysdig.com/" + +# The driver is part of falcosecurity/libs, but for versioning reasons we cannot (yet) +# use semver-released packages; instead we pull in a commit that is used and known +# to work with sysdig, see sysdig/cmake/modules/falcosecurity-libs.cmake for details. +# For now the commit here and the one referenced in sysdig should be in sync. +LIBS_COMMIT="e5c53d648f3c4694385bbe488e7d47eaa36c229a" +SRC_URI="https://github.com/falcosecurity/libs/archive/${LIBS_COMMIT}.tar.gz -> falcosecurity-libs-${LIBS_COMMIT}.tar.gz" +S="${WORKDIR}/libs-${LIBS_COMMIT}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="!