Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Mon, 31 Aug 2020 09:57:28
Message-Id: 1598867842.7caad7c0c626f0c9a33cb65535d85fde5535a3cd.jer@gentoo
1 commit: 7caad7c0c626f0c9a33cb65535d85fde5535a3cd
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 09:57:01 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:57:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7caad7c0
7
8 net-misc/chrony: Add USE=samba to support MS-SNTP authentication
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Closes: https://bugs.gentoo.org/736922
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-misc/chrony/chrony-3.5.1-r1.ebuild | 3 ++-
15 net-misc/chrony/chrony-4.0_pre3.ebuild | 3 ++-
16 net-misc/chrony/chrony-9999.ebuild | 3 ++-
17 3 files changed, 6 insertions(+), 3 deletions(-)
18
19 diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild
20 index 26c6015103e..35baea6c5e2 100644
21 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild
22 +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild
23 @@ -20,7 +20,7 @@ LICENSE="GPL-2"
24 SLOT="0"
25 IUSE="
26 +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
27 - +rtc +seccomp +sechash selinux
28 + +rtc samba +seccomp +sechash selinux
29 "
30 REQUIRED_USE="
31 ?? ( libedit readline )
32 @@ -116,6 +116,7 @@ src_configure() {
33 $(usex pps '' --disable-pps)
34 $(usex refclock '' --disable-refclock)
35 $(usex rtc '' --disable-rtc)
36 + $(usex samba --enable-ntp-signd '')
37 $(usex sechash '' --disable-sechash)
38 ${CHRONY_EDITLINE}
39 ${EXTRA_ECONF}
40
41 diff --git a/net-misc/chrony/chrony-4.0_pre3.ebuild b/net-misc/chrony/chrony-4.0_pre3.ebuild
42 index 09009907d05..a63c3f3d33c 100644
43 --- a/net-misc/chrony/chrony-4.0_pre3.ebuild
44 +++ b/net-misc/chrony/chrony-4.0_pre3.ebuild
45 @@ -20,7 +20,7 @@ LICENSE="GPL-2"
46 SLOT="0"
47 IUSE="
48 +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
49 - +rtc +seccomp +sechash selinux
50 + +rtc samba +seccomp +sechash selinux
51 "
52 REQUIRED_USE="
53 ?? ( libedit readline )
54 @@ -116,6 +116,7 @@ src_configure() {
55 $(usex pps '' --disable-pps)
56 $(usex refclock '' --disable-refclock)
57 $(usex rtc '' --disable-rtc)
58 + $(usex samba --enable-ntp-signd '')
59 $(usex sechash '' --disable-sechash)
60 ${CHRONY_EDITLINE}
61 ${EXTRA_ECONF}
62
63 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
64 index 09009907d05..a63c3f3d33c 100644
65 --- a/net-misc/chrony/chrony-9999.ebuild
66 +++ b/net-misc/chrony/chrony-9999.ebuild
67 @@ -20,7 +20,7 @@ LICENSE="GPL-2"
68 SLOT="0"
69 IUSE="
70 +caps +cmdmon html ipv6 libedit +nettle +ntp +phc pps readline +refclock
71 - +rtc +seccomp +sechash selinux
72 + +rtc samba +seccomp +sechash selinux
73 "
74 REQUIRED_USE="
75 ?? ( libedit readline )
76 @@ -116,6 +116,7 @@ src_configure() {
77 $(usex pps '' --disable-pps)
78 $(usex refclock '' --disable-refclock)
79 $(usex rtc '' --disable-rtc)
80 + $(usex samba --enable-ntp-signd '')
81 $(usex sechash '' --disable-sechash)
82 ${CHRONY_EDITLINE}
83 ${EXTRA_ECONF}