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

RHSA-2011:0492 - 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 5.

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)

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

Fixes

  • BZ - 531697 - CVE-2009-3720 expat: buffer over-read and crash on XML with malformed UTF-8 sequences
  • 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-3493
  • CVE-2011-1521
  • CVE-2011-1015

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 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
ia64
python-2.4.3-44.el5.ia64.rpm SHA-256: 0a872c5234781faf56a1db5a5aab0c1144d5a785f91a493931b1eb3eb17c2ef2
python-devel-2.4.3-44.el5.ia64.rpm SHA-256: 12fca2b6e0f1d223229d4b2277dae5d642d2e55851d030d5d105bd3fb25eb344
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-libs-2.4.3-44.el5.ia64.rpm SHA-256: c72e9b6e89e6133b37c60770dfbf6aeeea3a86c7ce6711871931ba367072f069
python-tools-2.4.3-44.el5.ia64.rpm SHA-256: 4f432194e24c0fa96ca1972c89606572a6ebe011c5ff0874c349712f29d784a3
tkinter-2.4.3-44.el5.ia64.rpm SHA-256: 5fb086d68fd55cc1a13d4a7d57bf2980340fd8fa8e998cbe8bfbf1cf572d93ee
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux for x86_64 - Extended Update Support 5.6

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
ia64
python-2.4.3-44.el5.ia64.rpm SHA-256: 0a872c5234781faf56a1db5a5aab0c1144d5a785f91a493931b1eb3eb17c2ef2
python-devel-2.4.3-44.el5.ia64.rpm SHA-256: 12fca2b6e0f1d223229d4b2277dae5d642d2e55851d030d5d105bd3fb25eb344
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-libs-2.4.3-44.el5.ia64.rpm SHA-256: c72e9b6e89e6133b37c60770dfbf6aeeea3a86c7ce6711871931ba367072f069
python-tools-2.4.3-44.el5.ia64.rpm SHA-256: 4f432194e24c0fa96ca1972c89606572a6ebe011c5ff0874c349712f29d784a3
tkinter-2.4.3-44.el5.ia64.rpm SHA-256: 5fb086d68fd55cc1a13d4a7d57bf2980340fd8fa8e998cbe8bfbf1cf572d93ee
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux Server - AUS 5.6

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
ia64
python-2.4.3-44.el5.ia64.rpm SHA-256: 0a872c5234781faf56a1db5a5aab0c1144d5a785f91a493931b1eb3eb17c2ef2
python-devel-2.4.3-44.el5.ia64.rpm SHA-256: 12fca2b6e0f1d223229d4b2277dae5d642d2e55851d030d5d105bd3fb25eb344
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-libs-2.4.3-44.el5.ia64.rpm SHA-256: c72e9b6e89e6133b37c60770dfbf6aeeea3a86c7ce6711871931ba367072f069
python-tools-2.4.3-44.el5.ia64.rpm SHA-256: 4f432194e24c0fa96ca1972c89606572a6ebe011c5ff0874c349712f29d784a3
tkinter-2.4.3-44.el5.ia64.rpm SHA-256: 5fb086d68fd55cc1a13d4a7d57bf2980340fd8fa8e998cbe8bfbf1cf572d93ee
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux Workstation 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux Desktop 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux for IBM z Systems 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
s390x
python-2.4.3-44.el5.s390x.rpm SHA-256: bd245c72b372638a374d9c1c5933fd63753247603400792fe412f02a58a6250b
python-devel-2.4.3-44.el5.s390.rpm SHA-256: e55c8011ee29fbabc3e3dfa73f88c51b99d33a6924bcf175051ae11d6c88898d
python-devel-2.4.3-44.el5.s390x.rpm SHA-256: 21aaddec076804ffc7f9d384fe977931a86bb5d9ce9c56617b20c59fec70c229
python-libs-2.4.3-44.el5.s390x.rpm SHA-256: d1e6494bc138361b8f9cb56b21dd70994c79b307cac8607e7babe8264d3a3ead
python-tools-2.4.3-44.el5.s390x.rpm SHA-256: e2060ff22360c3c2edff25a281f540db01424b7a555a08a521260203e9b21e2c
tkinter-2.4.3-44.el5.s390x.rpm SHA-256: 0f02edbd685029382a2bd700cd59b8385a2a479a41fdc8d265ab88122552aaec

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

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
s390x
python-2.4.3-44.el5.s390x.rpm SHA-256: bd245c72b372638a374d9c1c5933fd63753247603400792fe412f02a58a6250b
python-devel-2.4.3-44.el5.s390.rpm SHA-256: e55c8011ee29fbabc3e3dfa73f88c51b99d33a6924bcf175051ae11d6c88898d
python-devel-2.4.3-44.el5.s390x.rpm SHA-256: 21aaddec076804ffc7f9d384fe977931a86bb5d9ce9c56617b20c59fec70c229
python-libs-2.4.3-44.el5.s390x.rpm SHA-256: d1e6494bc138361b8f9cb56b21dd70994c79b307cac8607e7babe8264d3a3ead
python-tools-2.4.3-44.el5.s390x.rpm SHA-256: e2060ff22360c3c2edff25a281f540db01424b7a555a08a521260203e9b21e2c
tkinter-2.4.3-44.el5.s390x.rpm SHA-256: 0f02edbd685029382a2bd700cd59b8385a2a479a41fdc8d265ab88122552aaec

