From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3517D15808A for ; Fri, 25 Jul 2025 07:54:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1C415341EF5 for ; Fri, 25 Jul 2025 07:54:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3AA6811055F; Fri, 25 Jul 2025 07:54:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2E13F11055F for ; Fri, 25 Jul 2025 07:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4481340FF6 for ; Fri, 25 Jul 2025 07:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BF1E118C for ; Fri, 25 Jul 2025 07:54:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1753429499.9730b007ba90c8299f12ca47acfd146096a5c2e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uid_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/uid_wrapper/Manifest sys-libs/uid_wrapper/uid_wrapper-1.3.2.ebuild X-VCS-Directories: sys-libs/uid_wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9730b007ba90c8299f12ca47acfd146096a5c2e8 X-VCS-Branch: master Date: Fri, 25 Jul 2025 07:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1954ea2-423b-4f16-8cd9-fd6580699264 X-Archives-Hash: 3b3ddebada00928e7bc633e3e2da566a commit: 9730b007ba90c8299f12ca47acfd146096a5c2e8 Author: Sam James gentoo org> AuthorDate: Fri Jul 25 07:44:59 2025 +0000 Commit: Sam James gentoo 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 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 +}