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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08113138359 for ; Mon, 31 Aug 2020 09:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3182EE0A8C; Mon, 31 Aug 2020 09:57:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16E8CE0A8C for ; Mon, 31 Aug 2020 09:57:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2396733BEC2 for ; Mon, 31 Aug 2020 09:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C311E31C for ; Mon, 31 Aug 2020 09:57:24 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1598867842.7caad7c0c626f0c9a33cb65535d85fde5535a3cd.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5.1-r1.ebuild net-misc/chrony/chrony-4.0_pre3.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7caad7c0c626f0c9a33cb65535d85fde5535a3cd X-VCS-Branch: master Date: Mon, 31 Aug 2020 09:57:24 +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: 1d14e77d-16c4-453a-8137-1153b1649cb0 X-Archives-Hash: 6fb1662aa0c51279c3ec97eb46f2024c commit: 7caad7c0c626f0c9a33cb65535d85fde5535a3cd Author: Jeroen Roovers gentoo org> AuthorDate: Mon Aug 31 09:57:01 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Aug 31 09:57:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7caad7c0 net-misc/chrony: Add USE=samba to support MS-SNTP authentication Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://bugs.gentoo.org/736922 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/chrony/chrony-3.5.1-r1.ebuild | 3 ++- net-misc/chrony/chrony-4.0_pre3.ebuild | 3 ++- net-misc/chrony/chrony-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 26c6015103e..35baea6c5e2 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF} diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild index 09009907d05..a63c3f3d33c 100644 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF} diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 09009907d05..a63c3f3d33c 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE=" +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock - +rtc +seccomp +sechash selinux + +rtc samba +seccomp +sechash selinux " REQUIRED_USE=" ?? ( libedit readline ) @@ -116,6 +116,7 @@ src_configure() { $(usex pps '' --disable-pps) $(usex refclock '' --disable-refclock) $(usex rtc '' --disable-rtc) + $(usex samba --enable-ntp-signd '') $(usex sechash '' --disable-sechash) ${CHRONY_EDITLINE} ${EXTRA_ECONF}