Package: ntp / 1:4.2.6.p2+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
ntp | 1:4.2.6.p2+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dfsg.patch | (download) |
Makefile.am |
4 0 + 4 - 0 ! |
make the package compile with non dfsg compatible parts removed. |
includes.patch | (download) |
include/ntp_control.h |
4 4 + 0 - 0 ! |
--- |
ntpdate ipv6.patch | (download) |
ntpdate/ntpdate.c |
3 1 + 2 - 0 ! |
--- |
ntpd linux caps runtime.patch | (download) |
ntpd/ntpd.c |
23 23 + 0 - 0 ! |
runtime check for capabilities Bug: http://bugs.ntp.org/1433 Bug-Debian: http://bugs.debian.org/282941 Bug-Debian: http://bugs.debian.org/298059 add runtime check whether the kernel really supports capabilities; do not drop root privileges if not |
ntpd linux caps inheritable.patch | (download) |
ntpd/ntpd.c |
4 2 + 2 - 0 ! |
do not set cap_sys_time as inheritable Bug: http://bugs.ntp.org/1432 Bug-Debian: http://bugs.debian.org/282941 Bug-Debian: http://bugs.debian.org/298059 |
ntpd ni maxhost.patch | (download) |
ntpd/ntp_intres.c |
8 4 + 4 - 0 ! |
--- |
openssl disable check.patch | (download) |
libntp/ssl_init.c |
9 0 + 9 - 0 ! |
--- |
libedit.patch | (download) |
libntp/ntp_lineedit.c |
4 2 + 2 - 0 ! |
--- |
autotools.patch | (download) |
Makefile.in |
43 28 + 15 - 0 ! |
regenerate auto* because we modified some of the auto generated files. |
mod_nano.patch | (download) |
include/ntp_syscall.h |
8 8 + 0 - 0 ! |
--- |
nanokernel status.patch | (download) |
ntpd/ntp_loopfilter.c |
57 28 + 29 - 0 ! |
detect that the kernel has nano support or not. Bug: https://support.ntp.org/bugs/show_bug.cgi?id=888 The code assumed that if STA_NANO is defined the kernel has nano support. But on Linux, only kernel 2.6.26 and later have nano kernel support. If run on an older kernel, ntpd does not behave properly because all values it sends to the kernel are off by a factor 1000. When the nano kernel was designed there was logic added to detect it. But this got removed from the ntpd binary. This adds the code again like it was in 4.2.0. |