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 0B754158287 for ; Fri, 16 May 2025 09:17:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E484B343812 for ; Fri, 16 May 2025 09:17:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D0EAF11036D; Fri, 16 May 2025 09:17:55 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id C520911036D for ; Fri, 16 May 2025 09:17:55 +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 7294F34380F for ; Fri, 16 May 2025 09:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094A1DA7 for ; Fri, 16 May 2025 09:17:54 +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: <1747386983.69da9641df58afa611d97f8f4f212987f7c10757.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.21.0.ebuild net-fs/samba/samba-4.21.1.ebuild net-fs/samba/samba-4.21.4.ebuild net-fs/samba/samba-4.21.5.ebuild net-fs/samba/samba-4.22.0.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69da9641df58afa611d97f8f4f212987f7c10757 X-VCS-Branch: master Date: Fri, 16 May 2025 09:17:54 +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: b1d8e81e-95ac-4e6f-aff3-0dca6e873aea X-Archives-Hash: dd0db1136d913a29e82118878400f527 commit: 69da9641df58afa611d97f8f4f212987f7c10757 Author: Sam James gentoo org> AuthorDate: Fri May 16 09:15:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 16 09:16:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69da9641 net-fs/samba: LDAP needs ADS LDAP currently needs ADS. Followup to ff8a7f282c85e8d142e0fd8a5585c6d4c6ffa0ba. Bug: https://bugs.gentoo.org/941578 Signed-off-by: Sam James gentoo.org> net-fs/samba/samba-4.21.0.ebuild | 2 ++ net-fs/samba/samba-4.21.1.ebuild | 2 ++ net-fs/samba/samba-4.21.4.ebuild | 2 ++ net-fs/samba/samba-4.21.5.ebuild | 2 ++ net-fs/samba/samba-4.22.0.ebuild | 2 ++ 5 files changed, 10 insertions(+) diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index b9df5502b341..ec91d78427bc 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota +regedit IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind" IUSE+=" zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.1.ebuild b/net-fs/samba/samba-4.21.1.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.1.ebuild +++ b/net-fs/samba/samba-4.21.1.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.4.ebuild b/net-fs/samba/samba-4.21.4.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.4.ebuild +++ b/net-fs/samba/samba-4.21.4.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.5.ebuild b/net-fs/samba/samba-4.21.5.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.5.ebuild +++ b/net-fs/samba/samba-4.21.5.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.22.0.ebuild b/net-fs/samba/samba-4.22.0.ebuild index 12d56bffa665..ef2ad70e2521 100644 --- a/net-fs/samba/samba-4.22.0.ebuild +++ b/net-fs/samba/samba-4.22.0.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc )