commit:     7caad7c0c626f0c9a33cb65535d85fde5535a3cd
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 09:57:01 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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}

Reply via email to