Accepting request 450635 from home:markkp:branches:network:time
Upgraded to version 3.0, along with clknetsim to match. OBS-URL: https://build.opensuse.org/request/show/450635 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=24
This commit is contained in:
parent
eb111ceeb0
commit
93ec637a44
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fd59e0ef625b4459e3a9c7f221c52f56596582bce31abfae5f7369702edb6e0
|
|
||||||
size 390641
|
|
3
chrony-3.0.tar.gz
Normal file
3
chrony-3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0387b91a20f047856a56d6541a1cf920c91b53b32f74c123bcb70f1a5d2cd6d
|
||||||
|
size 421433
|
@ -1,7 +1,7 @@
|
|||||||
Index: chrony-2.4/clknetsim-a5949fedf7e0f78a756bd29fe93fa1e4f72cdc42/client.c
|
Index: chrony-3.0/clknetsim-6bb6519590ebf43a61f2c11442da525a1950b7df/client.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- chrony-2.4.orig/clknetsim-a5949fedf7e0f78a756bd29fe93fa1e4f72cdc42/client.c
|
--- chrony-3.0/clknetsim-6bb6519590ebf43a61f2c11442da525a1950b7df/client.c
|
||||||
+++ chrony-2.4/clknetsim-a5949fedf7e0f78a756bd29fe93fa1e4f72cdc42/client.c
|
+++ chrony-3.0/clknetsim-6bb6519590ebf43a61f2c11442da525a1950b7df/client.c
|
||||||
@@ -954,6 +954,8 @@ int open(const char *pathname, int flags
|
@@ -954,6 +954,8 @@ int open(const char *pathname, int flags
|
||||||
else if (!strcmp(pathname, "/dev/ptp1"))
|
else if (!strcmp(pathname, "/dev/ptp1"))
|
||||||
return SYSCLK_FD;
|
return SYSCLK_FD;
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 22:36:09 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
- Upgraded to version 3.0:
|
||||||
|
- Enhancements
|
||||||
|
- Add support for software and hardware timestamping on Linux
|
||||||
|
- Add support for client/server and symmetric interleaved modes
|
||||||
|
- Add support for MS-SNTP authentication in Samba
|
||||||
|
- Add support for truncated MACs in NTPv4 packets
|
||||||
|
- Estimate and correct for asymmetric network jitter
|
||||||
|
- Increase default minsamples and polltarget to improve stability with very low jitter
|
||||||
|
- Add maxjitter directive to limit source selection by jitter
|
||||||
|
- Add offset option to server/pool/peer directive
|
||||||
|
- Add maxlockage option to refclock directive
|
||||||
|
- Add -t option to chronyd to exit after specified time
|
||||||
|
- Add partial protection against replay attacks on symmetric mode
|
||||||
|
- Don't reset polling interval when switching sources to online state
|
||||||
|
- Allow rate limiting with very short intervals
|
||||||
|
- Improve maximum server throughput on Linux and NetBSD
|
||||||
|
- Remove dump files after start
|
||||||
|
- Add tab-completion to chronyc with libedit/readline
|
||||||
|
- Add ntpdata command to print details about NTP measurements
|
||||||
|
- Allow all source options to be set in add server/peer command
|
||||||
|
- Indicate truncated addresses/hostnames in chronyc output
|
||||||
|
- Print reference IDs as hexadecimal numbers to avoid confusion with IPv4 addresses
|
||||||
|
- Bug fixes
|
||||||
|
- Fix crash with disabled asynchronous name resolving
|
||||||
|
- Upgraded clknetsim to version 6bb6519.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 16:54:52 UTC 2016 - mpost@suse.com
|
Tue Nov 29 16:54:52 UTC 2016 - mpost@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package chrony
|
# spec file for package chrony
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,10 +24,10 @@
|
|||||||
%bcond_with systemd
|
%bcond_with systemd
|
||||||
%bcond_with syscallfilter
|
%bcond_with syscallfilter
|
||||||
%endif
|
%endif
|
||||||
%global clknetsim_ver a5949fe
|
%global clknetsim_ver 6bb6519
|
||||||
|
|
||||||
Name: chrony
|
Name: chrony
|
||||||
Version: 2.4.1
|
Version: 3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Clock Synchronization Client and Server
|
Summary: System Clock Synchronization Client and Server
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
3
clknetsim-6bb6519.tar.gz
Normal file
3
clknetsim-6bb6519.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41ff25fadcc79bfb0898711662df367c1ec6e3f02aa135c53169837b656875f6
|
||||||
|
size 41044
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad48673521b6503664a48f9dfbd8717d36adcf4dccc3330be202eac4ead6e0bb
|
|
||||||
size 40592
|
|
Loading…
x
Reference in New Issue
Block a user