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 5298E138334 for ; Thu, 26 Sep 2019 08:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821FAE0822; Thu, 26 Sep 2019 08:21:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 65F3FE0822 for ; Thu, 26 Sep 2019 08:21:13 +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 1D38434B5CC for ; Thu, 26 Sep 2019 08:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 918B44D3 for ; Thu, 26 Sep 2019 08:21:10 +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: <1569486066.eafdb1971ecba1906f3f9e586623d134f6d064c5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/, net-misc/chrony/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5-r1.ebuild net-misc/chrony/chrony-3.5.ebuild net-misc/chrony/chrony-9999.ebuild net-misc/chrony/files/chrony-3.5-pool-vendor-gentoo.patch X-VCS-Directories: net-misc/chrony/files/ net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: eafdb1971ecba1906f3f9e586623d134f6d064c5 X-VCS-Branch: master Date: Thu, 26 Sep 2019 08:21:10 +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: c7ba011e-83e3-4aff-94bc-368819db0720 X-Archives-Hash: 94e80a458bb644304abc215a89d8fa9b commit: eafdb1971ecba1906f3f9e586623d134f6d064c5 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Sep 26 08:19:13 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Sep 26 08:21:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafdb197 net-misc/chrony: Use Gentoo vendor pool Package-Manager: Portage-2.3.76, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/621702 Signed-off-by: Jeroen Roovers gentoo.org> .../chrony/{chrony-3.5.ebuild => chrony-3.5-r1.ebuild} | 1 + net-misc/chrony/chrony-9999.ebuild | 1 + .../chrony/files/chrony-3.5-pool-vendor-gentoo.patch | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/net-misc/chrony/chrony-3.5.ebuild b/net-misc/chrony/chrony-3.5-r1.ebuild similarity index 98% rename from net-misc/chrony/chrony-3.5.ebuild rename to net-misc/chrony/chrony-3.5-r1.ebuild index c74eea646f9..e280760fd28 100644 --- a/net-misc/chrony/chrony-3.5.ebuild +++ b/net-misc/chrony/chrony-3.5-r1.ebuild @@ -40,6 +40,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( + "${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch "${FILESDIR}"/${PN}-3.5-systemd-gentoo.patch ) diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 53dd5de5b8a..5cac01a6dee 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -38,6 +38,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( + "${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch "${FILESDIR}"/${PN}-3.5-systemd-gentoo.patch ) diff --git a/net-misc/chrony/files/chrony-3.5-pool-vendor-gentoo.patch b/net-misc/chrony/files/chrony-3.5-pool-vendor-gentoo.patch new file mode 100644 index 00000000000..817a4106738 --- /dev/null +++ b/net-misc/chrony/files/chrony-3.5-pool-vendor-gentoo.patch @@ -0,0 +1,16 @@ +- Use the Gentoo pool +- Use the server directive instead of the pool directive so we get four time + sources and not twelve. + +--- a/examples/chrony.conf.example1 ++++ b/examples/chrony.conf.example1 +@@ -1,5 +1,8 @@ + # Use public NTP servers from the pool.ntp.org project. +-pool pool.ntp.org iburst ++server 0.gentoo.pool.ntp.org iburst ++server 1.gentoo.pool.ntp.org iburst ++server 2.gentoo.pool.ntp.org iburst ++server 3.gentoo.pool.ntp.org iburst + + # Record the rate at which the system clock gains/losses time. + driftfile /var/lib/chrony/drift