commit: 9730b007ba90c8299f12ca47acfd146096a5c2e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 07:44:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 07:44:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9730b007
sys-libs/uid_wrapper: add 1.3.2 See the thread around https://lists.gnu.org/archive/html/bug-bash/2025-07/msg00128.html too. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/uid_wrapper/Manifest | 1 + sys-libs/uid_wrapper/uid_wrapper-1.3.2.ebuild | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/sys-libs/uid_wrapper/Manifest b/sys-libs/uid_wrapper/Manifest index 4b2f1c1e4b22..e4e494869691 100644 --- a/sys-libs/uid_wrapper/Manifest +++ b/sys-libs/uid_wrapper/Manifest @@ -1 +1,2 @@ DIST uid_wrapper-1.3.0.tar.gz 51126 BLAKE2B 9460d50ce7cfa613316bda38678d4918aceb048a5f8bc3d48abd4024fd67b0e6194c543c7f7092041b91b4f72d8bab79858697ee541ccef0486c3aa4cfad2506 SHA512 a66515b701882cf8ac62c6aae719eb07a46b852ecfd5274c7a1f038b066db85fbc0cdf4fff2c79e7b1e45d08622cd90884498f668fe479989e47e79ecd932095 +DIST uid_wrapper-1.3.2.tar.gz 50805 BLAKE2B 68f1abbf78a10355652f77cbcc6183743fa7e9cccfacc5fcd3613ab6129e04409e305463fdb9a57aad2189a230b19e79c0ffddafa3dea595ab55d255d4675412 SHA512 a248494c445b8186e3fc9e3eb8b21149a08dc504871ffaf339d5f61e13f7291973d07d467d81e253d165792dd15f5df69db8a7e1e3424093a5b051f9a562d6fb diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.3.2.ebuild b/sys-libs/uid_wrapper/uid_wrapper-1.3.2.ebuild new file mode 100644 index 000000000000..8a7ceb138e01 --- /dev/null +++ b/sys-libs/uid_wrapper/uid_wrapper-1.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +DESCRIPTION="Wrapper to fake privilege separation" +HOMEPAGE="https://cwrap.org/uid_wrapper.html" +SRC_URI=" + https://www.samba.org/ftp/cwrap/${P}.tar.gz + https://ftp.samba.org/pub/cwrap/${P}.tar.gz +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( dev-util/cmocka )" + +src_configure() { + local mycmakeargs=( + -DUNIT_TESTING=$(usex test) + ) + + cmake-multilib_src_configure +}
