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
This commit is contained in:
Martin Pluskal 2016-02-18 22:22:23 +00:00 committed by Git OBS Bridge
parent 8df796624b
commit 3aa0bc9112
7 changed files with 52 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4776fa8e80d698723e9a88eb882170951f6c45860545d84ae9f9d8b9bbd73796
size 340514

View File

@ -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

3
chrony-2.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58bffb523012fb0fa87cc0d94d6e36de9689fe9556519cbd0d1ba254af92ccb2
size 355113

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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