public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrootuid/
Date: Sun, 20 May 2018 10:25:17 +0000 (UTC)	[thread overview]
Message-ID: <1526811913.01d62f4514143f343e23ab485e8dc2fd8679b506.johu@gentoo> (raw)

commit:     01d62f4514143f343e23ab485e8dc2fd8679b506
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 10:23:22 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 20 10:25:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d62f45

app-admin/chrootuid: Revision bump 1.3-r2

EAPI 7

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-admin/chrootuid/chrootuid-1.3-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/app-admin/chrootuid/chrootuid-1.3-r2.ebuild b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
new file mode 100644
index 00000000000..cdb02fef8c5
--- /dev/null
+++ b/app-admin/chrootuid/chrootuid-1.3-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/}"
+
+DESCRIPTION="Run a network service at low privilege level and restricted file system access"
+HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
+SRC_URI="ftp://ftp.porcupine.org/pub/security/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+	dodoc README chrootuid_license
+	dobin chrootuid
+	doman chrootuid.1
+}


             reply	other threads:[~2018-05-20 10:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-20 10:25 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-20 10:25 [gentoo-commits] repo/gentoo:master commit in: app-admin/chrootuid/ Johannes Huber
2019-03-02 19:52 Sergei Trofimovich
2019-03-02 20:02 Sergei Trofimovich
2019-03-02 20:49 Thomas Deutschmann
2019-03-03 12:08 Mikle Kolyada
2019-03-03 12:08 Mikle Kolyada
2019-03-18  7:50 Patrice Clement
2021-11-14  8:22 Akinori Hattori

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=1526811913.01d62f4514143f343e23ab485e8dc2fd8679b506.johu@gentoo \
    --to=johu@gentoo.org \
    --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