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 31E0713835A for ; Mon, 8 Feb 2021 14:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6093CE0907; Mon, 8 Feb 2021 14:54:16 +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 19A72E0907 for ; Mon, 8 Feb 2021 14:54:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DEB3E340D33 for ; Mon, 8 Feb 2021 14:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9474C2 for ; Mon, 8 Feb 2021 14:54:13 +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: <1612796039.0233f5c3801e2efe5a8c6162d1d00740fdf854e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-9999.ebuild net-misc/chrony/metadata.xml X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0233f5c3801e2efe5a8c6162d1d00740fdf854e7 X-VCS-Branch: master Date: Mon, 8 Feb 2021 14:54:13 +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: 011e67f8-592f-4090-8a84-5ca98fc5fdcc X-Archives-Hash: 7eb9eb946024dc543cb062318b55b3f4 commit: 0233f5c3801e2efe5a8c6162d1d00740fdf854e7 Author: Peter Alfredsen icloud com> AuthorDate: Tue Dec 15 11:48:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 8 14:53:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0233f5c3 net-misc/chrony: add debug support Added debug use-flag. Use -dd option to chronyd to get DEBUG_LOG output. Added in 2013(!) commit 4bbc5520b8e340a08795e245784beb42c1254c0b. Signed-off-by: Peter Alfredsen icloud.com> Signed-off-by: Sam James gentoo.org> net-misc/chrony/chrony-9999.ebuild | 3 ++- net-misc/chrony/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 650ad8c1415..b648039d357 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" SLOT="0" -IUSE="+caps +cmdmon html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux" +IUSE="+caps +cmdmon debug html ipv6 libedit +nettle nss +ntp +phc +nts pps +refclock +rtc samba +seccomp +sechash selinux" REQUIRED_USE=" sechash? ( || ( nettle nss ) ) nettle? ( !nss ) @@ -97,6 +97,7 @@ src_configure() { $(use_enable seccomp scfilter) $(usex caps '' --disable-linuxcaps) $(usex cmdmon '' --disable-cmdmon) + $(usex debug '--enable-debug' '') $(usex ipv6 '' --disable-ipv6) $(usex libedit '' --without-editline) $(usex nettle '' --without-nettle) diff --git a/net-misc/chrony/metadata.xml b/net-misc/chrony/metadata.xml index 791c4d1271b..811f8ec399c 100644 --- a/net-misc/chrony/metadata.xml +++ b/net-misc/chrony/metadata.xml @@ -24,6 +24,7 @@ Support for command and monitoring + Get DEBUG_LOG output from chronyd when passing -dd parameter Install HTML documentation Use dev-libs/nettle for hash functions or nts Use dev-libs/nss for hash functions