Revisions of ntp

Reinhard Max's avatar Reinhard Max (rmax) accepted request 486150 from Aeneas Jaißle's avatar Aeneas Jaißle (aeneas_jaissle) (revision 164)
Fix spelling and default values in conf.sysconfig.ntp.
The shipped defaults differ from what was defined in the sysconfig headers. Modify the headers to display what's actually shipped.
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 163)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 162)
- Move ntp-kod to /var/lib/ntp, because /var/db is not a
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 161)
- Update to 4.2.8p10 (bsc#1030050):
  * Sec 3389 / CVE-2017-6464 / VU#325339: NTP-01-016 NTP:
    Denial of Service via Malformed Config
  * Sec 3388 / CVE-2017-6462 / VU#325339: NTP-01-014 NTP:
    Buffer Overflow in DPTS Clock
  * Sec 3387 / CVE-2017-6463 / VU#325339: NTP-01-012 NTP:
    Authenticated DoS via Malicious Config Option
  * Sec 3386: NTP-01-011 NTP:
    ntpq_stripquotes() returns incorrect Value
  * Sec 3385: NTP-01-010 NTP:
    ereallocarray()/eallocarray() underused
  * Sec 3381: NTP-01-006 NTP: Copious amounts of Unused Code
  * Sec 3380: NTP-01-005 NTP: Off-by-one in Oncore GPS Receiver
  * Sec 3379 / CVE-2017-6458 / VU#325339: NTP-01-004 NTP:
    Potential Overflows in ctl_put() functions
  * Sec 3378 / CVE-2017-6451 / VU#325339: NTP-01-003
    Improper use of snprintf() in mx4200_send()
  * Sec 3377 / CVE-2017-6460 / VU#325339: NTP-01-002
    Buffer Overflow in ntpq when fetching reslist
  * Sec 3376: NTP-01-001 Makefile does not enforce Security Flags
  * Sec 3361 / CVE-2016-9042 / VU#325339: 0rigin (zero origin) DoS.
  * [Bug 3393] clang scan-build findings
  * [Bug 3363] Support for openssl-1.1.0 without compatibility modes
  * [Bug 3356] Bugfix 3072 breaks multicastclient
  * [Bug 3173] forking async worker: interrupted pipe I/O
  * [Bug 3139] (...) time_pps_create: Exec format error
  * [Bug 3107] Incorrect Logic for Peer Event Limiting
  * [Bug 3062] Change the process name of forked DNS worker
  * [Bug 2923] Trap Configuration Fail
  * [Bug 2896] Nothing happens if minsane < maxclock < minclock
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 160)
- Fix a problem with multicast clients.
  (bsc#1018940, ntp-unbreak-multicast.patch)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 159)
  (ntp-move-kod-file.patch)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 158)
  standard directory and causes problems for transactional updates
  (ntp-pathfind.patch)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 157)
- Move ntp-kod to /var/lib/ntp/db, because /var/db is not a
  standard directory and causes problems for transactional updates.
  ntp-pathfind.patch
  warnings (bsc#956365, ntp-pathfind.patch).
Reinhard Max's avatar Reinhard Max (rmax) accepted request 459516 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 156)
- Move ntp-kod to /var/lib/ntp/db (/var/db is no standard directory
  and for rollback and transactional updates)
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 155)
- Remove 50-ntp.list (bsc#1011919).
- Use system-wide libevent instead of local copy.
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 154)
- Simplify ntpd's search for its own executable to prevent AppArmor
  warnings (bsc#956365).
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 153)
- Update to 4.2.8p9:
  * CVE-2016-9311: Trap crash.
  * CVE-2016-9310: Mode 6 unauthenticated trap information
    disclosure and DDoS vector.
  * CVE-2016-7427: Broadcast Mode Replay Prevention DoS.
  * CVE-2016-7428: Broadcast Mode Poll Interval Enforcement DoS.
  * CVE-2016-7431: Regression: 010-origin: Zero Origin Timestamp
    Bypass.
  * CVE-2016-7434: Null pointer dereference in
    _IO_str_init_static_internal().
  * CVE-2016-7429: Interface selection attack.
  * CVE-2016-7426: Client rate limiting and server responses.
  * CVE-2016-7433: Reboot sync calculation problem.
  * Fix a spurious error message (obsoletes ntp-sigchld.patch).
  * Other bugfixes, see /usr/share/doc/packages/ntp/ChangeLog.
- Fix a regression in "trap" (bsc#981252, ntp-trap.patch).
- Reduce the number of netlink groups to listen on for changes to
  the local network setup (bsc#992606, ntp-netlink.patch).
- Fix segfault in "sntp -a" (bnc#1009434, ntp-sntp-a.patch).
- Silence an OpenSSL version warning (bsc#992038,
  ntp-openssl-version.patch).
Reinhard Max's avatar Reinhard Max (rmax) accepted request 433443 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 152)
Depend on pps-tools-devel only for openSUSE > 13.2
Reinhard Max's avatar Reinhard Max (rmax) accepted request 429242 from Josef Möllers's avatar Josef Möllers (jmoellers) (revision 151)
Main process didn't terminated, fixed.
buildservice-autocommit accepted request 423960 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 148)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 421910 from Josef Möllers's avatar Josef Möllers (jmoellers) (revision 147)
- Make the resolver task change user and group IDs to the same
  values as the main task. (bnc#988028, ntp-usrgrp-resolver.patch)
buildservice-autocommit accepted request 400540 from Reinhard Max's avatar Reinhard Max (rmax) (revision 146)
baserev update by copy to link target
Reinhard Max's avatar Reinhard Max (rmax) committed (revision 145)
  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).
- Fix the TZ offset output of sntp during DST.
  (bsc#951559, ntp-sntp-dst.patch)
Displaying revisions 61 - 80 of 224
openSUSE Build Service is sponsored by