Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2011:0541 - Bug Fix Advisory
Issued:
2011-05-19
Updated:
2011-05-19

RHBA-2011:0541 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

bind bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated bind packages that fix several bugs and add various enhancements are now
available for Red Hat Enterprise Linux 6.

Description

The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name
System (DNS) protocols. BIND includes a DNS server (named), a resolver library
(routines applications use when interfacing with DNS), and tools for verifying
that the DNS server is operating correctly.

This update fixes the following bugs:

  • previously, bind on the 64-bit PowerPC architecture used emulated atomic

operations rather than native instructions. In this updated package bind on the
64-bit PowerPC architecture uses the same native atomic operations as the
PowerPC architecture. (BZ#623638)

  • previously, the bind package generated the /etc/rndc.key file. However,

generating this file used entropy from /dev/random. Consequently, installation
of the bind package might have hung. The rndc.key is used by rndc utility for
advanced administration commands and is no longer automatically generated during
installation of the bind package. Users requiring the rndc utility should
generate key themselves, via the "rndc-confgen -a" command. (BZ#677381)

  • under certain circumstances, "named" was entering a deadlock. Consequently,

"named" could not be stopped using the "/etc/init.d/named stop". In this updated
package, the deadlock no longer occurs, resolving this issue. (BZ#623122)

  • previously, the named_sdb PostgreSQL database backend failed to reconnect to

the database when the connection failed during named_sdb startup. With this
update, named writes error message to the system log and tries to reconnect
during every lookup. (BZ#623190)

  • previously, file conflicts prevented the i686 and x86_64 versions of

bind-devel from being installed on the same machine. In this update, the file
conflict is resolved and both the i686 and x86_64 bind-devel packages can be
installed on the same system. (BZ#658045)

  • previously, initscript killed all processes with the name "named" when

stopping the named daemon. With this update, initscript kills only the selected
one. (BZ#622785)

  • the return codes of the "dig" utility are documented in the dig man page.

(BZ#640538)

  • previously the named.8 manpage mentioned the system-config-bind utility. This

utility is not included with Red Hat Enterprise Linux 6. The man page is updated
to remove the reference to the system-config-bind utility. (BZ#660676)

  • the "status" action of the named initscript would not complete when bind-sdb

package was installed. These updated packages resolve this issue. (BZ#661663,
BZ#672777)

  • when resolv.conf contained "search" keyword with no arguments

host/nslookup/dig utilities failed to parse it correctly. In these updated
packages, such lines are ignored. (BZ#669163)

  • previously, the nsupdate man page incorrectly listed HMAC-MD5 as the only TSIG

algorithm. In this updated package, the list of encryption algorithms was
removed from the nsupdate man page. The the dnssec-keygen man page contains a
complete list of usable encryption algorithms. (BZ#672819)

In addition, this update adds the following enhancements:

  • the bind packages in this update are rebased to version 9.7.3. The References

section of this erratum contains a link to the bind release notes. (BZ#653486)

  • the host utility now honors "debug", "attempts" and "timeout" options in

resolv.conf. (BZ#622764)

  • a new option, called DISABLE_ZONE_CHECKING, has been added to

/etc/sysconfig/named. This option adds the possibility to bypass zone validation
via the named-checkzone utility in initscript and allows to start named with
misconfigured zones. (BZ#623673)

  • with this update, size, MD5 and the modification time of /etc/sysconfig/named

configuration file is no longer checked via the "rpm -V bind" command.
(BZ#646932)

  • Root zone DNSKEY is now included in the bind package, in the

/etc/named.root.key file. (BZ#667375)

Users are advised to upgrade to these updated bind packages, which resolve these
issues and add these enhancements.

Solution

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

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • 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 (for IBM z Systems) 6 s390x

Fixes

  • BZ - 622764 - host command ignores resolv.conf options
  • BZ - 622785 - /etc/init.d/named script kills all process named 'named'.
  • BZ - 623122 - can't stop bind
  • BZ - 623190 - bind-sdb fails startup if db not running
  • BZ - 623638 - Use same set of atomic operations on both ppc and ppc64
  • BZ - 623673 - Single Zone File Error Causes Full BIND Failure
  • BZ - 653486 - Update bind to the latest 9.7.X bugfix release
  • BZ - 658045 - File conflicts between bind-devel multilib packages in Optional repo
  • BZ - 660676 - bind: named.8 man page mentions system-config-bind not available in RHEL-6
  • BZ - 667375 - Ship root zone DNSKEY in the bind package
  • BZ - 669163 - empty "search" option in /etc/resolv.conf causes resolution failure

CVEs

(none)

References

  • http://ftp.isc.org/isc/bind9/9.7.3/RELEASE-NOTES-BIND-9.7.3.html
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f
i386
bind-9.7.3-2.el6.i686.rpm SHA-256: 44eb63247557973e052fedaaeb0f5d04d900b368ede9ce8a80c81ff0a8e10f90
bind-chroot-9.7.3-2.el6.i686.rpm SHA-256: 80685fc6a44826abf4b001d9febd56d73d2ef52bcc2202e050bdb7a26616dac1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-sdb-9.7.3-2.el6.i686.rpm SHA-256: 0439e79e0b6ca2c642cf25c85eca7da4d1e8f884f9cee0a8f0ff4a0624ccdcfc
bind-utils-9.7.3-2.el6.i686.rpm SHA-256: 9a64b5ea68a6ce3f2d7aa3f48a65a5f518c4b49705aebce2e00772e849eae6dc

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f
i386
bind-9.7.3-2.el6.i686.rpm SHA-256: 44eb63247557973e052fedaaeb0f5d04d900b368ede9ce8a80c81ff0a8e10f90
bind-chroot-9.7.3-2.el6.i686.rpm SHA-256: 80685fc6a44826abf4b001d9febd56d73d2ef52bcc2202e050bdb7a26616dac1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-sdb-9.7.3-2.el6.i686.rpm SHA-256: 0439e79e0b6ca2c642cf25c85eca7da4d1e8f884f9cee0a8f0ff4a0624ccdcfc
bind-utils-9.7.3-2.el6.i686.rpm SHA-256: 9a64b5ea68a6ce3f2d7aa3f48a65a5f518c4b49705aebce2e00772e849eae6dc

Red Hat Enterprise Linux Workstation 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f
i386
bind-9.7.3-2.el6.i686.rpm SHA-256: 44eb63247557973e052fedaaeb0f5d04d900b368ede9ce8a80c81ff0a8e10f90
bind-chroot-9.7.3-2.el6.i686.rpm SHA-256: 80685fc6a44826abf4b001d9febd56d73d2ef52bcc2202e050bdb7a26616dac1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-sdb-9.7.3-2.el6.i686.rpm SHA-256: 0439e79e0b6ca2c642cf25c85eca7da4d1e8f884f9cee0a8f0ff4a0624ccdcfc
bind-utils-9.7.3-2.el6.i686.rpm SHA-256: 9a64b5ea68a6ce3f2d7aa3f48a65a5f518c4b49705aebce2e00772e849eae6dc

Red Hat Enterprise Linux Desktop 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f
i386
bind-9.7.3-2.el6.i686.rpm SHA-256: 44eb63247557973e052fedaaeb0f5d04d900b368ede9ce8a80c81ff0a8e10f90
bind-chroot-9.7.3-2.el6.i686.rpm SHA-256: 80685fc6a44826abf4b001d9febd56d73d2ef52bcc2202e050bdb7a26616dac1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-sdb-9.7.3-2.el6.i686.rpm SHA-256: 0439e79e0b6ca2c642cf25c85eca7da4d1e8f884f9cee0a8f0ff4a0624ccdcfc
bind-utils-9.7.3-2.el6.i686.rpm SHA-256: 9a64b5ea68a6ce3f2d7aa3f48a65a5f518c4b49705aebce2e00772e849eae6dc

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
s390x
bind-9.7.3-2.el6.s390x.rpm SHA-256: 3278351939490f003c2b4477815398452c0f7247af023846b3b7a3595f7789eb
bind-chroot-9.7.3-2.el6.s390x.rpm SHA-256: 96c324df3cbfb2b8b402125b41151e8736588eebfbdb8001d672d05e1539cf78
bind-debuginfo-9.7.3-2.el6.s390.rpm SHA-256: 9798ba772abe6b3c24e7f8e60e0e4627fa5439e98f55f42fe26663cd2f9f718e
bind-debuginfo-9.7.3-2.el6.s390.rpm SHA-256: 9798ba772abe6b3c24e7f8e60e0e4627fa5439e98f55f42fe26663cd2f9f718e
bind-debuginfo-9.7.3-2.el6.s390x.rpm SHA-256: 91d30ae5bc49102b0d03fe0b8b2a1cd13a19660eb24a9bf8b710a336aff31449
bind-debuginfo-9.7.3-2.el6.s390x.rpm SHA-256: 91d30ae5bc49102b0d03fe0b8b2a1cd13a19660eb24a9bf8b710a336aff31449
bind-devel-9.7.3-2.el6.s390.rpm SHA-256: b7744fe9356f9cdda6e50b01cdd9cd3c78abe3f9557852258d569b051e7d82d1
bind-devel-9.7.3-2.el6.s390x.rpm SHA-256: c4c5a6e539306dcf4a0d8516720f94ee7227d4f16d7186d9355182844a320d0f
bind-libs-9.7.3-2.el6.s390.rpm SHA-256: 78453002877f22e9313f17bd8ef0bc1a253d50106bd5598aed6dfff29365f04b
bind-libs-9.7.3-2.el6.s390x.rpm SHA-256: 55a0f56287f6ca0d9550e64e753779e7f4f315cbb1b6420291d2f173468a848c
bind-sdb-9.7.3-2.el6.s390x.rpm SHA-256: 079701d3a34f463610f2bb249066043c824ed9447dab4eb422414a01342b46c2
bind-utils-9.7.3-2.el6.s390x.rpm SHA-256: 15f755eb84e65c2c23ef1aa399c79a81e38d6b4bd9a989bdb0cabd2b7466ee90

Red Hat Enterprise Linux for Power, big endian 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
ppc64
bind-9.7.3-2.el6.ppc64.rpm SHA-256: 704ac8ff5ab0b71c346bb2a2313b5997f64c4874a4ca01778da4d70639099fa3
bind-chroot-9.7.3-2.el6.ppc64.rpm SHA-256: f9d127ed8c06d6b21e6d7f0d4555a43783671e3f89f1000127168d00da9959b2
bind-debuginfo-9.7.3-2.el6.ppc.rpm SHA-256: dbd5f40f55c7a956eea459426e0d850d448add6ef287c2eaf191c1ab45b5944e
bind-debuginfo-9.7.3-2.el6.ppc.rpm SHA-256: dbd5f40f55c7a956eea459426e0d850d448add6ef287c2eaf191c1ab45b5944e
bind-debuginfo-9.7.3-2.el6.ppc64.rpm SHA-256: 90bd21a9e3f555e87d9426db6dfc280dd65b6651b2bceb6f5e2b4859cd97506c
bind-debuginfo-9.7.3-2.el6.ppc64.rpm SHA-256: 90bd21a9e3f555e87d9426db6dfc280dd65b6651b2bceb6f5e2b4859cd97506c
bind-devel-9.7.3-2.el6.ppc.rpm SHA-256: f2951cc8c8d7c9f0a1088597968f73135fecaa8ec2e3d5c3c6342773b929d2de
bind-devel-9.7.3-2.el6.ppc64.rpm SHA-256: f8320cefaba3638b1b9efa3b663b9b01b3cb73ef0ea056e5458949cd8427b9ad
bind-libs-9.7.3-2.el6.ppc.rpm SHA-256: c842dd975ee1b834157b944c9017d316822db6a7daea916a508dda3b5d501fbb
bind-libs-9.7.3-2.el6.ppc64.rpm SHA-256: 14ab1cbc8a7008367225dc962f670de5f691f664a594c51c1d76b23adbbc3580
bind-sdb-9.7.3-2.el6.ppc64.rpm SHA-256: ce517e56a2f535951072708d08b8d809f3a6f619d8d9648baf8b5fa1f5a9835d
bind-utils-9.7.3-2.el6.ppc64.rpm SHA-256: 5615914758c29a30f6e956bcc4974e3c55abdee8b881571264049bce76afe6c4

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f

Red Hat Enterprise Linux Server from RHUI 6

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
x86_64
bind-9.7.3-2.el6.x86_64.rpm SHA-256: c1cdb0a5106fa712f0b16f084137abb55bcf8a1de907bc9d5b99acfb20787e44
bind-chroot-9.7.3-2.el6.x86_64.rpm SHA-256: a44639198ec10bb00f661d698675f5e7ade8ae00f75ffe2ad1a0f717c8a6d70c
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-debuginfo-9.7.3-2.el6.x86_64.rpm SHA-256: 6265e1d40147c99994dd59efdc7de414fe1ed023491efdc745f2d97a0c68729e
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-devel-9.7.3-2.el6.x86_64.rpm SHA-256: c0647c2f73ffcea586c3d6953c592935757e3d5454d2976da8fedcfb44e3c95b
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-libs-9.7.3-2.el6.x86_64.rpm SHA-256: 9e96b8e55eba2453808772216cd401dd8956aaaf7b4f6d0f72736eaac7a5f61a
bind-sdb-9.7.3-2.el6.x86_64.rpm SHA-256: 7f43f61961af9a2d0d12d0438fc81c5874b34497ceea314c2d5755c9472e2c6f
bind-utils-9.7.3-2.el6.x86_64.rpm SHA-256: b6c921541cf48414d1c1325d2585e9a15112a2d66b5301712bb7ab4ca6c6654f
i386
bind-9.7.3-2.el6.i686.rpm SHA-256: 44eb63247557973e052fedaaeb0f5d04d900b368ede9ce8a80c81ff0a8e10f90
bind-chroot-9.7.3-2.el6.i686.rpm SHA-256: 80685fc6a44826abf4b001d9febd56d73d2ef52bcc2202e050bdb7a26616dac1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-debuginfo-9.7.3-2.el6.i686.rpm SHA-256: 7f4ad0e538f145961c0eb857faeba81c72a5342a1162dcb948fa212f69a0edf1
bind-devel-9.7.3-2.el6.i686.rpm SHA-256: edbaa5714593933a194bc7162ef5106db9e3c1ab010c92ae157d14aa8e642926
bind-libs-9.7.3-2.el6.i686.rpm SHA-256: 29b41354af23d640be4a4887922c418721a0e885a2d0c1252a552a9b3808da78
bind-sdb-9.7.3-2.el6.i686.rpm SHA-256: 0439e79e0b6ca2c642cf25c85eca7da4d1e8f884f9cee0a8f0ff4a0624ccdcfc
bind-utils-9.7.3-2.el6.i686.rpm SHA-256: 9a64b5ea68a6ce3f2d7aa3f48a65a5f518c4b49705aebce2e00772e849eae6dc

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

SRPM
bind-9.7.3-2.el6.src.rpm SHA-256: 10e21275090793b6d733a0741e79d1d02ae17670f9c7706140de66b4e05b95a8
s390x
bind-9.7.3-2.el6.s390x.rpm SHA-256: 3278351939490f003c2b4477815398452c0f7247af023846b3b7a3595f7789eb
bind-chroot-9.7.3-2.el6.s390x.rpm SHA-256: 96c324df3cbfb2b8b402125b41151e8736588eebfbdb8001d672d05e1539cf78
bind-debuginfo-9.7.3-2.el6.s390.rpm SHA-256: 9798ba772abe6b3c24e7f8e60e0e4627fa5439e98f55f42fe26663cd2f9f718e
bind-debuginfo-9.7.3-2.el6.s390.rpm SHA-256: 9798ba772abe6b3c24e7f8e60e0e4627fa5439e98f55f42fe26663cd2f9f718e
bind-debuginfo-9.7.3-2.el6.s390x.rpm SHA-256: 91d30ae5bc49102b0d03fe0b8b2a1cd13a19660eb24a9bf8b710a336aff31449
bind-debuginfo-9.7.3-2.el6.s390x.rpm SHA-256: 91d30ae5bc49102b0d03fe0b8b2a1cd13a19660eb24a9bf8b710a336aff31449
bind-devel-9.7.3-2.el6.s390.rpm SHA-256: b7744fe9356f9cdda6e50b01cdd9cd3c78abe3f9557852258d569b051e7d82d1
bind-devel-9.7.3-2.el6.s390x.rpm SHA-256: c4c5a6e539306dcf4a0d8516720f94ee7227d4f16d7186d9355182844a320d0f
bind-libs-9.7.3-2.el6.s390.rpm SHA-256: 78453002877f22e9313f17bd8ef0bc1a253d50106bd5598aed6dfff29365f04b
bind-libs-9.7.3-2.el6.s390x.rpm SHA-256: 55a0f56287f6ca0d9550e64e753779e7f4f315cbb1b6420291d2f173468a848c
bind-sdb-9.7.3-2.el6.s390x.rpm SHA-256: 079701d3a34f463610f2bb249066043c824ed9447dab4eb422414a01342b46c2
bind-utils-9.7.3-2.el6.s390x.rpm SHA-256: 15f755eb84e65c2c23ef1aa399c79a81e38d6b4bd9a989bdb0cabd2b7466ee90

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter