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-2015:1330 - Security Advisory
Issued:
2015-07-22
Updated:
2015-07-22

RHSA-2015:1330 - 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 multiple security issues, several bugs
and add one enhancement are now available for Red Hat Enterprise Linux 6.

Red Hat Product Security 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
often compared to Tcl, Perl, Scheme, or Java. Python includes modules,
classes, exceptions, very high level dynamic data types and dynamic typing.
Python supports interfaces to many system calls and libraries, as well as
to various windowing systems (X11, Motif, Tk, Mac and MFC).

It was discovered that the socket.recvfrom_into() function failed to check
the size of the supplied buffer. This could lead to a buffer overflow when
the function was called with an insufficiently sized buffer.
(CVE-2014-1912)

It was discovered that multiple Python standard library modules
implementing network protocols (such as httplib or smtplib) failed to
restrict the sizes of server responses. A malicious server could cause a
client using one of the affected modules to consume an excessive amount of
memory. (CVE-2013-1752)

It was discovered that the CGIHTTPServer module incorrectly handled URL
encoded paths. A remote attacker could use this flaw to execute scripts
outside of the cgi-bin directory, or disclose the source code of the
scripts in the cgi-bin directory. (CVE-2014-4650)

An integer overflow flaw was found in the way the buffer() function handled
its offset and size arguments. An attacker able to control these arguments
could use this flaw to disclose portions of the application memory or cause
it to crash. (CVE-2014-7185)

These updated python packages also include numerous bug fixes and
enhancements. Space precludes documenting all of these changes in this
advisory. For information on the most significant of these changes, users
are directed to the following article on the Red Hat Customer Portal:

https://access.redhat.com/articles/1495363

All python users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues and add this
enhancement.

Solution

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

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

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 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 Desktop 6 x86_64
  • 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 - 794632 - Python 2.6 installation is not 64 bit clean
  • BZ - 1046174 - CVE-2013-1752 python: multiple unbound readline() DoS flaws in python stdlib
  • BZ - 1062370 - CVE-2014-1912 python: buffer overflow in socket.recvfrom_into()
  • BZ - 1073165 - subprocess.Popen.communicate() fails with: IOError: [Errno 4] Interrupted system call
  • BZ - 1113527 - CVE-2014-4650 python: CGIHTTPServer module does not properly handle URL-encoded path separators in URLs
  • BZ - 1146026 - CVE-2014-7185 python: buffer() integer overflow leading to out of bounds read
  • BZ - 1160640 - cProfile main() traceback if options syntax is invalid
  • BZ - 1180864 - multiprocessing BaseManager serve_client() does not check EINTR on recv
  • BZ - 1199997 - python-libs should have "Provides: python-ordereddict"
  • BZ - 1223037 - Python raises exception on deepcopy of instance methods

CVEs

  • CVE-2014-7185
  • CVE-2013-1752
  • CVE-2014-1912
  • CVE-2014-4650

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • https://access.redhat.com/articles/1495363
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-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762

Red Hat Enterprise Linux Workstation 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762

Red Hat Enterprise Linux Desktop 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
s390x
python-2.6.6-64.el6.s390x.rpm SHA-256: 8dda692228fed281f8180692debe6ecc90e3098b76b984bc82a9677d31832ee4
python-debuginfo-2.6.6-64.el6.s390.rpm SHA-256: 747cb07cd9271f780a064bee2c2bf3f6a11dd54b3276298552645e3c27952482
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-devel-2.6.6-64.el6.s390.rpm SHA-256: 3860cf81f2b0848324b73d09aa0f91e96e685d777fd328722074d50e465df7f0
python-devel-2.6.6-64.el6.s390x.rpm SHA-256: a2cb72ba193de102f554706b8f4aaea49a0b19191976a82e188c505c6701ecd1
python-libs-2.6.6-64.el6.s390.rpm SHA-256: d48f45bc479eb2821fbc07c99b7b60fecfe278c22b12c226170a58760e202321
python-libs-2.6.6-64.el6.s390x.rpm SHA-256: e7c9d102aac22d604126dd60ddf90b536e58deaecbb95d4d29555562d291e1cf
python-test-2.6.6-64.el6.s390x.rpm SHA-256: 1e26932e32b16531a37887e084d555b6fc2f3b4d31db633c1aa42415362b8714
python-tools-2.6.6-64.el6.s390x.rpm SHA-256: 7ec4849f368cc6bdd48a063c0ef5e5a7b69a7a556064528924221195e244f5d4
tkinter-2.6.6-64.el6.s390x.rpm SHA-256: 066d11a290c88a75759006b08a084efdf75d4f730f49b3eddb75f73dbe4cd7df

