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-2011:0491 - Security Advisory
Issued:
2011-05-05
Updated:
2011-05-05

RHSA-2011:0491 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: python security update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated python packages that fix multiple security issues are now available
for Red Hat Enterprise Linux 4.

The Red Hat Security Response Team 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

Python is an interpreted, interactive, object-oriented programming
language.

A flaw was found in the Python urllib and urllib2 libraries where they
would not differentiate between different target URLs when handling
automatic redirects. This caused Python applications using these modules to
follow any new URL that they understood, including the "file://" URL type.
This could allow a remote server to force a local Python application to
read a local file instead of the remote one, possibly exposing local files
that were not meant to be exposed. (CVE-2011-1521)

Multiple flaws were found in the Python audioop module. Supplying certain
inputs could cause the audioop module to crash or, possibly, execute
arbitrary code. (CVE-2010-1634, CVE-2010-2089)

A race condition was found in the way the Python smtpd module handled new
connections. A remote user could use this flaw to cause a Python script
using the smtpd module to terminate. (CVE-2010-3493)

An information disclosure flaw was found in the way the Python
CGIHTTPServer module processed certain HTTP GET requests. A remote attacker
could use a specially-crafted request to obtain the CGI script's source
code. (CVE-2011-1015)

A buffer over-read flaw was found in the way the Python Expat parser
handled malformed UTF-8 sequences when processing XML files. A
specially-crafted XML file could cause Python applications using the Python
Expat parser to crash while parsing the file. (CVE-2009-3720)

This update makes Python use the system Expat library rather than its own
internal copy; therefore, users must have the version of Expat shipped with
RHSA-2009:1625 installed, or a later version, to resolve the CVE-2009-3720
issue.

All Python users should upgrade to these updated packages, which contain
backported patches to correct these issues.

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 4 x86_64
  • Red Hat Enterprise Linux Server 4 ia64
  • Red Hat Enterprise Linux Server 4 i386
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 4.8 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 4.8 ia64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 4.8 i386
  • Red Hat Enterprise Linux Workstation 4 x86_64
  • Red Hat Enterprise Linux Workstation 4 ia64
  • Red Hat Enterprise Linux Workstation 4 i386
  • Red Hat Enterprise Linux Desktop 4 x86_64
  • Red Hat Enterprise Linux Desktop 4 i386
  • Red Hat Enterprise Linux for IBM z Systems 4 s390x
  • Red Hat Enterprise Linux for IBM z Systems 4 s390
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 4.8 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 4.8 s390
  • Red Hat Enterprise Linux for Power, big endian 4 ppc
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 4.8 ppc

Fixes

  • BZ - 531697 - CVE-2009-3720 expat: buffer over-read and crash on XML with malformed UTF-8 sequences
  • BZ - 590690 - CVE-2010-1634 python: audioop: incorrect integer overflow checks
  • BZ - 598197 - CVE-2010-2089 Python: Memory corruption in audioop module
  • BZ - 632200 - CVE-2010-3493 Python: SMTP proxy RFC 2821 module DoS (uncaught exception) (Issue #9129)
  • BZ - 680094 - CVE-2011-1015 python (CGIHTTPServer): CGI script source code disclosure
  • BZ - 690560 - CVE-2011-1521 python (urllib, urllib2): Improper management of ftp:// and file:// URL schemes (Issue #11662)

CVEs

  • CVE-2009-3720
  • CVE-2010-1634
  • CVE-2010-2089
  • CVE-2010-3493
  • CVE-2011-1521
  • CVE-2011-1015

References

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

Red Hat Enterprise Linux Server 4

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
x86_64
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
ia64
python-2.3.4-14.10.el4.ia64.rpm SHA-256: 5d9efb9104af481515cca7bf2a58d6ba1ecaabb0529d3b8e0c5eb7916c05dd4d
python-2.3.4-14.10.el4.ia64.rpm SHA-256: 5d9efb9104af481515cca7bf2a58d6ba1ecaabb0529d3b8e0c5eb7916c05dd4d
python-devel-2.3.4-14.10.el4.ia64.rpm SHA-256: e88fd0f7d42344897055780409a7a25fe2ac22382e95bc9ef145cbd96508b376
python-devel-2.3.4-14.10.el4.ia64.rpm SHA-256: e88fd0f7d42344897055780409a7a25fe2ac22382e95bc9ef145cbd96508b376
python-docs-2.3.4-14.10.el4.ia64.rpm SHA-256: a26292581ada7d512edd5fa538492f46bfecda2a8356ea1ab8ede18d9585f773
python-docs-2.3.4-14.10.el4.ia64.rpm SHA-256: a26292581ada7d512edd5fa538492f46bfecda2a8356ea1ab8ede18d9585f773
python-tools-2.3.4-14.10.el4.ia64.rpm SHA-256: cdf5a0b3fa3934fe93e0d3c0b9a1b458107aa27577a78a18efab032207aaf9d2
python-tools-2.3.4-14.10.el4.ia64.rpm SHA-256: cdf5a0b3fa3934fe93e0d3c0b9a1b458107aa27577a78a18efab032207aaf9d2
tkinter-2.3.4-14.10.el4.ia64.rpm SHA-256: 8e2d6f80ab20be2c46dcd60c74774b2f63f528f930a81d83b0ebba6beba82f7b
tkinter-2.3.4-14.10.el4.ia64.rpm SHA-256: 8e2d6f80ab20be2c46dcd60c74774b2f63f528f930a81d83b0ebba6beba82f7b
i386
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7

Red Hat Enterprise Linux for x86_64 - Extended Update Support 4.8

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
x86_64
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
ia64
python-2.3.4-14.10.el4.ia64.rpm SHA-256: 5d9efb9104af481515cca7bf2a58d6ba1ecaabb0529d3b8e0c5eb7916c05dd4d
python-2.3.4-14.10.el4.ia64.rpm SHA-256: 5d9efb9104af481515cca7bf2a58d6ba1ecaabb0529d3b8e0c5eb7916c05dd4d
python-devel-2.3.4-14.10.el4.ia64.rpm SHA-256: e88fd0f7d42344897055780409a7a25fe2ac22382e95bc9ef145cbd96508b376
python-devel-2.3.4-14.10.el4.ia64.rpm SHA-256: e88fd0f7d42344897055780409a7a25fe2ac22382e95bc9ef145cbd96508b376
python-docs-2.3.4-14.10.el4.ia64.rpm SHA-256: a26292581ada7d512edd5fa538492f46bfecda2a8356ea1ab8ede18d9585f773
python-docs-2.3.4-14.10.el4.ia64.rpm SHA-256: a26292581ada7d512edd5fa538492f46bfecda2a8356ea1ab8ede18d9585f773
python-tools-2.3.4-14.10.el4.ia64.rpm SHA-256: cdf5a0b3fa3934fe93e0d3c0b9a1b458107aa27577a78a18efab032207aaf9d2
python-tools-2.3.4-14.10.el4.ia64.rpm SHA-256: cdf5a0b3fa3934fe93e0d3c0b9a1b458107aa27577a78a18efab032207aaf9d2
tkinter-2.3.4-14.10.el4.ia64.rpm SHA-256: 8e2d6f80ab20be2c46dcd60c74774b2f63f528f930a81d83b0ebba6beba82f7b
tkinter-2.3.4-14.10.el4.ia64.rpm SHA-256: 8e2d6f80ab20be2c46dcd60c74774b2f63f528f930a81d83b0ebba6beba82f7b
i386
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7

Red Hat Enterprise Linux Workstation 4

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
x86_64
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
ia64
python-2.3.4-14.10.el4.ia64.rpm SHA-256: 5d9efb9104af481515cca7bf2a58d6ba1ecaabb0529d3b8e0c5eb7916c05dd4d
python-devel-2.3.4-14.10.el4.ia64.rpm SHA-256: e88fd0f7d42344897055780409a7a25fe2ac22382e95bc9ef145cbd96508b376
python-docs-2.3.4-14.10.el4.ia64.rpm SHA-256: a26292581ada7d512edd5fa538492f46bfecda2a8356ea1ab8ede18d9585f773
python-tools-2.3.4-14.10.el4.ia64.rpm SHA-256: cdf5a0b3fa3934fe93e0d3c0b9a1b458107aa27577a78a18efab032207aaf9d2
tkinter-2.3.4-14.10.el4.ia64.rpm SHA-256: 8e2d6f80ab20be2c46dcd60c74774b2f63f528f930a81d83b0ebba6beba82f7b
i386
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7

Red Hat Enterprise Linux Desktop 4

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
x86_64
python-2.3.4-14.10.el4.x86_64.rpm SHA-256: 95bf1dc226f6ed228d59d6e5b83ae84cef315577eca17513c462e54365bf4ed7
python-devel-2.3.4-14.10.el4.x86_64.rpm SHA-256: 42518a3897e442a8531f81293e486ed7f94e1fafe375109d97bc07b15121f602
python-docs-2.3.4-14.10.el4.x86_64.rpm SHA-256: 1c69bc2d58fb9b55debe4cc06c3bc457324fc4b65f91338df4b92ef2c0c6a63e
python-tools-2.3.4-14.10.el4.x86_64.rpm SHA-256: b7d2e241233026f3b10b8f7aa756bdc338d358aff9e6ca5be7b2853e8549834d
tkinter-2.3.4-14.10.el4.x86_64.rpm SHA-256: eb7a634fb30b32c7508ad3ef6ae15d81ca75b72b54489e60afbddc6b9fcbb0b3
i386
python-2.3.4-14.10.el4.i386.rpm SHA-256: 5ec07a477ff7d5c0cd02c6c6d36e7becf3b7df0fa9a87bf2df82e5bb45a1ab1b
python-devel-2.3.4-14.10.el4.i386.rpm SHA-256: 65daca92b491c89c0f8990b469893b3746d5d1245ac935288ecc7c69d8c63e09
python-docs-2.3.4-14.10.el4.i386.rpm SHA-256: 1f1a230993e58bfbf3e9eebac850e0b869706d7b0acde0e01ce950c72002f115
python-tools-2.3.4-14.10.el4.i386.rpm SHA-256: 2e2f6c6dc72fa9ed535e25997892d88f72f389ff4eec6e22a4abe64fff3543d4
tkinter-2.3.4-14.10.el4.i386.rpm SHA-256: 740d8ed206365e60c3321bf6c6aff980dcd019b5a8a041a86041d6fa720d68f7

Red Hat Enterprise Linux for IBM z Systems 4

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
s390x
python-2.3.4-14.10.el4.s390x.rpm SHA-256: c2d6b67ecb77356a802a92d95b5c75f263a397798e28c3d8cd692cfdf1207bf8
python-devel-2.3.4-14.10.el4.s390x.rpm SHA-256: 918ebb00f8c1be1c2a0c53b4f08e573c875f0cafe8ed65a2b07739973e4be519
python-docs-2.3.4-14.10.el4.s390x.rpm SHA-256: e5a60218d0a0e825a6655f5419f2b551bced229dec4b7c4a8fdbb9ff177f6239
python-tools-2.3.4-14.10.el4.s390x.rpm SHA-256: 07d26dc227c75e8ff163d89aa2853baefd91c632bf6166e1c7a7675aa2934616
tkinter-2.3.4-14.10.el4.s390x.rpm SHA-256: 22bc2a14907f89bf21df8c0981777f1ed3c609053b6bee11c77ffbd4a140d9a6
s390
python-2.3.4-14.10.el4.s390.rpm SHA-256: 6e64ffbb6767a596cb8e543676b493f16d51cee3eebae735ff13b6dcaffa4081
python-devel-2.3.4-14.10.el4.s390.rpm SHA-256: 92026bddce80715f2fe8bfd39ada5dac767934f0137241536a0f413cfa80547f
python-docs-2.3.4-14.10.el4.s390.rpm SHA-256: 245572596e2f76eaac0c7b04c31891e0e5b712686b46f45b367f93919c04bb03
python-tools-2.3.4-14.10.el4.s390.rpm SHA-256: 5b76936ba22478e3b8d3e621346edf2d3b8ccfcf42b71a6130e799ddb35d73d2
tkinter-2.3.4-14.10.el4.s390.rpm SHA-256: 5144c2f4bb272d1f1eab4ef95e2aa387af857cdce8f3b2cb437f6c6006c591d3

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 4.8

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
s390x
python-2.3.4-14.10.el4.s390x.rpm SHA-256: c2d6b67ecb77356a802a92d95b5c75f263a397798e28c3d8cd692cfdf1207bf8
python-devel-2.3.4-14.10.el4.s390x.rpm SHA-256: 918ebb00f8c1be1c2a0c53b4f08e573c875f0cafe8ed65a2b07739973e4be519
python-docs-2.3.4-14.10.el4.s390x.rpm SHA-256: e5a60218d0a0e825a6655f5419f2b551bced229dec4b7c4a8fdbb9ff177f6239
python-tools-2.3.4-14.10.el4.s390x.rpm SHA-256: 07d26dc227c75e8ff163d89aa2853baefd91c632bf6166e1c7a7675aa2934616
tkinter-2.3.4-14.10.el4.s390x.rpm SHA-256: 22bc2a14907f89bf21df8c0981777f1ed3c609053b6bee11c77ffbd4a140d9a6
s390
python-2.3.4-14.10.el4.s390.rpm SHA-256: 6e64ffbb6767a596cb8e543676b493f16d51cee3eebae735ff13b6dcaffa4081
python-devel-2.3.4-14.10.el4.s390.rpm SHA-256: 92026bddce80715f2fe8bfd39ada5dac767934f0137241536a0f413cfa80547f
python-docs-2.3.4-14.10.el4.s390.rpm SHA-256: 245572596e2f76eaac0c7b04c31891e0e5b712686b46f45b367f93919c04bb03
python-tools-2.3.4-14.10.el4.s390.rpm SHA-256: 5b76936ba22478e3b8d3e621346edf2d3b8ccfcf42b71a6130e799ddb35d73d2
tkinter-2.3.4-14.10.el4.s390.rpm SHA-256: 5144c2f4bb272d1f1eab4ef95e2aa387af857cdce8f3b2cb437f6c6006c591d3

Red Hat Enterprise Linux for Power, big endian 4

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
ppc
python-2.3.4-14.10.el4.ppc.rpm SHA-256: 2716a52f418a22ed59962352f0bdb99af641bde83dd12ad55e3f15f7c1107e58
python-devel-2.3.4-14.10.el4.ppc.rpm SHA-256: 7576aa3dec58c7596373354996d0b650e79dbb2d79e54f179d2c3e8ffb429490
python-docs-2.3.4-14.10.el4.ppc.rpm SHA-256: c2aa87e84836c05ddbf5f8684a268d637544dbf6df0f7f16993378ec681beb3a
python-tools-2.3.4-14.10.el4.ppc.rpm SHA-256: 2c570f42d30b5f22d4f40ae7a28a4d66c5c050dee00595d9166032cefa997f62
tkinter-2.3.4-14.10.el4.ppc.rpm SHA-256: 797a37808931de7c3b46d43f739c7cb86b4f3a0cfede664f5007e7a42b183d22

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 4.8

SRPM
python-2.3.4-14.10.el4.src.rpm SHA-256: 93f41c6369a903c51818fb1ec597064326e023160c330969a6d8a066a1b1ad32
ppc
python-2.3.4-14.10.el4.ppc.rpm SHA-256: 2716a52f418a22ed59962352f0bdb99af641bde83dd12ad55e3f15f7c1107e58
python-devel-2.3.4-14.10.el4.ppc.rpm SHA-256: 7576aa3dec58c7596373354996d0b650e79dbb2d79e54f179d2c3e8ffb429490
python-docs-2.3.4-14.10.el4.ppc.rpm SHA-256: c2aa87e84836c05ddbf5f8684a268d637544dbf6df0f7f16993378ec681beb3a
python-tools-2.3.4-14.10.el4.ppc.rpm SHA-256: 2c570f42d30b5f22d4f40ae7a28a4d66c5c050dee00595d9166032cefa997f62
tkinter-2.3.4-14.10.el4.ppc.rpm SHA-256: 797a37808931de7c3b46d43f739c7cb86b4f3a0cfede664f5007e7a42b183d22

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