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

RHSA-2011:0554 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: python security, bug fix, and enhancement update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated python packages that fix three security issues, several bugs, and
add various enhancements are now available for Red Hat Enterprise Linux 6.

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)

This erratum also upgrades Python to upstream version 2.6.6, and includes a
number of bug fixes and enhancements. Documentation for these bug fixes
and enhancements is available from the Technical Notes document, linked to
in the References section.

All users of Python are advised to upgrade to these updated packages, which
correct these issues, and fix the bugs and add the enhancements noted in
the Technical Notes.

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

Fixes

  • BZ - 603073 - python >>> help() >>> modules command traceback when used without DISPLAY
  • BZ - 614680 - Try to print repr() when a fatal garbage collection assertion fails
  • BZ - 625393 - adjust test_commands unit test to the updated output of the ls command
  • BZ - 625395 - include the tests/data directory in the python-test rpm
  • BZ - 626756 - test_dbm fails on ppc64 & s390x
  • BZ - 627301 - Rebase python from 2.6.5 to 2.6.6 in RHEL 6.1
  • BZ - 632200 - CVE-2010-3493 Python: SMTP proxy RFC 2821 module DoS (uncaught exception) (Issue #9129)
  • BZ - 634944 - rpmlint errors and warnings
  • BZ - 639392 - Generating python backtrace with "py-bt" fails with a traceback
  • BZ - 649274 - Infinite recursion in urllib2 on basicauth failure
  • BZ - 650588 - subprocess fails in select when descriptors are large (rhel6)
  • BZ - 669847 - urllib2's AbstractBasicAuthHandler is limited to 6 requests
  • BZ - 680094 - CVE-2011-1015 python (CGIHTTPServer): CGI script source code disclosure
  • BZ - 684991 - python update causes rhythmbox to crash
  • BZ - 690315 - python occasionally fails to build on machines with more than one core
  • BZ - 690560 - CVE-2011-1521 python (urllib, urllib2): Improper management of ftp:// and file:// URL schemes (Issue #11662)

CVEs

  • CVE-2010-3493
  • CVE-2011-1521
  • CVE-2011-1015

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/6.1_Technical_Notes/python.html
  • http://www.python.org/download/releases/2.6.6/NEWS.txt
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

Red Hat Enterprise Linux Workstation 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

Red Hat Enterprise Linux Desktop 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
s390x
python-2.6.6-20.el6.s390x.rpm SHA-256: a852e60a5b9c3c1382a5f6e7e3426d06c996a9ac27ed564df2482b107c8ff525
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-devel-2.6.6-20.el6.s390x.rpm SHA-256: 2308fa6e90eef324d3a26bf28703d6fa8482587fe888df3ee610d30094a6fe58
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.s390x.rpm SHA-256: 4d1059f7c3dd25d1ff1867f58095f58bf387ac5e6fc54fe8704115feaa573121
python-test-2.6.6-20.el6.s390x.rpm SHA-256: 4db1f1b951617d55b6b25f8f0473518743fbdba2e5c8b7b5b82a1c05fc75a133
python-tools-2.6.6-20.el6.s390x.rpm SHA-256: 1878937a39c7e511ced87036d265cc3a87208b4c0213ee12cfbc7be16237a99c
tkinter-2.6.6-20.el6.s390x.rpm SHA-256: 61c703f48d84d66225b1e90daf0361cfab8ce6fc7bd405d922c9cae5ecab8977

Red Hat Enterprise Linux for Power, big endian 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
ppc64
python-2.6.6-20.el6.ppc64.rpm SHA-256: fa96f73ebbe8cf84397e04d43d40e713f8c9a229ca50530c82842f2b9769022d
python-debuginfo-2.6.6-20.el6.ppc64.rpm SHA-256: 40cf9dddc0122b41eb9dc91272c191bcc66bb98ab958b473e576403e5cee5808
python-debuginfo-2.6.6-20.el6.ppc64.rpm SHA-256: 40cf9dddc0122b41eb9dc91272c191bcc66bb98ab958b473e576403e5cee5808
python-devel-2.6.6-20.el6.ppc64.rpm SHA-256: eca11af9bce797c1b9e05c68cd68ee786a84bb6b97c7c645cda67fe46c8f571f
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.ppc64.rpm SHA-256: 14619730a6e28ee981855f3aaa35a3bcc8e4b644d1bdcf7e94a2fa66082b8b11
python-test-2.6.6-20.el6.ppc64.rpm SHA-256: 90a68a1d344846dfbb1fb53e5f8016e5b7dddf2ec95581f8e2afb2e8d5894ef3
python-tools-2.6.6-20.el6.ppc64.rpm SHA-256: 6db9f1a8bdf940ab09fb28e809db2184173e546617278fc1826851e8806c7658
tkinter-2.6.6-20.el6.ppc64.rpm SHA-256: 10fb912c9f2b32540d693300b076c9d9970e4833fc096cd549a55ab824d63907

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6

Red Hat Enterprise Linux Server from RHUI 6

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

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

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
s390x
python-2.6.6-20.el6.s390x.rpm SHA-256: a852e60a5b9c3c1382a5f6e7e3426d06c996a9ac27ed564df2482b107c8ff525
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-devel-2.6.6-20.el6.s390x.rpm SHA-256: 2308fa6e90eef324d3a26bf28703d6fa8482587fe888df3ee610d30094a6fe58
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.s390x.rpm SHA-256: 4d1059f7c3dd25d1ff1867f58095f58bf387ac5e6fc54fe8704115feaa573121
python-test-2.6.6-20.el6.s390x.rpm SHA-256: 4db1f1b951617d55b6b25f8f0473518743fbdba2e5c8b7b5b82a1c05fc75a133
python-tools-2.6.6-20.el6.s390x.rpm SHA-256: 1878937a39c7e511ced87036d265cc3a87208b4c0213ee12cfbc7be16237a99c
tkinter-2.6.6-20.el6.s390x.rpm SHA-256: 61c703f48d84d66225b1e90daf0361cfab8ce6fc7bd405d922c9cae5ecab8977

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

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
x86_64
python-2.6.6-20.el6.x86_64.rpm SHA-256: fa37d727cd57b6745d93760a4a5d9f644d37cd74f8e88c37723e962d809bc111
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-debuginfo-2.6.6-20.el6.x86_64.rpm SHA-256: 4736016b36bb599e4cdb1f2aceb930356608fedc4882eab7a54cf422c118ecfa
python-devel-2.6.6-20.el6.x86_64.rpm SHA-256: f7747f2b3b7a6276246c547fb3f2c139c60af17c63b01931b29f2b9ee788d979
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.x86_64.rpm SHA-256: 308835ecb0a64879e4f97f75a1b3ca8a9dba7062b2fd4224430d3c9524b9d132
python-test-2.6.6-20.el6.x86_64.rpm SHA-256: 2be1336d372751ab4ca03fe54e10ab7392a0800a58c205bc93ba02a24259e520
python-tools-2.6.6-20.el6.x86_64.rpm SHA-256: 63790b91066e14a754db195b20b4c89fda545b82a4f82a34dc84a6209b25a557
tkinter-2.6.6-20.el6.x86_64.rpm SHA-256: 33c51763ddd1ed1b13c00d026ea6801bede1804fd4c519217f0e1e5fb069dcf6
i386
python-2.6.6-20.el6.i686.rpm SHA-256: 37dffa800737f4ed4d561947ffbf0026aa7388454138a82671dc1cf0aa95ebf8
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-debuginfo-2.6.6-20.el6.i686.rpm SHA-256: a3e74d641362a92cf09cd424672c095484e21e307c5405676dc2450cf8da5447
python-devel-2.6.6-20.el6.i686.rpm SHA-256: cddba40c1ffec987cb819c2d322143d9ffcc3639fd9b5e7320184acb0fdeb98a
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.i686.rpm SHA-256: 4586a926dd02dce56d50d2f9d30e23b984778c9e008206390f70f9bd1222fe3d
python-test-2.6.6-20.el6.i686.rpm SHA-256: 73e2fa320b7f64d39682f84c6f7cb596559e1a8687e753c80c697c26fc0871e4
python-tools-2.6.6-20.el6.i686.rpm SHA-256: 0120a7dabd6f400a687db32488cb1a8bd5ad7cfc053360f21cc231994630a9a9
tkinter-2.6.6-20.el6.i686.rpm SHA-256: 415356bc3ebb6fafa32e050b017e8d7bb58566ad45689b29f11e7fa70d07ccfd

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

SRPM
python-2.6.6-20.el6.src.rpm SHA-256: a341def300c74bc0c52fc1c17ceadd852c19f54d1f2910ad81b471361363aacf
python-docs-2.6.6-2.el6.src.rpm SHA-256: 567c140734d300391a90e64c932f9079d405210942314e0034db464483652aa9
s390x
python-2.6.6-20.el6.s390x.rpm SHA-256: a852e60a5b9c3c1382a5f6e7e3426d06c996a9ac27ed564df2482b107c8ff525
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-debuginfo-2.6.6-20.el6.s390x.rpm SHA-256: c942638237d1d4915b13c23d17607f20c01b513e013e51af35be1a4bec628c6e
python-devel-2.6.6-20.el6.s390x.rpm SHA-256: 2308fa6e90eef324d3a26bf28703d6fa8482587fe888df3ee610d30094a6fe58
python-docs-2.6.6-2.el6.noarch.rpm SHA-256: 3b358ff5abf095b2c7383df352e577f3ec15213666cbcf0e64cc591812c0411d
python-libs-2.6.6-20.el6.s390x.rpm SHA-256: 4d1059f7c3dd25d1ff1867f58095f58bf387ac5e6fc54fe8704115feaa573121
python-test-2.6.6-20.el6.s390x.rpm SHA-256: 4db1f1b951617d55b6b25f8f0473518743fbdba2e5c8b7b5b82a1c05fc75a133
python-tools-2.6.6-20.el6.s390x.rpm SHA-256: 1878937a39c7e511ced87036d265cc3a87208b4c0213ee12cfbc7be16237a99c
tkinter-2.6.6-20.el6.s390x.rpm SHA-256: 61c703f48d84d66225b1e90daf0361cfab8ce6fc7bd405d922c9cae5ecab8977

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