Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2015:1459 - Security Advisory
Issued:
2015-07-22
Updated:
2015-07-22

RHSA-2015:1459 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: ntp security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated ntp packages that fix multiple security issues, several bugs, and
add two enhancements are now available for Red Hat Enterprise Linux 6.

Red Hat Product Security has rated this update as having Moderate security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

Description

The Network Time Protocol (NTP) is used to synchronize a computer's time
with another referenced time source.

It was found that because NTP's access control was based on a source IP
address, an attacker could bypass source IP restrictions and send malicious
control and configuration packets by spoofing ::1 addresses.
(CVE-2014-9298)

A denial of service flaw was found in the way NTP hosts that were peering
with each other authenticated themselves before updating their internal
state variables. An attacker could send packets to one peer host, which
could cascade to other peers, and stop the synchronization process among
the reached peers. (CVE-2015-1799)

A flaw was found in the way the ntp-keygen utility generated MD5 symmetric
keys on big-endian systems. An attacker could possibly use this flaw to
guess generated MD5 keys, which could then be used to spoof an NTP client
or server. (CVE-2015-3405)

A stack-based buffer overflow was found in the way the NTP autokey protocol
was implemented. When an NTP client decrypted a secret received from an NTP
server, it could cause that client to crash. (CVE-2014-9297)

It was found that ntpd did not check whether a Message Authentication Code
(MAC) was present in a received packet when ntpd was configured to use
symmetric cryptographic keys. A man-in-the-middle attacker could use this
flaw to send crafted packets that would be accepted by a client or a peer
without the attacker knowing the symmetric key. (CVE-2015-1798)

The CVE-2015-1798 and CVE-2015-1799 issues were discovered by Miroslav
Lichvár of Red Hat.

Bug fixes:

  • The ntpd daemon truncated symmetric keys specified in the key file to 20