Red Hat Enterprise Linux for Power, big endian 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
ppc
python-2.4.3-44.el5.ppc.rpm SHA-256: 0315f39e6e5532f559ae0adcc41aae6b0e515221b988ed6c0e5245840560fd7f
python-devel-2.4.3-44.el5.ppc.rpm SHA-256: 26877f70389c47268df2face1c707f835d0b3bfff7fdf927363c7e6aac6ebcc2
python-devel-2.4.3-44.el5.ppc64.rpm SHA-256: 6052affbb6064f324e9d3e5cc0817ee929a970e0af5b0b9daa90fe1783665316
python-libs-2.4.3-44.el5.ppc.rpm SHA-256: b24404df9941106739f7daa81c1b88884ab9e339ac97aad0bebaa4a56a428636
python-libs-2.4.3-44.el5.ppc64.rpm SHA-256: a8ce610cac20d543d87573c48e62e1b555d86026b199d27454399fe263385172
python-tools-2.4.3-44.el5.ppc.rpm SHA-256: fafced147bf1005224d401f23db0a3fb61229b1eb8a5e96b5110dc27a1901117
tkinter-2.4.3-44.el5.ppc.rpm SHA-256: 0e5aac819804449b4cf75c258b8b43cc414a8a7e8a2bfa1a11379417db216197

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

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
ppc
python-2.4.3-44.el5.ppc.rpm SHA-256: 0315f39e6e5532f559ae0adcc41aae6b0e515221b988ed6c0e5245840560fd7f
python-devel-2.4.3-44.el5.ppc.rpm SHA-256: 26877f70389c47268df2face1c707f835d0b3bfff7fdf927363c7e6aac6ebcc2
python-devel-2.4.3-44.el5.ppc64.rpm SHA-256: 6052affbb6064f324e9d3e5cc0817ee929a970e0af5b0b9daa90fe1783665316
python-libs-2.4.3-44.el5.ppc.rpm SHA-256: b24404df9941106739f7daa81c1b88884ab9e339ac97aad0bebaa4a56a428636
python-libs-2.4.3-44.el5.ppc64.rpm SHA-256: a8ce610cac20d543d87573c48e62e1b555d86026b199d27454399fe263385172
python-tools-2.4.3-44.el5.ppc.rpm SHA-256: fafced147bf1005224d401f23db0a3fb61229b1eb8a5e96b5110dc27a1901117
tkinter-2.4.3-44.el5.ppc.rpm SHA-256: 0e5aac819804449b4cf75c258b8b43cc414a8a7e8a2bfa1a11379417db216197

Red Hat Enterprise Linux Server from RHUI 5

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

Red Hat Enterprise Linux Server - Extended Update Support from RHUI 5.6

SRPM
python-2.4.3-44.el5.src.rpm SHA-256: 7417fd859790aca9a37774378b5fc20ffc53fdf4d25e2d303f47e9c859beed36
x86_64
python-2.4.3-44.el5.x86_64.rpm SHA-256: 0be52e630ad7eee33d955e892eb01837fefcc76104e813bd0398af502a33585f
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-devel-2.4.3-44.el5.x86_64.rpm SHA-256: 843800ebc174efa71a591337e57850a18639565ec76fd59938538c43606517db
python-libs-2.4.3-44.el5.x86_64.rpm SHA-256: 5e5d86318abe2a9009e8e4165ac537bc82133810a161b75339888120013d2117
python-tools-2.4.3-44.el5.x86_64.rpm SHA-256: 50149b58a94a19d97d5b4e7a942aad6db91d4b81f9ad549e93a36ed448ed3dc6
tkinter-2.4.3-44.el5.x86_64.rpm SHA-256: cfea6cb43a1569e2d651663a2b5e439c39eb7b52572ceede7eddd5d54224e0af
i386
python-2.4.3-44.el5.i386.rpm SHA-256: ba4700caf699ce07adbcf61c6571a941a374631fd07d22afd658a4d23b6bc3d4
python-devel-2.4.3-44.el5.i386.rpm SHA-256: b0141b9fb994d0ed8b7a8e02a5ddf2802ec020685ce5e04be7275abdcea6405f
python-libs-2.4.3-44.el5.i386.rpm SHA-256: 92f63691de167e3f63e357d28bbfcba3916881542f8c912c43d6772c934f1275
python-tools-2.4.3-44.el5.i386.rpm SHA-256: eb650b2d09aaa69e46e3a02622a90ec26a9eca66cf6b62a5c2e66ce73ce69d14
tkinter-2.4.3-44.el5.i386.rpm SHA-256: 72c86d73ef60a7936518a5afa58f61675fda0a9fa67184ea3252bab8ba561cd5

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, Inc.

Red Hat legal and privacy links

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