Red Hat Enterprise Linux for Power, big endian 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
ppc64
python-2.6.6-64.el6.ppc64.rpm SHA-256: d5f72c5e0e89c027100ebb7a5c5a285f17701733cb7d922d4d2c16948676a5af
python-debuginfo-2.6.6-64.el6.ppc.rpm SHA-256: 95973cc65f1501f18dbbc04ed145351121c328164f90d91b8065323c97bf5c12
python-debuginfo-2.6.6-64.el6.ppc64.rpm SHA-256: 604f74c0fd1cd83eb8fcb92fb5f3bb11db140abec4f0d9e343e607a4d4f4f7c2
python-debuginfo-2.6.6-64.el6.ppc64.rpm SHA-256: 604f74c0fd1cd83eb8fcb92fb5f3bb11db140abec4f0d9e343e607a4d4f4f7c2
python-devel-2.6.6-64.el6.ppc.rpm SHA-256: 5c5c5e2e347c8fecfe358e603604e4102865fc77899f41a81067a31b0cef95f6
python-devel-2.6.6-64.el6.ppc64.rpm SHA-256: 0783116ccf02061473a9da8e60148b5ba4175dcf981d672f150705bf1b0312ef
python-libs-2.6.6-64.el6.ppc.rpm SHA-256: 6b8d006c6704d9dad94543871e7dd2af7d9cabdf8d6f7bcff3404b2c64159059
python-libs-2.6.6-64.el6.ppc64.rpm SHA-256: 45f4ba6e5893d5212380c632b9dd1773f424cdaf77642d5dfaede406ab2daa11
python-test-2.6.6-64.el6.ppc64.rpm SHA-256: 5866cda9f3f0cd3680f72cf90abcd31c8b81c7d5cefa94910b56fc9ffbde25a4
python-tools-2.6.6-64.el6.ppc64.rpm SHA-256: dba02a0cb2c8cb290957c14410011422c7122d081ad168e543534b6ac2d182a3
tkinter-2.6.6-64.el6.ppc64.rpm SHA-256: c4214d31db1ec9cb8aac0b86edb4a5c81f20d978b5071741e7bc2fa54c1d725a

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a