bytes. As a consequence, it was impossible to configure NTP authentication
to work with peers that use longer keys. The maximum length of keys has now
been changed to 32 bytes. (BZ#1053551)

  • The ntp-keygen utility used the exponent of 3 when generating RSA keys,

and generating RSA keys failed when FIPS mode was enabled. ntp-keygen has
been modified to use the exponent of 65537, and generating keys in FIPS
mode now works as expected. (BZ#1184421)

  • The ntpd daemon included a root delay when calculating its root

dispersion. Consequently, the NTP server reported larger root dispersion
than it should have and clients could reject the source when its distance
reached the maximum synchronization distance (1.5 seconds by default).
Calculation of root dispersion has been fixed, the root dispersion is now
reported correctly, and clients no longer reject the server due to a large
synchronization distance. (BZ#1045376)

  • The ntpd daemon dropped incoming NTP packets if their source port was

lower than 123 (the NTP port). Clients behind Network Address Translation
(NAT) were unable to synchronize with the server if their source port was
translated to ports below 123. With this update, ntpd no longer checks the
source port number. (BZ#1171630)

Enhancements:

  • This update introduces configurable access of memory segments used for

Shared Memory Driver (SHM) reference clocks. Previously, only the first two
memory segments were created with owner-only access, allowing just two SHM
reference clocks to be used securely on a system. Now, the owner-only
access to SHM is configurable with the "mode" option, and it is therefore
possible to use more SHM reference clocks securely. (BZ#1122015)

  • Support for nanosecond resolution has been added to the SHM reference

clock. Prior to this update, when a Precision Time Protocol (PTP) hardware
clock was used as a time source to synchronize the system clock (for
example, with the timemaster service from the linuxptp package), the
accuracy of the synchronization was limited due to the microsecond
resolution of the SHM protocol. The nanosecond extension in the SHM
protocol now enables sub-microsecond synchronization of the system clock.
(BZ#1117704)

Solution

All ntp users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues and add these
enhancements. After installing the update, the ntpd daemon will
restart automatically.

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 995134 - ntp package doesn't build with net-snmp-devel
  • BZ - 1045376 - Fix root distance and root dispersion calculations.
  • BZ - 1117704 - SHM refclock doesn't support nanosecond resolution
  • BZ - 1122015 - SHM refclock allows only two units with owner-only access
  • BZ - 1165141 - ntp: mreadvar command crash in ntpq
  • BZ - 1166596 - ntpd should warn when monitoring facility can't be disabled due to restrict configuration
  • BZ - 1171630 - NTP drops requests when sourceport is below 123
  • BZ - 1184572 - CVE-2014-9298 ntp: drop packets with source address ::1
  • BZ - 1184573 - CVE-2014-9297 ntp: vallen in extension fields are not validated
  • BZ - 1190619 - ntpd -x steps clock on leap second
  • BZ - 1193849 - logconfig documentation needs update
  • BZ - 1193850 - ntpd does not update dstadr when the routing table changes
  • BZ - 1199430 - CVE-2015-1798 ntp: ntpd accepts unauthenticated packets with symmetric key crypto
  • BZ - 1199435 - CVE-2015-1799 ntp: authentication doesn't protect symmetric associations against DoS attacks
  • BZ - 1210324 - CVE-2015-3405 ntp: ntp-keygen may generate non-random symmetric keys on big-endian systems

CVEs

  • CVE-2014-9297
  • CVE-2014-9298
  • CVE-2014-9750
  • CVE-2014-9751
  • CVE-2015-1798
  • CVE-2015-1799
  • CVE-2015-3405

References

  • https://access.redhat.com/security/updates/classification/#moderate
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1

Red Hat Enterprise Linux Workstation 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1

Red Hat Enterprise Linux Desktop 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
s390x
ntp-4.2.6p5-5.el6.s390x.rpm SHA-256: 10c970f13ced7a8be9fd02de235e35d492426d7a60c3d7f2adcc81d9d3913747
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.s390x.rpm SHA-256: 26bd79bd39349d3334aac9370d0a14b2685e5ce802435f7b505e1c73751acf29
ntpdate-4.2.6p5-5.el6.s390x.rpm SHA-256: 80354d29aaca2c2fdd11951f8e9351f8206de7486d09c782ff8def5c13bc69f6

Red Hat Enterprise Linux for Power, big endian 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
ppc64
ntp-4.2.6p5-5.el6.ppc64.rpm SHA-256: 95acf0fc86950de914871a8c8d26f3452698e877a97383e0160c7594bd5d5a7e
ntp-debuginfo-4.2.6p5-5.el6.ppc64.rpm SHA-256: a6eca7b55d5f7bd04c96a0e82b86de88c420db45fadbc2b3aa676dc832910c52
ntp-debuginfo-4.2.6p5-5.el6.ppc64.rpm SHA-256: a6eca7b55d5f7bd04c96a0e82b86de88c420db45fadbc2b3aa676dc832910c52
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.ppc64.rpm SHA-256: 6bec9cd7bd77f105a8c031c4b3e7d216c8fd0c5b2bded4dc574437dfe18c3170
ntpdate-4.2.6p5-5.el6.ppc64.rpm SHA-256: 4b781dc0c31fd0a173bb07d1c062f3e0562bf03129a55cf1dd25ab0cdc498b92

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1

Red Hat Enterprise Linux Server from RHUI 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
s390x
ntp-4.2.6p5-5.el6.s390x.rpm SHA-256: 10c970f13ced7a8be9fd02de235e35d492426d7a60c3d7f2adcc81d9d3913747
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.s390x.rpm SHA-256: 26bd79bd39349d3334aac9370d0a14b2685e5ce802435f7b505e1c73751acf29
ntpdate-4.2.6p5-5.el6.s390x.rpm SHA-256: 80354d29aaca2c2fdd11951f8e9351f8206de7486d09c782ff8def5c13bc69f6

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
x86_64
ntp-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2fe113c530207e5cbd9ce2c4e1affe7943a15f5615b23769fa77da4c4fcd4e81
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-debuginfo-4.2.6p5-5.el6.x86_64.rpm SHA-256: d57a732d44bf1f5ae1a71ea489f12f35b1d4fccc04b2ccec77675af3ebcc68b5
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.x86_64.rpm SHA-256: 2cb34821dd1f7a29566e341f32c486a41ffbecb535fbd3d10153a301c09221dc
ntpdate-4.2.6p5-5.el6.x86_64.rpm SHA-256: 10009b0eeab10c6ac082a0d65ee27bf6ab6d022f6795e387941bfe3e806a66b1
i386
ntp-4.2.6p5-5.el6.i686.rpm SHA-256: 5a59f477a840c3051c9a1fe90cb586d5daa55b779ebd637771ce08de1a7e492c
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-debuginfo-4.2.6p5-5.el6.i686.rpm SHA-256: 290e9b10c19c8eff28a89487279e889362d7d2fbe445a75d82c233e0590633dd
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.i686.rpm SHA-256: 2c725905f15d970b4423b385a43560594c3aa2374eeb576de4238f9630059128
ntpdate-4.2.6p5-5.el6.i686.rpm SHA-256: 808fe8c30052418d0d1445ce97a73d6732bf1e033a10951b6cea379657fd35f1

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
ntp-4.2.6p5-5.el6.src.rpm SHA-256: 75fc12213545ffb7f77ff4be53ce026f2093a252b5649e2405c00b905be0394e
s390x
ntp-4.2.6p5-5.el6.s390x.rpm SHA-256: 10c970f13ced7a8be9fd02de235e35d492426d7a60c3d7f2adcc81d9d3913747
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-debuginfo-4.2.6p5-5.el6.s390x.rpm SHA-256: 41d91736f877fdeef03db796a315788129d58e5636ed3450aa9406b8ac21a9be
ntp-doc-4.2.6p5-5.el6.noarch.rpm SHA-256: 9d3c61dbd26e3dba0877e9e974e4a8800b7e80a8ae1bf1768886a1f8c01286c9
ntp-perl-4.2.6p5-5.el6.s390x.rpm SHA-256: 26bd79bd39349d3334aac9370d0a14b2685e5ce802435f7b505e1c73751acf29
ntpdate-4.2.6p5-5.el6.s390x.rpm SHA-256: 80354d29aaca2c2fdd11951f8e9351f8206de7486d09c782ff8def5c13bc69f6

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility