From 3aa0bc9112669672dc353fd83c1e4bdcf9cafdfcf972de3ce8df985679bdab1d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 18 Feb 2016 22:22:23 +0000 Subject: [PATCH] Accepting request 360184 from home:darix:branches:network:time - update to 2.3 - refreshed patches to apply cleanly again: chrony-2.2_logrotate.patch chrony-config.patch chrony-service-helper.patch OBS-URL: https://build.opensuse.org/request/show/360184 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=9 --- chrony-2.2.1.tar.gz | 3 --- chrony-2.2_logrotate.patch | 6 +++--- chrony-2.3.tar.gz | 3 +++ chrony-config.patch | 12 ++++++------ chrony-service-helper.patch | 6 +++--- chrony.changes | 36 ++++++++++++++++++++++++++++++++++++ chrony.spec | 2 +- 7 files changed, 52 insertions(+), 16 deletions(-) delete mode 100644 chrony-2.2.1.tar.gz create mode 100644 chrony-2.3.tar.gz diff --git a/chrony-2.2.1.tar.gz b/chrony-2.2.1.tar.gz deleted file mode 100644 index 4670dfb..0000000 --- a/chrony-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4776fa8e80d698723e9a88eb882170951f6c45860545d84ae9f9d8b9bbd73796 -size 340514 diff --git a/chrony-2.2_logrotate.patch b/chrony-2.2_logrotate.patch index 2be9b03..87a36ff 100644 --- a/chrony-2.2_logrotate.patch +++ b/chrony-2.2_logrotate.patch @@ -1,7 +1,7 @@ -Index: chrony-2.2/examples/chrony.logrotate +Index: chrony-2.3/examples/chrony.logrotate =================================================================== ---- chrony-2.2.orig/examples/chrony.logrotate -+++ chrony-2.2/examples/chrony.logrotate +--- chrony-2.3.orig/examples/chrony.logrotate ++++ chrony-2.3/examples/chrony.logrotate @@ -1,4 +1,5 @@ /var/log/chrony/*.log { + su chrony chrony diff --git a/chrony-2.3.tar.gz b/chrony-2.3.tar.gz new file mode 100644 index 0000000..9530d13 --- /dev/null +++ b/chrony-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2 +size 355113 diff --git a/chrony-config.patch b/chrony-config.patch index 804072e..9189c07 100644 --- a/chrony-config.patch +++ b/chrony-config.patch @@ -1,8 +1,8 @@ -Index: chrony-2.2/examples/chrony.conf.example3 +Index: chrony-2.3/examples/chrony.conf.example3 =================================================================== ---- chrony-2.2.orig/examples/chrony.conf.example3 -+++ chrony-2.2/examples/chrony.conf.example3 -@@ -43,12 +43,38 @@ +--- chrony-2.3.orig/examples/chrony.conf.example3 ++++ chrony-2.3/examples/chrony.conf.example3 +@@ -27,12 +27,38 @@ # you can access at http://support.ntp.org/bin/view/Servers/WebHome or # you can use servers from the pool.ntp.org project. @@ -46,7 +46,7 @@ Index: chrony-2.2/examples/chrony.conf.example3 # However, for dial-up use you probably want these instead. The word # 'offline' means that the server is not visible at boot time. Use # chronyc's 'online' command to tell chronyd that these servers have -@@ -93,7 +119,7 @@ +@@ -77,7 +103,7 @@ # immediately so that it doesn't gain or lose any more time. You # generally want this, so it is uncommented. @@ -55,7 +55,7 @@ Index: chrony-2.2/examples/chrony.conf.example3 # If you want to enable NTP authentication with symmetric keys, you will need # to uncomment the following line and edit the file to set up the keys. -@@ -146,8 +172,8 @@ driftfile /var/lib/chrony/drift +@@ -130,8 +156,8 @@ driftfile /var/lib/chrony/drift # produce some graphs of your system's timekeeping performance, or you # need help in debugging a problem. diff --git a/chrony-service-helper.patch b/chrony-service-helper.patch index 8e5875b..bfda129 100644 --- a/chrony-service-helper.patch +++ b/chrony-service-helper.patch @@ -1,7 +1,7 @@ -Index: chrony-2.2/examples/chronyd.service +Index: chrony-2.3/examples/chronyd.service =================================================================== ---- chrony-2.2.orig/examples/chronyd.service -+++ chrony-2.2/examples/chronyd.service +--- chrony-2.3.orig/examples/chronyd.service ++++ chrony-2.3/examples/chronyd.service @@ -8,6 +8,7 @@ Type=forking PIDFile=/var/run/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd diff --git a/chrony.changes b/chrony.changes index 2b40caf..b25d191 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu Feb 18 16:48:46 UTC 2016 - mrueckert@suse.de + +- update to 2.3 + - Enhancements + - Add support for NTP and command response rate limiting + - Add support for dropping root privileges on Mac OS X, + FreeBSD, Solaris + - Add require and trust options for source selection + - Enable logchange by default (1 second threshold) + - Set RTC on Mac OS X with rtcsync directive + - Allow binding to NTP port after dropping root privileges on + NetBSD + - Drop CAP_NET_BIND_SERVICE capability on Linux when NTP port + is disabled + - Resolve names in separate process when seccomp filter is + enabled + - Replace old records in client log when memory limit is + reached + - Don't reveal local time and synchronisation state in client + packets + - Don't keep client sockets open for longer than necessary + - Ignore poll in KoD RATE packets as ntpd doesn't always set it + correctly + - Warn when using keys shorter than 80 bits + - Add keygen command to generate random keys easily + - Add serverstats command to report NTP and command packet + statistics + - Bug fixes + - Fix clock correction after making step on Mac OS X + - Fix building on Solaris +- refreshed patches to apply cleanly again: + chrony-2.2_logrotate.patch + chrony-config.patch + chrony-service-helper.patch + ------------------------------------------------------------------- Fri Jan 29 14:30:43 UTC 2016 - mrueckert@suse.de diff --git a/chrony.spec b/chrony.spec index 3b980f9..d372d6b 100644 --- a/chrony.spec +++ b/chrony.spec @@ -12,7 +12,7 @@ %define vendorzone opensuse. Name: chrony -Version: 2.2.1 +Version: 2.3 Release: 0 License: GPL-2.0+ Summary: System Clock Synchronization Client and Server