SHA256
1
0
forked from pool/chrony

Accepting request 741213 from home:lemmy04:branches:network:time

- fix chrony-service-helper.patch
- Update to 3.5:
  + Add support for more accurate reading of PHC on Linux 5.0
  + Add support for hardware timestamping on interfaces with read-only timestamping configuration
  + Add support for memory locking and real-time priority on FreeBSD, NetBSD, Solaris
  + Update seccomp filter to work on more architectures
  + Validate refclock driver options
  + Fix bindaddress directive on FreeBSD
  + Fix transposition of hardware RX timestamp on Linux 4.13 and later
  + Fix building on non-glibc systems

OBS-URL: https://build.opensuse.org/request/show/741213
OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=71
This commit is contained in:
Martin Pluskal 2019-10-20 18:01:21 +00:00 committed by Git OBS Bridge
parent 5338b64bf8
commit 1a07c1babb
7 changed files with 39 additions and 13 deletions

View File

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

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAluiX4wACgkQX/BvKboeATukKwCgiOP+vit+FJmLF35yA1Fv+/ZG
2TIAnRKuUmsMZN7lz/95pl1ex+hWMPqd
=/3Fe
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e02795b1260a4ec51e6ace84149036305cc9fc340e65edb9f8452aa611339b5
size 458226

6
chrony-3.5.tar.gz.sig Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iEYEABECAAYFAlzan7cACgkQX/BvKboeATtxzQCffUevHEDrRWPbdK9drojf97s1
9kIAn0onspGVxrj21mhFtd1vNjsSG+8f
=AveM
-----END PGP SIGNATURE-----

View File

@ -1,10 +1,12 @@
--- chrony-3.4/examples/chronyd.service 2018-09-19 16:38:15.000000000 +0200 diff -burNE chrony-3.5_orig/examples/chronyd.service chrony-3.5/examples/chronyd.service
+++ chrony-3.4/examples/chronyd.service 2018-09-19 20:49:29.444128690 +0200 --- chrony-3.5_orig/examples/chronyd.service 2019-10-19 10:20:18.421076350 +0200
+++ chrony-3.5/examples/chronyd.service 2019-10-19 10:23:20.521233091 +0200
@@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
PIDFile=/var/run/chrony/chronyd.pid PIDFile=/run/chrony/chronyd.pid
EnvironmentFile=-/etc/sysconfig/chronyd EnvironmentFile=-/etc/sysconfig/chronyd
ExecStart=/usr/sbin/chronyd $OPTIONS ExecStart=/usr/sbin/chronyd $OPTIONS
+ExecStartPost=/usr/lib/chrony/helper update-daemon +ExecStartPost=/usr/lib/chrony/helper update-daemon
PrivateTmp=yes PrivateTmp=yes
ProtectHome=yes ProtectHome=yes
ProtectSystem=full ProtectSystem=full

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Oct 19 08:27:17 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
- fix chrony-service-helper.patch
-------------------------------------------------------------------
Sat Oct 19 07:22:58 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
- Update to 3.5:
+ Add support for more accurate reading of PHC on Linux 5.0
+ Add support for hardware timestamping on interfaces with read-only timestamping configuration
+ Add support for memory locking and real-time priority on FreeBSD, NetBSD, Solaris
+ Update seccomp filter to work on more architectures
+ Validate refclock driver options
+ Fix bindaddress directive on FreeBSD
+ Fix transposition of hardware RX timestamp on Linux 4.13 and later
+ Fix building on non-glibc systems
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 21 13:35:20 UTC 2019 - Reinhard Max <max@suse.com> Thu Mar 21 13:35:20 UTC 2019 - Reinhard Max <max@suse.com>

View File

@ -23,7 +23,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates %define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif %endif
Name: chrony Name: chrony
Version: 3.4 Version: 3.5
Release: 0 Release: 0
Summary: System Clock Synchronization Client and Server Summary: System Clock Synchronization Client and Server
License: GPL-2.0-only License: GPL-2.0-only
@ -58,6 +58,12 @@ BuildRequires: pps-tools-devel
# removed if the call to make check is ever deleted. # removed if the call to make check is ever deleted.
BuildRequires: timezone BuildRequires: timezone
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
# asciidoctor to create html docs, only available on Leap 15.0 ++
%if 0%{?suse_version} == 1500 && 0%{?is_opensuse} && !0%{?is_backports}
BuildRequires: ruby2.5-rubygem-asciidoctor
%endif
Requires: logrotate Requires: logrotate
Requires(post): %fillup_prereq Requires(post): %fillup_prereq
Requires(pre): %{_sbindir}/groupadd Requires(pre): %{_sbindir}/groupadd