Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bubblewrap/
Date: Mon, 25 May 2020 21:00:52
Message-Id: 1590440343.7a459b60c7262fe893f129977fd4055ce95571db.slashbeast@gentoo
1 commit: 7a459b60c7262fe893f129977fd4055ce95571db
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 20:59:03 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 20:59:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a459b60
7
8 sys-apps/bubblewrap: drop old versions (vuln).
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 sys-apps/bubblewrap/Manifest | 1 -
13 sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild | 45 ------------------------
14 sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild | 48 --------------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/sys-apps/bubblewrap/Manifest b/sys-apps/bubblewrap/Manifest
18 index 3d92b6d655b..7be60f2b870 100644
19 --- a/sys-apps/bubblewrap/Manifest
20 +++ b/sys-apps/bubblewrap/Manifest
21 @@ -1,2 +1 @@
22 -DIST bubblewrap-0.3.1.tar.xz 209924 BLAKE2B bacc4080106cd9876bf0e1ad866a7397d7d232e61a720b52b5a6b9b0d860e625511ed15ac630aa71003fb9fa145ffa9d08ae2e6ba6d1411fd75e7d9568312717 SHA512 74e36caa56540a956158445f5f38c7ac5f7ff3c733ecaf85893de4607900e1fe4050db86a4435cbe18d722e90c5b39c466c555ea8ea8d4944da6207ef1011d67
23 DIST bubblewrap-0.4.1.tar.xz 214496 BLAKE2B bdbff50cc4e28c91d83c814df7f2ee15702962d26a9316bd841b1e63bf5976c4549c88e20869e8cc236a8a0c9a065518f945c356fa7a058f8831f5b1e9d4eb0d SHA512 0ff46dc0fda2d0cffbb36cc52ff43951b30cbd835a42cc56806acbbbd827796bfadbb1cfafc84d6b47a72c031ca44abe1c377acc0cc25fe3b33e854f5f687d35
24
25 diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
26 deleted file mode 100644
27 index dbd69baa2f6..00000000000
28 --- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit bash-completion-r1 linux-info
37 -
38 -DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution"
39 -HOMEPAGE="https://github.com/projectatomic/bubblewrap"
40 -SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.tar.xz"
41 -
42 -LICENSE="LGPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
45 -IUSE="selinux +suid"
46 -
47 -RDEPEND="
48 - sys-libs/libseccomp
49 - sys-libs/libcap
50 - selinux? ( >=sys-libs/libselinux-2.1.9 )
51 -"
52 -DEPEND="${RDEPEND}
53 - app-text/docbook-xml-dtd:4.3
54 - app-text/docbook-xsl-stylesheets
55 - dev-libs/libxslt
56 - virtual/pkgconfig
57 -"
58 -
59 -# tests require root priviledge
60 -RESTRICT="test"
61 -
62 -pkg_setup() {
63 - if [[ ${MERGE_TYPE} != buildonly ]]; then
64 - CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
65 - linux-info_pkg_setup
66 - fi
67 -}
68 -
69 -src_configure() {
70 - econf \
71 - $(use_enable selinux) \
72 - "--enable-man" \
73 - "--with-bash-completion-dir=$(get_bashcompdir)" \
74 - "--with-priv-mode=$(usex suid setuid none)"
75 -}
76
77 diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
78 deleted file mode 100644
79 index e6912bc4ce9..00000000000
80 --- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
81 +++ /dev/null
82 @@ -1,48 +0,0 @@
83 -# Copyright 1999-2020 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit bash-completion-r1 linux-info
89 -
90 -DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution"
91 -HOMEPAGE="https://github.com/projectatomic/bubblewrap"
92 -SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.tar.xz"
93 -
94 -LICENSE="LGPL-2+"
95 -SLOT="0"
96 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
97 -IUSE="selinux +suid"
98 -
99 -RDEPEND="
100 - sys-libs/libseccomp
101 - sys-libs/libcap
102 - selinux? ( >=sys-libs/libselinux-2.1.9 )
103 -"
104 -DEPEND="${RDEPEND}
105 - app-text/docbook-xml-dtd:4.3
106 - app-text/docbook-xsl-stylesheets
107 - dev-libs/libxslt
108 - virtual/pkgconfig
109 -"
110 -
111 -# tests require root priviledge
112 -RESTRICT="test"
113 -PATCHES=(
114 - "${FILESDIR}/bubblewrap-0.3.1-selinux-configure.patch" # bug 674312
115 -)
116 -
117 -pkg_setup() {
118 - if [[ ${MERGE_TYPE} != buildonly ]]; then
119 - CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
120 - linux-info_pkg_setup
121 - fi
122 -}
123 -
124 -src_configure() {
125 - econf \
126 - $(use_enable selinux) \
127 - "--enable-man" \
128 - "--with-bash-completion-dir=$(get_bashcompdir)" \
129 - "--with-priv-mode=$(usex suid setuid none)"
130 -}