Red Hat Enterprise Linux Server from RHUI 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762

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

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
s390x
python-2.6.6-64.el6.s390x.rpm SHA-256: 8dda692228fed281f8180692debe6ecc90e3098b76b984bc82a9677d31832ee4
python-debuginfo-2.6.6-64.el6.s390.rpm SHA-256: 747cb07cd9271f780a064bee2c2bf3f6a11dd54b3276298552645e3c27952482
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-devel-2.6.6-64.el6.s390.rpm SHA-256: 3860cf81f2b0848324b73d09aa0f91e96e685d777fd328722074d50e465df7f0
python-devel-2.6.6-64.el6.s390x.rpm SHA-256: a2cb72ba193de102f554706b8f4aaea49a0b19191976a82e188c505c6701ecd1
python-libs-2.6.6-64.el6.s390.rpm SHA-256: d48f45bc479eb2821fbc07c99b7b60fecfe278c22b12c226170a58760e202321
python-libs-2.6.6-64.el6.s390x.rpm SHA-256: e7c9d102aac22d604126dd60ddf90b536e58deaecbb95d4d29555562d291e1cf
python-test-2.6.6-64.el6.s390x.rpm SHA-256: 1e26932e32b16531a37887e084d555b6fc2f3b4d31db633c1aa42415362b8714
python-tools-2.6.6-64.el6.s390x.rpm SHA-256: 7ec4849f368cc6bdd48a063c0ef5e5a7b69a7a556064528924221195e244f5d4
tkinter-2.6.6-64.el6.s390x.rpm SHA-256: 066d11a290c88a75759006b08a084efdf75d4f730f49b3eddb75f73dbe4cd7df

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

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
x86_64
python-2.6.6-64.el6.x86_64.rpm SHA-256: 9b53e792dae0817e5fa91853be12a0828813ffd0633219594fd67111d24e4f14
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-debuginfo-2.6.6-64.el6.x86_64.rpm SHA-256: 62dd3cd56fdcb657d6ccd64ee70c929d46cbb746c53a609104d15a5e1617eea2
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-devel-2.6.6-64.el6.x86_64.rpm SHA-256: 23447c42b5416803ad32cad20ad1f77db4e18e7471d58deff253991582261e91
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-libs-2.6.6-64.el6.x86_64.rpm SHA-256: 18207b615a1f8949633510f5cffb8e7313b20c2ac850f8888a0234e3e37d36b7
python-test-2.6.6-64.el6.x86_64.rpm SHA-256: 32e263b867371c5be3367022b8f95da558bdabbb6397a96900a48053839416f5
python-tools-2.6.6-64.el6.x86_64.rpm SHA-256: bcb2aa5f562d9212dcaac359fc29404ecbeb72ad23498034da1f47505274e5a4
tkinter-2.6.6-64.el6.x86_64.rpm SHA-256: aa714f43a104aedd6c0d59f859190900ffbb416c2385e942475036f92e2dd79a
i386
python-2.6.6-64.el6.i686.rpm SHA-256: 8400a86c66f5b565d86eb231b302c248a540c7edcc24ab5af34acc3beff950e2
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-debuginfo-2.6.6-64.el6.i686.rpm SHA-256: 6cb4c5ca480d71e7b10e0499df55d57ca66ca70bef3ea482cd557e9f07ce2287
python-devel-2.6.6-64.el6.i686.rpm SHA-256: f1a42c2581e926bc65b086f53dec07054f143c64d2bb8ab239b49c888634d9e0
python-libs-2.6.6-64.el6.i686.rpm SHA-256: 92b6ce93d828830a6638797c33283abb9d66fc7fdf7b8690968a4b835493a5eb
python-test-2.6.6-64.el6.i686.rpm SHA-256: d534999e5cb8fac8ab1d0b5957e64898fafd75f52165cdf9eb4020e26723ae8e
python-tools-2.6.6-64.el6.i686.rpm SHA-256: 35acbcb8f2c13b80f87c4616e67e476231a9ce615b07ee5f358f5609e8fe0502
tkinter-2.6.6-64.el6.i686.rpm SHA-256: 096e8936857add8829a80b3a5b0d963b53d4a12287e2cfb03a062d0fc91b8762

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

SRPM
python-2.6.6-64.el6.src.rpm SHA-256: 500e4015413f0dabca6c2bf16328a8129ebe57baa7e26ce7f6e1a993cf6bdded
s390x
python-2.6.6-64.el6.s390x.rpm SHA-256: 8dda692228fed281f8180692debe6ecc90e3098b76b984bc82a9677d31832ee4
python-debuginfo-2.6.6-64.el6.s390.rpm SHA-256: 747cb07cd9271f780a064bee2c2bf3f6a11dd54b3276298552645e3c27952482
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-debuginfo-2.6.6-64.el6.s390x.rpm SHA-256: a927619385b5edd77cbcdf90871adce45e6d3869030f288cd3d8420f245b155d
python-devel-2.6.6-64.el6.s390.rpm SHA-256: 3860cf81f2b0848324b73d09aa0f91e96e685d777fd328722074d50e465df7f0
python-devel-2.6.6-64.el6.s390x.rpm SHA-256: a2cb72ba193de102f554706b8f4aaea49a0b19191976a82e188c505c6701ecd1
python-libs-2.6.6-64.el6.s390.rpm SHA-256: d48f45bc479eb2821fbc07c99b7b60fecfe278c22b12c226170a58760e202321
python-libs-2.6.6-64.el6.s390x.rpm SHA-256: e7c9d102aac22d604126dd60ddf90b536e58deaecbb95d4d29555562d291e1cf
python-test-2.6.6-64.el6.s390x.rpm SHA-256: 1e26932e32b16531a37887e084d555b6fc2f3b4d31db633c1aa42415362b8714
python-tools-2.6.6-64.el6.s390x.rpm SHA-256: 7ec4849f368cc6bdd48a063c0ef5e5a7b69a7a556064528924221195e244f5d4
tkinter-2.6.6-64.el6.s390x.rpm SHA-256: 066d11a290c88a75759006b08a084efdf75d4f730f49b3eddb75f73dbe4cd7df

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

Red Hat legal and privacy links

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