From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79EFD158089 for ; Fri, 29 Sep 2023 05:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1CEF2BC018; Fri, 29 Sep 2023 05:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89AB52BC018 for ; Fri, 29 Sep 2023 05:26:18 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C916F335C78 for ; Fri, 29 Sep 2023 05:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6F41188 for ; Fri, 29 Sep 2023 05:26:16 +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: <1695965131.e04d1a5805ccb0ba2d596e7501e532ec55d3f1ee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.18.4-r1.ebuild net-fs/samba/samba-4.18.4.ebuild net-fs/samba/samba-4.18.5-r1.ebuild net-fs/samba/samba-4.18.5.ebuild net-fs/samba/samba-4.18.6-r1.ebuild net-fs/samba/samba-4.18.6.ebuild net-fs/samba/samba-4.19.0-r1.ebuild net-fs/samba/samba-4.19.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e04d1a5805ccb0ba2d596e7501e532ec55d3f1ee X-VCS-Branch: master Date: Fri, 29 Sep 2023 05:26:16 +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: bda08979-32ce-444d-8c75-0913b74ea698 X-Archives-Hash: 3acdbcf57fc8df402b5f876d097a341a commit: e04d1a5805ccb0ba2d596e7501e532ec55d3f1ee Author: Sam James gentoo org> AuthorDate: Fri Sep 29 05:25:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 29 05:25:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04d1a58 net-fs/samba: adapt to heimdal losing USE=ssl Followup to 96d3545e9ee068bdac68d8f0343ee7c0b27c5d73 (revbump 4.19.0 too to pick it up). Signed-off-by: Sam James gentoo.org> net-fs/samba/{samba-4.18.4.ebuild => samba-4.18.4-r1.ebuild} | 2 +- net-fs/samba/{samba-4.18.5.ebuild => samba-4.18.5-r1.ebuild} | 2 +- net-fs/samba/{samba-4.18.6.ebuild => samba-4.18.6-r1.ebuild} | 2 +- net-fs/samba/{samba-4.19.0.ebuild => samba-4.19.0-r1.ebuild} | 0 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.18.4.ebuild b/net-fs/samba/samba-4.18.4-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.18.4.ebuild rename to net-fs/samba/samba-4.18.4-r1.ebuild index f8eb9860c24f..7be674c8b658 100644 --- a/net-fs/samba/samba-4.18.4.ebuild +++ b/net-fs/samba/samba-4.18.4-r1.ebuild @@ -108,7 +108,7 @@ COMMON_DEPEND=" sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}] ) snapper? ( sys-apps/dbus ) - system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( diff --git a/net-fs/samba/samba-4.18.5.ebuild b/net-fs/samba/samba-4.18.5-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.18.5.ebuild rename to net-fs/samba/samba-4.18.5-r1.ebuild index 503ebe2ff048..cea5c8d53ad5 100644 --- a/net-fs/samba/samba-4.18.5.ebuild +++ b/net-fs/samba/samba-4.18.5-r1.ebuild @@ -108,7 +108,7 @@ COMMON_DEPEND=" sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}] ) snapper? ( sys-apps/dbus ) - system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( diff --git a/net-fs/samba/samba-4.18.6.ebuild b/net-fs/samba/samba-4.18.6-r1.ebuild similarity index 99% rename from net-fs/samba/samba-4.18.6.ebuild rename to net-fs/samba/samba-4.18.6-r1.ebuild index 503ebe2ff048..cea5c8d53ad5 100644 --- a/net-fs/samba/samba-4.18.6.ebuild +++ b/net-fs/samba/samba-4.18.6-r1.ebuild @@ -108,7 +108,7 @@ COMMON_DEPEND=" sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}] ) snapper? ( sys-apps/dbus ) - system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl(-),${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.19[${MULTILIB_USEDEP}] ) systemd? ( sys-apps/systemd:= ) unwind? ( diff --git a/net-fs/samba/samba-4.19.0.ebuild b/net-fs/samba/samba-4.19.0-r1.ebuild similarity index 100% rename from net-fs/samba/samba-4.19.0.ebuild rename to net-fs/samba/samba-4.19.0-r1.ebuild