Network Time Protocol daemon (version 4)
The Network Time Protocol (NTP) is used to synchronize the time of a
computer client or server to another server or reference time source,
such as a radio, satellite receiver, or modem.
Ntpd is an operating system daemon that sets and maintains the system
time-of-day synchronized with Internet standard time servers.
- Developed at network:time
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Slowroll:Base:2/ntp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MOD_NANO.diff | 0000000479 479 Bytes | |
NTP-FAQ-3.4.tar.bz2 | 0000271146 265 KB | |
README.SUSE | 0000000519 519 Bytes | |
bnc#506908.diff | 0000000391 391 Bytes | |
bnc#574885.diff | 0000000637 637 Bytes | |
conf.logrotate.ntp | 0000000187 187 Bytes | |
conf.ntp-wait.service | 0000000398 398 Bytes | |
conf.ntp.conf | 0000002964 2.89 KB | |
conf.ntp.reg | 0000000310 310 Bytes | |
conf.ntpd.service | 0000000393 393 Bytes | |
conf.start-ntpd | 0000006466 6.31 KB | |
conf.sysconfig.ntp | 0000001936 1.89 KB | |
conf.sysconfig.syslog-ntp | 0000000430 430 Bytes | |
ntp-4.2.6p2-ntpq-speedup-782060.patch | 0000000701 701 Bytes | |
ntp-4.2.6p2-seed_file.patch | 0000000577 577 Bytes | |
ntp-4.2.8p8.tar.gz | 0007205710 6.87 MB | |
ntp-ENOBUFS.patch | 0000000691 691 Bytes | |
ntp-daemonize.patch | 0000001822 1.78 KB | |
ntp-processname.patch | 0000001508 1.47 KB | |
ntp-segfault_on_invalid_device.patch | 0000000452 452 Bytes | |
ntp-sigchld.patch | 0000000267 267 Bytes | |
ntp-sntp-dst.patch | 0000001743 1.7 KB | |
ntp-strcat.patch | 0000000644 644 Bytes | |
ntp.NetworkManager | 0000000368 368 Bytes | |
ntp.changes | 0000069926 68.3 KB | |
ntp.firewall | 0000000343 343 Bytes | |
ntp.spec | 0000011832 11.6 KB | |
ntp.xml | 0000002906 2.84 KB | |
ntptime.8.gz | 0000000662 662 Bytes |
Revision 102 (latest revision is 140)
Dominique Leuenberger (dimstar_suse)
accepted
request 400540
from
Reinhard Max (rmax)
(revision 102)
- Keep the parent process alive until the daemon has finished initialisation, to make sure that the PID file exists when the parent returns (ntp-daemonize.patch). - Update to 4.2.8p8 (bsc#982056): * CVE-2016-4953, bsc#982065: Bad authentication demobilizes ephemeral associations. * CVE-2016-4954, bsc#982066: Processing spoofed server packets. * CVE-2016-4955, bsc#982067: Autokey association reset. * CVE-2016-4956, bsc#982068: Broadcast interleave. * CVE-2016-4957, bsc#982064: CRYPTO_NAK crash. - Change the process name of the forking DNS worker process to avoid the impression that ntpd is started twice. (bsc#979302, ntp-processname.patch). - Don't ignore SIGCHILD because it breaks wait() (boo#981422, ntp-sigchld.patch). - ntp-wait does not accept fractional seconds, so use 1 instead of 0.2 in ntp-wait.service (boo#979981). - Separate the creation of ntp.keys and key #1 in it to avoid problems when upgrading installations that have the file, but no key #1, which is needed e.g. by "rcntp addserver". - Fix the TZ offset output of sntp during DST. (bsc#951559, ntp-sntp-dst.patch) - Add /var/db/ntp-kod (bsc#916617). - Add ntp-ENOBUFS.patch to limit a warning that might happen quite a lot on loaded systems (bsc#956773). - Don't wait for 11 minutes to restart ntpd when it has died (boo#894031). - Update to 4.2.8p7 (bsc#977446): * CVE-2016-1547, bsc#977459:
Comments 0