Package: chrony / 3.0-4+deb9u2

Metadata

Package Version Patches format
chrony 3.0-4+deb9u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
allow_getpid_in_seccomp_filter.patch | (download)

sys_linux.c | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 allow getpid in seccomp filter
allow _llseek in seccomp filter.patch | (download)

sys_linux.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 sys_linux: allow _llseek in seccomp filter

This is needed on various 32-bit platforms to reposition read/write file
offset on {raw}measurements and statistics log files.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923137
allow waitpid in seccomp filter.patch | (download)

sys_linux.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sys_linux: allow waitpid in seccomp filter

fix_time_smoothing_in_interleaved_mode.patch | (download)

ntp_core.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix time smoothing in interleaved mode
 When the server's transmit timestamp was updated with a kernel/HW timestamp,
 it didn't include the time smoothing offset. If the offset was larger than
 one second, the update failed and clients using the interleaved mode received
 less accurate timestamps. If the update succeeded, the clients received
 timestamps that were not adjusted for the time smoothing offset, which added
 an error of up to 0.5s/1s to their measured offset/delay.

 Fix the update to include the smoothing offset in the new timestamp.