public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bubblewrap/
Date: Mon, 25 May 2020 21:00:47 +0000 (UTC)	[thread overview]
Message-ID: <1590440343.7a459b60c7262fe893f129977fd4055ce95571db.slashbeast@gentoo> (raw)

commit:     7a459b60c7262fe893f129977fd4055ce95571db
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 20:59:03 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon May 25 20:59:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a459b60

sys-apps/bubblewrap: drop old versions (vuln).

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 sys-apps/bubblewrap/Manifest                   |  1 -
 sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild | 45 ------------------------
 sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild | 48 --------------------------
 3 files changed, 94 deletions(-)

diff --git a/sys-apps/bubblewrap/Manifest b/sys-apps/bubblewrap/Manifest
index 3d92b6d655b..7be60f2b870 100644
--- a/sys-apps/bubblewrap/Manifest
+++ b/sys-apps/bubblewrap/Manifest
@@ -1,2 +1 @@
-DIST bubblewrap-0.3.1.tar.xz 209924 BLAKE2B bacc4080106cd9876bf0e1ad866a7397d7d232e61a720b52b5a6b9b0d860e625511ed15ac630aa71003fb9fa145ffa9d08ae2e6ba6d1411fd75e7d9568312717 SHA512 74e36caa56540a956158445f5f38c7ac5f7ff3c733ecaf85893de4607900e1fe4050db86a4435cbe18d722e90c5b39c466c555ea8ea8d4944da6207ef1011d67
 DIST bubblewrap-0.4.1.tar.xz 214496 BLAKE2B bdbff50cc4e28c91d83c814df7f2ee15702962d26a9316bd841b1e63bf5976c4549c88e20869e8cc236a8a0c9a065518f945c356fa7a058f8831f5b1e9d4eb0d SHA512 0ff46dc0fda2d0cffbb36cc52ff43951b30cbd835a42cc56806acbbbd827796bfadbb1cfafc84d6b47a72c031ca44abe1c377acc0cc25fe3b33e854f5f687d35

diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
deleted file mode 100644
index dbd69baa2f6..00000000000
--- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 linux-info
-
-DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution"
-HOMEPAGE="https://github.com/projectatomic/bubblewrap"
-SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-IUSE="selinux +suid"
-
-RDEPEND="
-	sys-libs/libseccomp
-	sys-libs/libcap
-	selinux? ( >=sys-libs/libselinux-2.1.9 )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.3
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	virtual/pkgconfig
-"
-
-# tests require root priviledge
-RESTRICT="test"
-
-pkg_setup() {
-	if [[ ${MERGE_TYPE} != buildonly ]]; then
-		CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
-		linux-info_pkg_setup
-	fi
-}
-
-src_configure() {
-	econf \
-		$(use_enable selinux) \
-		"--enable-man" \
-		"--with-bash-completion-dir=$(get_bashcompdir)" \
-		"--with-priv-mode=$(usex suid setuid none)"
-}

diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
deleted file mode 100644
index e6912bc4ce9..00000000000
--- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 linux-info
-
-DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution"
-HOMEPAGE="https://github.com/projectatomic/bubblewrap"
-SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE="selinux +suid"
-
-RDEPEND="
-	sys-libs/libseccomp
-	sys-libs/libcap
-	selinux? ( >=sys-libs/libselinux-2.1.9 )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.3
-	app-text/docbook-xsl-stylesheets
-	dev-libs/libxslt
-	virtual/pkgconfig
-"
-
-# tests require root priviledge
-RESTRICT="test"
-PATCHES=(
-	"${FILESDIR}/bubblewrap-0.3.1-selinux-configure.patch" # bug 674312
-)
-
-pkg_setup() {
-	if [[ ${MERGE_TYPE} != buildonly ]]; then
-		CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
-		linux-info_pkg_setup
-	fi
-}
-
-src_configure() {
-	econf \
-		$(use_enable selinux) \
-		"--enable-man" \
-		"--with-bash-completion-dir=$(get_bashcompdir)" \
-		"--with-priv-mode=$(usex suid setuid none)"
-}


             reply	other threads:[~2020-05-25 21:00 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25 21:00 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-17  1:00 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bubblewrap/ Sam James
2024-10-09  6:59 Arthur Zamarin
2024-09-29 16:00 Arthur Zamarin
2024-09-29 16:00 Arthur Zamarin
2024-09-29 16:00 Arthur Zamarin
2024-09-29 16:00 Arthur Zamarin
2024-09-29 16:00 Arthur Zamarin
2024-08-17 19:09 Arthur Zamarin
2024-08-11 16:26 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2023-05-17 21:55 Matt Turner
2023-05-03  3:53 Sam James
2023-05-02 19:31 Arthur Zamarin
2023-05-02 18:12 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-05-02 17:35 Sam James
2023-05-02 17:35 Sam James
2023-03-01 22:49 Piotr Karbowski
2023-01-03 14:08 Matt Turner
2022-12-13  0:09 Sam James
2022-12-13  0:09 Sam James
2022-12-13  0:09 Sam James
2022-12-13  0:09 Sam James
2022-12-13  0:09 Sam James
2022-12-13  0:09 Sam James
2022-11-11 22:15 Piotr Karbowski
2022-08-15 19:13 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-08-15 17:43 Arthur Zamarin
2022-07-29  2:59 Sam James
2022-07-21  2:04 Matt Turner
2022-07-21  0:13 Sam James
2022-07-18 17:44 Sam James
2022-07-02 20:24 Piotr Karbowski
2022-05-31 18:24 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:05 Sam James
2022-05-26  3:52 WANG Xuerui
2022-05-12  2:14 Matt Turner
2022-02-27 17:59 Piotr Karbowski
2021-11-06  4:09 Sam James
2021-11-06  3:58 Sam James
2021-10-04  1:25 Sam James
2021-10-04  1:24 Sam James
2021-08-23 20:53 Piotr Karbowski
2021-06-02  2:42 Yixun Lan
2021-05-17  3:19 Sam James
2021-02-17  0:06 Sam James
2021-02-08 17:21 Sam James
2020-07-29 19:56 Mart Raudsepp
2020-05-04  6:16 Mart Raudsepp
2020-05-02 18:44 Agostino Sarubbo
2020-05-02 18:42 Agostino Sarubbo
2020-05-01 21:42 Piotr Karbowski
2020-05-01 21:29 Piotr Karbowski
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2019-05-22 21:20 Aaron Bauman
2019-05-10 17:49 Mikle Kolyada
2019-05-08  9:33 Mikle Kolyada
2019-04-11  1:46 Aaron Bauman
2019-02-17 15:56 Mikle Kolyada
2019-02-16 23:34 Mart Raudsepp
2019-02-16 23:34 Mart Raudsepp
2018-12-29 19:39 Thomas Deutschmann
2018-12-19 22:27 Sergei Trofimovich
2018-12-16 11:40 Sergei Trofimovich
2018-11-16 17:13 Gilles Dartiguelongue
2018-10-15 20:58 Remi Cardona
2018-10-15 17:19 Sobhan Mohammadpour

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=1590440343.7a459b60c7262fe893f129977fd4055ce95571db.slashbeast@gentoo \
    --to=slashbeast@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