From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-containers/arachsys-containers/
Date: Mon, 20 May 2024 00:18:49 +0000 (UTC) [thread overview]
Message-ID: <1716143333.99dce31f122a6e6061b313fb46ecc181e97cd7a0.julien@gentoo> (raw)
commit: 99dce31f122a6e6061b313fb46ecc181e97cd7a0
Author: Carlos Eduardo <carana2099 <AT> gmail <DOT> com>
AuthorDate: Sun May 19 18:27:26 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 19 18:28:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99dce31f
app-containers/arachsys-containers: new package, add 1.7
Signed-off-by: Carlos Eduardo <carana2099 <AT> gmail.com>
app-containers/arachsys-containers/Manifest | 1 +
.../arachsys-containers-1.7.ebuild | 28 ++++++++++++++++++++++
app-containers/arachsys-containers/metadata.xml | 23 ++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/app-containers/arachsys-containers/Manifest b/app-containers/arachsys-containers/Manifest
new file mode 100644
index 0000000000..72aa2ef7da
--- /dev/null
+++ b/app-containers/arachsys-containers/Manifest
@@ -0,0 +1 @@
+DIST containers-1.7.tar.gz 13703 BLAKE2B c1ed49e4a7201b8f83daad7c9f54ac0532db98362d9f79fc105ee384c18b0c3f775d806337970205e35b08c0377c39f5538550f94f6578cb023b7c832f37d290 SHA512 864255909eab55f698969e48f7150f5005a65401cbd95988f780f309b50116d4a5e1c4aebc706d73b783c3a36b900dab16d8c54c4b2b8c92d977649a4f15ad93
diff --git a/app-containers/arachsys-containers/arachsys-containers-1.7.ebuild b/app-containers/arachsys-containers/arachsys-containers-1.7.ebuild
new file mode 100644
index 0000000000..b266cf5d17
--- /dev/null
+++ b/app-containers/arachsys-containers/arachsys-containers-1.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN="${PN#arachsys-}"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Simple containers using Linux user namespaces"
+HOMEPAGE="https://arachsys.github.io"
+SRC_URI="https://github.com/arachsys/${MY_PN}/archive/refs/tags/${MY_P}.tar.gz"
+# weird tag names
+S="${WORKDIR}/${MY_PN}-${MY_P}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+suid"
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="$CFLAGS"
+}
+
+src_install() {
+ into /
+ dobin inject contain pseudo
+ dodoc README TIPS
+ use suid && fperms u+s /bin/contain /bin/pseudo
+}
diff --git a/app-containers/arachsys-containers/metadata.xml b/app-containers/arachsys-containers/metadata.xml
new file mode 100644
index 0000000000..1810c580ff
--- /dev/null
+++ b/app-containers/arachsys-containers/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>carana2099@gmail.com</email>
+ <description>Carlos E.</description>
+ </maintainer>
+ <longdescription>
+ This package is a minimalist implementation of containers for Linux, making secure
+ containers as easy to create and use as a traditional chroot. It comprises three
+ utilities, contain, inject and pseudo, which use the kernel support for user
+ namespaces merged in Linux 3.8.
+ </longdescription>
+ <use>
+ <flag name="suid">
+ allow unprivileged users to have multiple UIDs/GIDs in the container (see CVE-2014-8989 for implications)
+ </flag>
+ </use>
+ <upstream>
+ <bugs-to>mailto:chris@arachsys.com</bugs-to>
+ <remote-id type="github">arachsys/containers</remote-id>
+ </upstream>
+</pkgmetadata>
reply other threads:[~2024-05-20 0:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1716143333.99dce31f122a6e6061b313fb46ecc181e97cd7a0.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox