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
  • 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 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 RHSA-2010:0865 - Security Advisory
Issued:
2010-11-10
Updated:
2010-11-10

RHSA-2010:0865 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: java-1.6.0-openjdk security and bug fix update

Type/Severity

Security Advisory: Important

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated java-1.6.0-openjdk packages that fix several security issues and
two bugs are now available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having
important 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

These packages provide the OpenJDK 6 Java Runtime Environment and the
OpenJDK 6 Software Development Kit.

defaultReadObject of the Serialization API could be tricked into setting a
volatile field multiple times, which could allow a remote attacker to
execute arbitrary code with the privileges of the user running the applet
or application. (CVE-2010-3569)

Race condition in the way objects were deserialized could allow an
untrusted applet or application to misuse the privileges of the user
running the applet or application. (CVE-2010-3568)

Miscalculation in the OpenType font rendering implementation caused
out-of-bounds memory access, which could allow remote attackers to execute
code with the privileges of the user running the java process.
(CVE-2010-3567)

JPEGImageWriter.writeImage in the imageio API improperly checked certain
image metadata, which could allow a remote attacker to execute arbitrary
code in the context of the user running the applet or application.
(CVE-2010-3565)

Double free in IndexColorModel could cause an untrusted applet or
application to crash or, possibly, execute arbitrary code with the
privileges of the user running the applet or application. (CVE-2010-3562)

The privileged accept method of the ServerSocket class in the Common Object
Request Broker Architecture (CORBA) implementation in OpenJDK allowed it to
receive connections from any host, instead of just the host of the current
connection. An attacker could use this flaw to bypass restrictions defined
by network permissions. (CVE-2010-3561)

Flaws in the Swing library could allow an untrusted application to modify
the behavior and state of certain JDK classes. (CVE-2010-3557)

Flaws in the CORBA implementation could allow an attacker to execute
arbitrary code by misusing permissions granted to certain system objects.
(CVE-2010-3554)

UIDefault.ProxyLazyValue had unsafe reflection usage, allowing untrusted
callers to create objects via ProxyLazyValue values. (CVE-2010-3553)

HttpURLConnection improperly handled the "chunked" transfer encoding
method, which could allow remote attackers to conduct HTTP response
splitting attacks. (CVE-2010-3549)

HttpURLConnection improperly checked whether the calling code was granted
the "allowHttpTrace" permission, allowing untrusted code to create HTTP
TRACE requests. (CVE-2010-3574)

HttpURLConnection did not validate request headers set by applets, which
could allow remote attackers to trigger actions otherwise restricted to
HTTP clients. (CVE-2010-3541, CVE-2010-3573)

The Kerberos implementation improperly checked the sanity of AP-REQ
requests, which could cause a denial of service condition in the receiving
Java Virtual Machine. (CVE-2010-3564)

The java-1.6.0-openjdk packages shipped with the GA release of Red Hat
Enterprise Linux 6 mitigated a man-in-the-middle attack in the way the
TLS/SSL protocols handle session renegotiation by disabling renegotiation.
This update implements the TLS Renegotiation Indication Extension as
defined in RFC 5746, allowing secure renegotiation between updated clients
and servers. (CVE-2009-3555)

The NetworkInterface class improperly checked the network "connect"
permissions for local network addresses, which could allow remote attackers
to read local network addresses. (CVE-2010-3551)

Information leak flaw in the Java Naming and Directory Interface (JNDI)
could allow a remote attacker to access information about
otherwise-protected internal network names. (CVE-2010-3548)

Note: Flaws concerning applets in this advisory (CVE-2010-3568,
CVE-2010-3554, CVE-2009-3555, CVE-2010-3562, CVE-2010-3557, CVE-2010-3548,
CVE-2010-3564, CVE-2010-3565, CVE-2010-3569) can only be triggered in
OpenJDK by calling the "appletviewer" application.

Bug fixes:

  • One defense in depth patch. (BZ#639922)
  • Problems for certain SSL connections. In a reported case, this prevented

the JBoss JAAS modules from connecting over SSL to Microsoft Active
Directory servers. (BZ#642779)

Solution

All java-1.6.0-openjdk users are advised to upgrade to these updated
packages, which resolve these issues. All running instances of OpenJDK
Java must be restarted for the update to take effect.

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
http://kbase.redhat.com/faq/docs/DOC-11259

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 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

Fixes

  • BZ - 533125 - CVE-2009-3555 TLS: MITM attacks via session renegotiation
  • BZ - 639876 - CVE-2010-3568 OpenJDK Deserialization Race condition (6559775)
  • BZ - 639880 - CVE-2010-3554 CVE-2010-3561 OpenJDK corba reflection vulnerabilities (6891766,6925672)
  • BZ - 639897 - CVE-2010-3562 OpenJDK IndexColorModel double-free (6925710)
  • BZ - 639904 - CVE-2010-3557 OpenJDK Swing mutable static (6938813)
  • BZ - 639909 - CVE-2010-3548 OpenJDK DNS server IP address information leak (6957564)
  • BZ - 639914 - CVE-2010-3564 OpenJDK kerberos vulnerability (6958060)
  • BZ - 639920 - CVE-2010-3565 OpenJDK JPEG writeImage remote code execution (6963023)
  • BZ - 639922 - CVE-2010-3566 OpenJDK ICC Profile remote code execution (6963489)
  • BZ - 639925 - CVE-2010-3569 OpenJDK Serialization inconsistencies (6966692)
  • BZ - 642167 - CVE-2010-3553 OpenJDK Swing unsafe reflection usage (6622002)
  • BZ - 642180 - CVE-2010-3549 OpenJDK HttpURLConnection request splitting (6952017)
  • BZ - 642187 - CVE-2010-3551 OpenJDK local network address disclosure (6952603)
  • BZ - 642197 - CVE-2010-3567 OpenJDK ICU Opentype layout engine crash (6963285)
  • BZ - 642202 - CVE-2010-3541 CVE-2010-3573 OpenJDK HttpURLConnection allows arbitrary request headers (6961084,6980004)
  • BZ - 642215 - CVE-2010-3574 OpenJDK HttpURLConnection incomplete TRACE permission check (6981426)
  • BZ - 642779 - Error connecting to Active Directory (AD) over SSL.

CVEs

  • CVE-2009-3555
  • CVE-2010-3564
  • CVE-2010-3565
  • CVE-2010-3574
  • CVE-2010-3557
  • CVE-2010-3562
  • CVE-2010-3541
  • CVE-2010-3568
  • CVE-2010-3569
  • CVE-2010-3553
  • CVE-2010-3567
  • CVE-2010-3551
  • CVE-2010-3561
  • CVE-2010-3548
  • CVE-2010-3549
  • CVE-2010-3573
  • CVE-2010-3554

References

  • http://www.redhat.com/security/updates/classification/#important
  • https://access.redhat.com/kb/docs/DOC-20491
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88
i386
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4e55423c414de280252fc45d96740d44bbb558966d2318fe78ec28c509517fc1
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: abb9ad3e6fa65b5689fda4131942653c29b20e52da670bbd1ba39136e739f793
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: a04a821058afbceb4ce5de7c1d1da54005a5eb88a9d2a28e47f18309ed2ffd38
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 9cbd736277fecb2acf7bb6b96f94f9035548fcf9876c6a027b98e2566e5e582d
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4314229284a5788f8b85c85ba9f3517dd0503e88799c56afac7d1648474ea983

Red Hat Enterprise Linux Workstation 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88
i386
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4e55423c414de280252fc45d96740d44bbb558966d2318fe78ec28c509517fc1
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: abb9ad3e6fa65b5689fda4131942653c29b20e52da670bbd1ba39136e739f793
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: a04a821058afbceb4ce5de7c1d1da54005a5eb88a9d2a28e47f18309ed2ffd38
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 9cbd736277fecb2acf7bb6b96f94f9035548fcf9876c6a027b98e2566e5e582d
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4314229284a5788f8b85c85ba9f3517dd0503e88799c56afac7d1648474ea983

Red Hat Enterprise Linux Desktop 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
i386
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4e55423c414de280252fc45d96740d44bbb558966d2318fe78ec28c509517fc1
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: abb9ad3e6fa65b5689fda4131942653c29b20e52da670bbd1ba39136e739f793
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: a04a821058afbceb4ce5de7c1d1da54005a5eb88a9d2a28e47f18309ed2ffd38
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 9cbd736277fecb2acf7bb6b96f94f9035548fcf9876c6a027b98e2566e5e582d
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4314229284a5788f8b85c85ba9f3517dd0503e88799c56afac7d1648474ea983
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88

Red Hat Enterprise Linux Server from RHUI 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88
i386
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4e55423c414de280252fc45d96740d44bbb558966d2318fe78ec28c509517fc1
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: abb9ad3e6fa65b5689fda4131942653c29b20e52da670bbd1ba39136e739f793
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: a04a821058afbceb4ce5de7c1d1da54005a5eb88a9d2a28e47f18309ed2ffd38
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 9cbd736277fecb2acf7bb6b96f94f9035548fcf9876c6a027b98e2566e5e582d
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4314229284a5788f8b85c85ba9f3517dd0503e88799c56afac7d1648474ea983

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.src.rpm SHA-256: 359b2b935b3ffd30e91212b904c078b17518beb1d0fdacc3369ed2d1bff1511c
x86_64
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 20b820025946eb871e906d261eee4f8323a3c636423d65d9411f694aabe8d76a
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 2df0d91db9e8f054ab734fd573fe1013c8acbb02771de7bc079b54f276d2a9d3
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: 6a256768c57338a958492a728f9adf872dfcfdef7e7704c36f191d8ce65e7f8e
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ffb2d7f8552ad8e3739177e7f481b3924187829751aa7ea1f818fdc281677831
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: bee4e249d7db302edaa2ccbc5fe170ee2a102fc80362c944b5a40f1904d315a7
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.x86_64.rpm SHA-256: ca451d2c61fe319ada20f22dc43b03693422617f32f4c9ca325c99e5e4c09f88
i386
java-1.6.0-openjdk-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4e55423c414de280252fc45d96740d44bbb558966d2318fe78ec28c509517fc1
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-debuginfo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: fe16ae5b42957fd7ee7ba68ffeb10fb1c0e92e986b72c5066bc7263727cddc67
java-1.6.0-openjdk-demo-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: abb9ad3e6fa65b5689fda4131942653c29b20e52da670bbd1ba39136e739f793
java-1.6.0-openjdk-devel-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: a04a821058afbceb4ce5de7c1d1da54005a5eb88a9d2a28e47f18309ed2ffd38
java-1.6.0-openjdk-javadoc-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 9cbd736277fecb2acf7bb6b96f94f9035548fcf9876c6a027b98e2566e5e582d
java-1.6.0-openjdk-src-1.6.0.0-1.31.b17.el6_0.i686.rpm SHA-256: 4314229284a5788f8b85c85ba9f3517dd0503e88799c56afac7d1648474ea983

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 © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter