From nobody Sat Jan 11 19:51:03 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YVpzx6048z4rgV2; Sat, 11 Jan 2025 19:51:09 +0000 (UTC) (envelope-from kiwi@oav.net) Received: from z1.oav.net (z1.oav.net [IPv6:2001:67c:25e8:dead::20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YVpzx2Ln7z483j; Sat, 11 Jan 2025 19:51:09 +0000 (UTC) (envelope-from kiwi@oav.net) Authentication-Results: mx1.freebsd.org; none Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id D0747411F42; Sat, 11 Jan 2025 20:51:06 +0100 (CET) Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10032) with ESMTP id uutmEEn4hA6F; Sat, 11 Jan 2025 20:51:04 +0100 (CET) Received: from localhost (ip6-localhost [IPv6:::1]) by z1.oav.net (Postfix) with ESMTP id 42B1895F74; Sat, 11 Jan 2025 20:51:04 +0100 (CET) X-Virus-Scanned: amavis at z1.oav.net Received: from z1.oav.net ([IPv6:::1]) by localhost (z1.oav.net [IPv6:::1]) (amavis, port 10026) with ESMTP id K25TybfxPWOd; Sat, 11 Jan 2025 20:51:04 +0100 (CET) Received: from z1.oav.net (z1.oav.net [193.43.215.20]) by z1.oav.net (Postfix) with ESMTP id DB32EB8CA4; Sat, 11 Jan 2025 20:51:03 +0100 (CET) Date: Sat, 11 Jan 2025 20:51:03 +0100 (CET) From: Xavier Beaudouin To: Larry Rosenman Cc: Xavier Beaudouin , ports-committers , dev-commits-ports-all , dev-commits-ports-main Message-ID: <1313373707.72592.1736625063148.JavaMail.zimbra@oav.net> In-Reply-To: <48e6130a9c0714e86b8419007151e6b4@lerctr.org> References: <202501101504.50AF4st4058206@gitrepo.freebsd.org> <1736036508.72545.1736622781333.JavaMail.zimbra@oav.net> <48e6130a9c0714e86b8419007151e6b4@lerctr.org> Subject: Re: git: 68af7b3d319e - main - security/sudo: Add sssd flavor List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [193.43.215.20] X-Mailer: Zimbra 8.8.15_GA_4652 (ZimbraWebClient - FF134 (Mac)/8.8.15_GA_4652) Thread-Topic: 68af7b3d319e - main - security/sudo: Add sssd flavor Thread-Index: WH7kyASxI3wznvA/yNCsSTflKaH7Kw== X-Rspamd-Queue-Id: 4YVpzx2Ln7z483j X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:34958, ipnet:2001:67c:25e8::/48, country:FR] Hello Larry > I meant it should be > OPTIONS_DEFAULT+=SSSD2 > > note the lack of an s before the += Oh very nice catch ! Will fix that on monday then. Many thanks for catching this one ! Xavier