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:1064 - Security Advisory
Issued:
2015-06-04
Updated:
2015-06-04

RHSA-2015:1064 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: python27 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 python27 collection packages that fix multiple security issues and
several bugs are now available as part of Red Hat Software Collections 2.

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
that supports modules, classes, exceptions, high-level dynamic data types,
and dynamic typing. The python27 collection provide a stable release of
Python 2.7 with a number of additional utilities and database connectors
for MySQL and PostgreSQL.

The python27-python packages have been upgraded to upstream version 2.7.8,
which provides numerous bug fixes over the previous version. (BZ#1167912)

The following security issues were fixed in the python27-python component:

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 the Python xmlrpclib module did not restrict the
size of gzip-compressed HTTP responses. A malicious XMLRPC server could
cause an XMLRPC client using xmlrpclib to consume an excessive amount of
memory. (CVE-2013-1753)

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)

The following security issue was fixed in the python27-python and
python27-python-simplejson components:

A flaw was found in the way the json module handled negative index
arguments passed to certain functions (such as raw_decode()). An attacker
able to control the index value passed to one of the affected functions
could possibly use this flaw to disclose portions of the application
memory. (CVE-2014-4616)

In addition, this update adds the following enhancement:

  • The python27 Software Collection now includes the python-wheel and

python-pip modules. (BZ#994189, BZ#1167902)

All python27 users are advised to upgrade to these updated packages, which
correct these issues and add these enhancements. All running python27
instances must be restarted for this update to take effect.

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 Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.5 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6 x86_64

Fixes

  • BZ - 994189 - Please create a python-pip build for the python 2.7 and 3.3 SCL environments on RHEL 6
  • BZ - 1046170 - CVE-2013-1753 python: XMLRPC library unrestricted decompression of HTTP responses using gzip enconding
  • 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 - 1112285 - CVE-2014-4616 python: missing boundary check in JSON module
  • 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 - 1167912 - Update Python in python27 SCL to Python 2.7.8
  • BZ - 1170993 - RPM macro rpm/macros.python2.python27 references non-existing /usr/lib/rpm/brp-scl-compress

CVEs

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

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 Software Collections (for RHEL Server) 1 for RHEL 7

SRPM
python27-1.1-20.el7.src.rpm SHA-256: 7456f2db631d1efd654e319c3fe35cdef4818d100d1683a93276615eb73c3cf2
python27-python-2.7.8-3.el7.src.rpm SHA-256: 7fd07fec4bbb9f5a4f08b4a994b72e9eba767d0990633d8166e59a5801c65a00
python27-python-pip-1.5.6-5.el7.src.rpm SHA-256: 2b828c0780699f4eaf27987275c95daa8e3be44fe5be869fbbb6ece0071a9df5
python27-python-setuptools-0.9.8-5.el7.src.rpm SHA-256: cf8d2a4ffabbe3f1220e59ba3e513896fb3b5057ec9f2ab35c0f2ef49c9dc420
python27-python-simplejson-3.2.0-3.el7.src.rpm SHA-256: ca138b522e0550bfbf46036ff5748283b363243d96ec8b187c77ac072f7084b2
python27-python-wheel-0.24.0-2.el7.src.rpm SHA-256: 44897f3788ed37f0b18b7cd792306cab6930c06956451aae0327cd8628ffb0fb
x86_64
python27-1.1-20.el7.x86_64.rpm SHA-256: 4f1fb691f480ff4e69766681046b84f02064abacf060ce9169a2c6d119a43530
python27-python-2.7.8-3.el7.x86_64.rpm SHA-256: f6cd372c4256bab3c998afa8a3f937601a10a44ce35223035a745d13d71d7593
python27-python-debug-2.7.8-3.el7.x86_64.rpm SHA-256: f041912abe836b9f0ad5701841aede9d278044f6f8d270c7f8db9b6a43ff814d
python27-python-debuginfo-2.7.8-3.el7.x86_64.rpm SHA-256: b77d7644100e0a8ad76838efd43bbef682246a0bf87257ba3fb6440ecfb3babc
python27-python-devel-2.7.8-3.el7.x86_64.rpm SHA-256: 02d2b5957fc04e2066ffd02ba8fe50f4feeb3e35b5ae7c7737f4052bd7b6acef
python27-python-libs-2.7.8-3.el7.x86_64.rpm SHA-256: a55ebaaa6db6292f5e26862830a8cd744b053c7a06b22ad977b0cefcd9591071
python27-python-pip-1.5.6-5.el7.noarch.rpm SHA-256: 060e0c6c6991beb559d293ab13ce215f41cc8efef6e41fdac5900333fade7ac0
python27-python-setuptools-0.9.8-5.el7.noarch.rpm SHA-256: 419d3232f804cc1e194b132bf34a13ea91e702cd0327af3a6d069a9a8a06bf99
python27-python-simplejson-3.2.0-3.el7.x86_64.rpm SHA-256: 9f884247f7ce389926d988b43ffff981fb9e102421626086a81e9c4e56e45851
python27-python-simplejson-debuginfo-3.2.0-3.el7.x86_64.rpm SHA-256: 043ea179216393799039bfb712b4b6c01fcbb29def92e7004bc4e2db85bb53b2
python27-python-test-2.7.8-3.el7.x86_64.rpm SHA-256: 2bcac5513820670b7995acdcc5bf980e5b043919979b0e38bf8ebc982a9b23ee
python27-python-tools-2.7.8-3.el7.x86_64.rpm SHA-256: e6c1798bd8c593181aac6141fef6230197de4290194f53e19e6b0ad5775dff97
python27-python-wheel-0.24.0-2.el7.noarch.rpm SHA-256: 6c702eced63d332ae3ed5243710e5cc576affe3f2f3b63e1bfdeaaaa8b7cf481
python27-runtime-1.1-20.el7.x86_64.rpm SHA-256: 67a1444815a984d822f1fb0ccb987055b91a1bc0054a342181b83a916a30c818
python27-scldevel-1.1-20.el7.x86_64.rpm SHA-256: 86b7dbc8eb0a4a44b472c1840a48c6d00e9f60f32878e314b1004d32eed8b413
python27-tkinter-2.7.8-3.el7.x86_64.rpm SHA-256: 4a51e3379cd2fc77c060ed178bab6f4a778af09074eb2732fbd195f76157b98d

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6

SRPM
python27-1.1-17.el6.src.rpm SHA-256: d6c6e75fa0edfaa58974b2bd10779a499492ce0c86e4ea61d238b7cdd6fd3134
python27-python-2.7.8-3.el6.src.rpm SHA-256: 433f9dfb6512e91d10b20535d93434088720dbd9044deb677381ed713634c1bc
python27-python-pip-1.5.6-5.el6.src.rpm SHA-256: aceaa94b58200d22e4f148edac325feb3c833aee0258563c5f9285f6c8aecf21
python27-python-setuptools-0.9.8-3.el6.src.rpm SHA-256: 5ffe3db622710a6c6ab5a2116d08e4ed875b30dc6d30ce9a0b6451c6d06375a8
python27-python-simplejson-3.2.0-2.el6.src.rpm SHA-256: 1c3d5ae42dc072a25fc4ad406bb3a17b78577175183154e87b15f7e609db75f5
python27-python-wheel-0.24.0-2.el6.src.rpm SHA-256: d6fa00334a4488858f66cdf933720df12d290d8069af23a543fd40445fc3a06c
x86_64
python27-1.1-17.el6.x86_64.rpm SHA-256: 6b608c66418fd083ad0c271687529bcb077bc99956e36f84f34116f14654d19c
python27-python-2.7.8-3.el6.x86_64.rpm SHA-256: f3ad5f322aa6ffc8ac3c57cb86fed3037a8797d5b7f415d5d2ba6ff65a692ae9
python27-python-debug-2.7.8-3.el6.x86_64.rpm SHA-256: b1c1fa284c8d11a21d6d2c3ea456616f8b2a0bd2dff7beb226c6f12120acfa08
python27-python-debuginfo-2.7.8-3.el6.x86_64.rpm SHA-256: 0ce78eeddd28c5580f9b7367ace998f0ec3ecb90d53997b834d83d2391fe7cdc
python27-python-devel-2.7.8-3.el6.x86_64.rpm SHA-256: 1358fa0e93a89fff4d7449b098671111d72171c310246bdcb684d58705accaf9
python27-python-libs-2.7.8-3.el6.x86_64.rpm SHA-256: 3c4c3c0bac0c580a87a97ac2607c3df860ac0a62dc1bb01691d65b914a4d9486
python27-python-pip-1.5.6-5.el6.noarch.rpm SHA-256: 3859a7e587e18d8ed95491204e6e43340dba986b0792e72ceccb3a33ae4d8cf2
python27-python-setuptools-0.9.8-3.el6.noarch.rpm SHA-256: fd69fcff6179e1cfe726234ca76da5c0e77a1992739772ac03075c20fe133765
python27-python-simplejson-3.2.0-2.el6.x86_64.rpm SHA-256: f0a074749d0f1acf1e06cc82f2cb62178d882987fecebf2cacbd873d7ad6d28b
python27-python-simplejson-debuginfo-3.2.0-2.el6.x86_64.rpm SHA-256: 2bbd808a6fed5fa51f1d199cd5025bac24c8a8fa3c2bba3f60fd896807b71ffa
python27-python-test-2.7.8-3.el6.x86_64.rpm SHA-256: 8689a68c56bd3402c06659ac76a3c9d7cd120f2d04563d4f661a946a5713f0f6
python27-python-tools-2.7.8-3.el6.x86_64.rpm SHA-256: a0cde7c6ae2fd96724e93611e3bd8047733e9a722a662f18ec0e2cd2ab4b4388
python27-python-wheel-0.24.0-2.el6.noarch.rpm SHA-256: e4f7b1b2c62fc1dbe6a77ffedc4a0c946295c687febbb5b7d5f5ad41497dfe77
python27-runtime-1.1-17.el6.x86_64.rpm SHA-256: b83f36f8b300f6410e961ba16fa2eb9a3b8ddcf7625d4ba09fb90bea25e32ad2
python27-scldevel-1.1-17.el6.x86_64.rpm SHA-256: 2639796c4385d0c76a21272099ab2f5bb2a5a61ab23ed47696c8a33ea8da8e65
python27-tkinter-2.7.8-3.el6.x86_64.rpm SHA-256: 81ea48498951379c224df9ed0610fff1b9a5636022edd94c578334d7752206ec

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.5

SRPM
python27-1.1-17.el6.src.rpm SHA-256: d6c6e75fa0edfaa58974b2bd10779a499492ce0c86e4ea61d238b7cdd6fd3134
python27-python-2.7.8-3.el6.src.rpm SHA-256: 433f9dfb6512e91d10b20535d93434088720dbd9044deb677381ed713634c1bc
python27-python-pip-1.5.6-5.el6.src.rpm SHA-256: aceaa94b58200d22e4f148edac325feb3c833aee0258563c5f9285f6c8aecf21
python27-python-setuptools-0.9.8-3.el6.src.rpm SHA-256: 5ffe3db622710a6c6ab5a2116d08e4ed875b30dc6d30ce9a0b6451c6d06375a8
python27-python-simplejson-3.2.0-2.el6.src.rpm SHA-256: 1c3d5ae42dc072a25fc4ad406bb3a17b78577175183154e87b15f7e609db75f5
python27-python-wheel-0.24.0-2.el6.src.rpm SHA-256: d6fa00334a4488858f66cdf933720df12d290d8069af23a543fd40445fc3a06c
x86_64
python27-1.1-17.el6.x86_64.rpm SHA-256: 6b608c66418fd083ad0c271687529bcb077bc99956e36f84f34116f14654d19c
python27-python-2.7.8-3.el6.x86_64.rpm SHA-256: f3ad5f322aa6ffc8ac3c57cb86fed3037a8797d5b7f415d5d2ba6ff65a692ae9
python27-python-debug-2.7.8-3.el6.x86_64.rpm SHA-256: b1c1fa284c8d11a21d6d2c3ea456616f8b2a0bd2dff7beb226c6f12120acfa08
python27-python-debuginfo-2.7.8-3.el6.x86_64.rpm SHA-256: 0ce78eeddd28c5580f9b7367ace998f0ec3ecb90d53997b834d83d2391fe7cdc
python27-python-devel-2.7.8-3.el6.x86_64.rpm SHA-256: 1358fa0e93a89fff4d7449b098671111d72171c310246bdcb684d58705accaf9
python27-python-libs-2.7.8-3.el6.x86_64.rpm SHA-256: 3c4c3c0bac0c580a87a97ac2607c3df860ac0a62dc1bb01691d65b914a4d9486
python27-python-pip-1.5.6-5.el6.noarch.rpm SHA-256: 3859a7e587e18d8ed95491204e6e43340dba986b0792e72ceccb3a33ae4d8cf2
python27-python-setuptools-0.9.8-3.el6.noarch.rpm SHA-256: fd69fcff6179e1cfe726234ca76da5c0e77a1992739772ac03075c20fe133765
python27-python-simplejson-3.2.0-2.el6.x86_64.rpm SHA-256: f0a074749d0f1acf1e06cc82f2cb62178d882987fecebf2cacbd873d7ad6d28b
python27-python-simplejson-debuginfo-3.2.0-2.el6.x86_64.rpm SHA-256: 2bbd808a6fed5fa51f1d199cd5025bac24c8a8fa3c2bba3f60fd896807b71ffa
python27-python-test-2.7.8-3.el6.x86_64.rpm SHA-256: 8689a68c56bd3402c06659ac76a3c9d7cd120f2d04563d4f661a946a5713f0f6
python27-python-tools-2.7.8-3.el6.x86_64.rpm SHA-256: a0cde7c6ae2fd96724e93611e3bd8047733e9a722a662f18ec0e2cd2ab4b4388
python27-python-wheel-0.24.0-2.el6.noarch.rpm SHA-256: e4f7b1b2c62fc1dbe6a77ffedc4a0c946295c687febbb5b7d5f5ad41497dfe77
python27-runtime-1.1-17.el6.x86_64.rpm SHA-256: b83f36f8b300f6410e961ba16fa2eb9a3b8ddcf7625d4ba09fb90bea25e32ad2
python27-scldevel-1.1-17.el6.x86_64.rpm SHA-256: 2639796c4385d0c76a21272099ab2f5bb2a5a61ab23ed47696c8a33ea8da8e65
python27-tkinter-2.7.8-3.el6.x86_64.rpm SHA-256: 81ea48498951379c224df9ed0610fff1b9a5636022edd94c578334d7752206ec

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6

SRPM
python27-1.1-17.el6.src.rpm SHA-256: d6c6e75fa0edfaa58974b2bd10779a499492ce0c86e4ea61d238b7cdd6fd3134
python27-python-2.7.8-3.el6.src.rpm SHA-256: 433f9dfb6512e91d10b20535d93434088720dbd9044deb677381ed713634c1bc
python27-python-pip-1.5.6-5.el6.src.rpm SHA-256: aceaa94b58200d22e4f148edac325feb3c833aee0258563c5f9285f6c8aecf21
python27-python-setuptools-0.9.8-3.el6.src.rpm SHA-256: 5ffe3db622710a6c6ab5a2116d08e4ed875b30dc6d30ce9a0b6451c6d06375a8
python27-python-simplejson-3.2.0-2.el6.src.rpm SHA-256: 1c3d5ae42dc072a25fc4ad406bb3a17b78577175183154e87b15f7e609db75f5
python27-python-wheel-0.24.0-2.el6.src.rpm SHA-256: d6fa00334a4488858f66cdf933720df12d290d8069af23a543fd40445fc3a06c
x86_64
python27-1.1-17.el6.x86_64.rpm SHA-256: 6b608c66418fd083ad0c271687529bcb077bc99956e36f84f34116f14654d19c
python27-python-2.7.8-3.el6.x86_64.rpm SHA-256: f3ad5f322aa6ffc8ac3c57cb86fed3037a8797d5b7f415d5d2ba6ff65a692ae9
python27-python-debug-2.7.8-3.el6.x86_64.rpm SHA-256: b1c1fa284c8d11a21d6d2c3ea456616f8b2a0bd2dff7beb226c6f12120acfa08
python27-python-debuginfo-2.7.8-3.el6.x86_64.rpm SHA-256: 0ce78eeddd28c5580f9b7367ace998f0ec3ecb90d53997b834d83d2391fe7cdc
python27-python-devel-2.7.8-3.el6.x86_64.rpm SHA-256: 1358fa0e93a89fff4d7449b098671111d72171c310246bdcb684d58705accaf9
python27-python-libs-2.7.8-3.el6.x86_64.rpm SHA-256: 3c4c3c0bac0c580a87a97ac2607c3df860ac0a62dc1bb01691d65b914a4d9486
python27-python-pip-1.5.6-5.el6.noarch.rpm SHA-256: 3859a7e587e18d8ed95491204e6e43340dba986b0792e72ceccb3a33ae4d8cf2
python27-python-setuptools-0.9.8-3.el6.noarch.rpm SHA-256: fd69fcff6179e1cfe726234ca76da5c0e77a1992739772ac03075c20fe133765
python27-python-simplejson-3.2.0-2.el6.x86_64.rpm SHA-256: f0a074749d0f1acf1e06cc82f2cb62178d882987fecebf2cacbd873d7ad6d28b
python27-python-simplejson-debuginfo-3.2.0-2.el6.x86_64.rpm SHA-256: 2bbd808a6fed5fa51f1d199cd5025bac24c8a8fa3c2bba3f60fd896807b71ffa
python27-python-test-2.7.8-3.el6.x86_64.rpm SHA-256: 8689a68c56bd3402c06659ac76a3c9d7cd120f2d04563d4f661a946a5713f0f6
python27-python-tools-2.7.8-3.el6.x86_64.rpm SHA-256: a0cde7c6ae2fd96724e93611e3bd8047733e9a722a662f18ec0e2cd2ab4b4388
python27-python-wheel-0.24.0-2.el6.noarch.rpm SHA-256: e4f7b1b2c62fc1dbe6a77ffedc4a0c946295c687febbb5b7d5f5ad41497dfe77
python27-runtime-1.1-17.el6.x86_64.rpm SHA-256: b83f36f8b300f6410e961ba16fa2eb9a3b8ddcf7625d4ba09fb90bea25e32ad2
python27-scldevel-1.1-17.el6.x86_64.rpm SHA-256: 2639796c4385d0c76a21272099ab2f5bb2a5a61ab23ed47696c8a33ea8da8e65
python27-tkinter-2.7.8-3.el6.x86_64.rpm SHA-256: 81ea48498951379c224df9ed0610fff1b9a5636022edd94c578334d7752206ec

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7

SRPM
python27-1.1-20.el7.src.rpm SHA-256: 7456f2db631d1efd654e319c3fe35cdef4818d100d1683a93276615eb73c3cf2
python27-python-2.7.8-3.el7.src.rpm SHA-256: 7fd07fec4bbb9f5a4f08b4a994b72e9eba767d0990633d8166e59a5801c65a00
python27-python-pip-1.5.6-5.el7.src.rpm SHA-256: 2b828c0780699f4eaf27987275c95daa8e3be44fe5be869fbbb6ece0071a9df5
python27-python-setuptools-0.9.8-5.el7.src.rpm SHA-256: cf8d2a4ffabbe3f1220e59ba3e513896fb3b5057ec9f2ab35c0f2ef49c9dc420
python27-python-simplejson-3.2.0-3.el7.src.rpm SHA-256: ca138b522e0550bfbf46036ff5748283b363243d96ec8b187c77ac072f7084b2
python27-python-wheel-0.24.0-2.el7.src.rpm SHA-256: 44897f3788ed37f0b18b7cd792306cab6930c06956451aae0327cd8628ffb0fb
x86_64
python27-1.1-20.el7.x86_64.rpm SHA-256: 4f1fb691f480ff4e69766681046b84f02064abacf060ce9169a2c6d119a43530
python27-python-2.7.8-3.el7.x86_64.rpm SHA-256: f6cd372c4256bab3c998afa8a3f937601a10a44ce35223035a745d13d71d7593
python27-python-debug-2.7.8-3.el7.x86_64.rpm SHA-256: f041912abe836b9f0ad5701841aede9d278044f6f8d270c7f8db9b6a43ff814d
python27-python-debuginfo-2.7.8-3.el7.x86_64.rpm SHA-256: b77d7644100e0a8ad76838efd43bbef682246a0bf87257ba3fb6440ecfb3babc
python27-python-devel-2.7.8-3.el7.x86_64.rpm SHA-256: 02d2b5957fc04e2066ffd02ba8fe50f4feeb3e35b5ae7c7737f4052bd7b6acef
python27-python-libs-2.7.8-3.el7.x86_64.rpm SHA-256: a55ebaaa6db6292f5e26862830a8cd744b053c7a06b22ad977b0cefcd9591071
python27-python-pip-1.5.6-5.el7.noarch.rpm SHA-256: 060e0c6c6991beb559d293ab13ce215f41cc8efef6e41fdac5900333fade7ac0
python27-python-setuptools-0.9.8-5.el7.noarch.rpm SHA-256: 419d3232f804cc1e194b132bf34a13ea91e702cd0327af3a6d069a9a8a06bf99
python27-python-simplejson-3.2.0-3.el7.x86_64.rpm SHA-256: 9f884247f7ce389926d988b43ffff981fb9e102421626086a81e9c4e56e45851
python27-python-simplejson-debuginfo-3.2.0-3.el7.x86_64.rpm SHA-256: 043ea179216393799039bfb712b4b6c01fcbb29def92e7004bc4e2db85bb53b2
python27-python-test-2.7.8-3.el7.x86_64.rpm SHA-256: 2bcac5513820670b7995acdcc5bf980e5b043919979b0e38bf8ebc982a9b23ee
python27-python-tools-2.7.8-3.el7.x86_64.rpm SHA-256: e6c1798bd8c593181aac6141fef6230197de4290194f53e19e6b0ad5775dff97
python27-python-wheel-0.24.0-2.el7.noarch.rpm SHA-256: 6c702eced63d332ae3ed5243710e5cc576affe3f2f3b63e1bfdeaaaa8b7cf481
python27-runtime-1.1-20.el7.x86_64.rpm SHA-256: 67a1444815a984d822f1fb0ccb987055b91a1bc0054a342181b83a916a30c818
python27-scldevel-1.1-20.el7.x86_64.rpm SHA-256: 86b7dbc8eb0a4a44b472c1840a48c6d00e9f60f32878e314b1004d32eed8b413
python27-tkinter-2.7.8-3.el7.x86_64.rpm SHA-256: 4a51e3379cd2fc77c060ed178bab6f4a778af09074eb2732fbd195f76157b98d

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6

SRPM
python27-1.1-17.el6.src.rpm SHA-256: d6c6e75fa0edfaa58974b2bd10779a499492ce0c86e4ea61d238b7cdd6fd3134
python27-python-2.7.8-3.el6.src.rpm SHA-256: 433f9dfb6512e91d10b20535d93434088720dbd9044deb677381ed713634c1bc
python27-python-pip-1.5.6-5.el6.src.rpm SHA-256: aceaa94b58200d22e4f148edac325feb3c833aee0258563c5f9285f6c8aecf21
python27-python-setuptools-0.9.8-3.el6.src.rpm SHA-256: 5ffe3db622710a6c6ab5a2116d08e4ed875b30dc6d30ce9a0b6451c6d06375a8
python27-python-simplejson-3.2.0-2.el6.src.rpm SHA-256: 1c3d5ae42dc072a25fc4ad406bb3a17b78577175183154e87b15f7e609db75f5
python27-python-wheel-0.24.0-2.el6.src.rpm SHA-256: d6fa00334a4488858f66cdf933720df12d290d8069af23a543fd40445fc3a06c
x86_64
python27-1.1-17.el6.x86_64.rpm SHA-256: 6b608c66418fd083ad0c271687529bcb077bc99956e36f84f34116f14654d19c
python27-python-2.7.8-3.el6.x86_64.rpm SHA-256: f3ad5f322aa6ffc8ac3c57cb86fed3037a8797d5b7f415d5d2ba6ff65a692ae9
python27-python-debug-2.7.8-3.el6.x86_64.rpm SHA-256: b1c1fa284c8d11a21d6d2c3ea456616f8b2a0bd2dff7beb226c6f12120acfa08
python27-python-debuginfo-2.7.8-3.el6.x86_64.rpm SHA-256: 0ce78eeddd28c5580f9b7367ace998f0ec3ecb90d53997b834d83d2391fe7cdc
python27-python-devel-2.7.8-3.el6.x86_64.rpm SHA-256: 1358fa0e93a89fff4d7449b098671111d72171c310246bdcb684d58705accaf9
python27-python-libs-2.7.8-3.el6.x86_64.rpm SHA-256: 3c4c3c0bac0c580a87a97ac2607c3df860ac0a62dc1bb01691d65b914a4d9486
python27-python-pip-1.5.6-5.el6.noarch.rpm SHA-256: 3859a7e587e18d8ed95491204e6e43340dba986b0792e72ceccb3a33ae4d8cf2
python27-python-setuptools-0.9.8-3.el6.noarch.rpm SHA-256: fd69fcff6179e1cfe726234ca76da5c0e77a1992739772ac03075c20fe133765
python27-python-simplejson-3.2.0-2.el6.x86_64.rpm SHA-256: f0a074749d0f1acf1e06cc82f2cb62178d882987fecebf2cacbd873d7ad6d28b
python27-python-simplejson-debuginfo-3.2.0-2.el6.x86_64.rpm SHA-256: 2bbd808a6fed5fa51f1d199cd5025bac24c8a8fa3c2bba3f60fd896807b71ffa
python27-python-test-2.7.8-3.el6.x86_64.rpm SHA-256: 8689a68c56bd3402c06659ac76a3c9d7cd120f2d04563d4f661a946a5713f0f6
python27-python-tools-2.7.8-3.el6.x86_64.rpm SHA-256: a0cde7c6ae2fd96724e93611e3bd8047733e9a722a662f18ec0e2cd2ab4b4388
python27-python-wheel-0.24.0-2.el6.noarch.rpm SHA-256: e4f7b1b2c62fc1dbe6a77ffedc4a0c946295c687febbb5b7d5f5ad41497dfe77
python27-runtime-1.1-17.el6.x86_64.rpm SHA-256: b83f36f8b300f6410e961ba16fa2eb9a3b8ddcf7625d4ba09fb90bea25e32ad2
python27-scldevel-1.1-17.el6.x86_64.rpm SHA-256: 2639796c4385d0c76a21272099ab2f5bb2a5a61ab23ed47696c8a33ea8da8e65
python27-tkinter-2.7.8-3.el6.x86_64.rpm SHA-256: 81ea48498951379c224df9ed0610fff1b9a5636022edd94c578334d7752206ec

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7

SRPM
python27-1.1-20.el7.src.rpm SHA-256: 7456f2db631d1efd654e319c3fe35cdef4818d100d1683a93276615eb73c3cf2
python27-python-2.7.8-3.el7.src.rpm SHA-256: 7fd07fec4bbb9f5a4f08b4a994b72e9eba767d0990633d8166e59a5801c65a00
python27-python-pip-1.5.6-5.el7.src.rpm SHA-256: 2b828c0780699f4eaf27987275c95daa8e3be44fe5be869fbbb6ece0071a9df5
python27-python-setuptools-0.9.8-5.el7.src.rpm SHA-256: cf8d2a4ffabbe3f1220e59ba3e513896fb3b5057ec9f2ab35c0f2ef49c9dc420
python27-python-simplejson-3.2.0-3.el7.src.rpm SHA-256: ca138b522e0550bfbf46036ff5748283b363243d96ec8b187c77ac072f7084b2
python27-python-wheel-0.24.0-2.el7.src.rpm SHA-256: 44897f3788ed37f0b18b7cd792306cab6930c06956451aae0327cd8628ffb0fb
x86_64
python27-1.1-20.el7.x86_64.rpm SHA-256: 4f1fb691f480ff4e69766681046b84f02064abacf060ce9169a2c6d119a43530
python27-python-2.7.8-3.el7.x86_64.rpm SHA-256: f6cd372c4256bab3c998afa8a3f937601a10a44ce35223035a745d13d71d7593
python27-python-debug-2.7.8-3.el7.x86_64.rpm SHA-256: f041912abe836b9f0ad5701841aede9d278044f6f8d270c7f8db9b6a43ff814d
python27-python-debuginfo-2.7.8-3.el7.x86_64.rpm SHA-256: b77d7644100e0a8ad76838efd43bbef682246a0bf87257ba3fb6440ecfb3babc
python27-python-devel-2.7.8-3.el7.x86_64.rpm SHA-256: 02d2b5957fc04e2066ffd02ba8fe50f4feeb3e35b5ae7c7737f4052bd7b6acef
python27-python-libs-2.7.8-3.el7.x86_64.rpm SHA-256: a55ebaaa6db6292f5e26862830a8cd744b053c7a06b22ad977b0cefcd9591071
python27-python-pip-1.5.6-5.el7.noarch.rpm SHA-256: 060e0c6c6991beb559d293ab13ce215f41cc8efef6e41fdac5900333fade7ac0
python27-python-setuptools-0.9.8-5.el7.noarch.rpm SHA-256: 419d3232f804cc1e194b132bf34a13ea91e702cd0327af3a6d069a9a8a06bf99
python27-python-simplejson-3.2.0-3.el7.x86_64.rpm SHA-256: 9f884247f7ce389926d988b43ffff981fb9e102421626086a81e9c4e56e45851
python27-python-simplejson-debuginfo-3.2.0-3.el7.x86_64.rpm SHA-256: 043ea179216393799039bfb712b4b6c01fcbb29def92e7004bc4e2db85bb53b2
python27-python-test-2.7.8-3.el7.x86_64.rpm SHA-256: 2bcac5513820670b7995acdcc5bf980e5b043919979b0e38bf8ebc982a9b23ee
python27-python-tools-2.7.8-3.el7.x86_64.rpm SHA-256: e6c1798bd8c593181aac6141fef6230197de4290194f53e19e6b0ad5775dff97
python27-python-wheel-0.24.0-2.el7.noarch.rpm SHA-256: 6c702eced63d332ae3ed5243710e5cc576affe3f2f3b63e1bfdeaaaa8b7cf481
python27-runtime-1.1-20.el7.x86_64.rpm SHA-256: 67a1444815a984d822f1fb0ccb987055b91a1bc0054a342181b83a916a30c818
python27-scldevel-1.1-20.el7.x86_64.rpm SHA-256: 86b7dbc8eb0a4a44b472c1840a48c6d00e9f60f32878e314b1004d32eed8b413
python27-tkinter-2.7.8-3.el7.x86_64.rpm SHA-256: 4a51e3379cd2fc77c060ed178bab6f4a778af09074eb2732fbd195f76157b98d

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6

SRPM
python27-1.1-17.el6.src.rpm SHA-256: d6c6e75fa0edfaa58974b2bd10779a499492ce0c86e4ea61d238b7cdd6fd3134
python27-python-2.7.8-3.el6.src.rpm SHA-256: 433f9dfb6512e91d10b20535d93434088720dbd9044deb677381ed713634c1bc
python27-python-pip-1.5.6-5.el6.src.rpm SHA-256: aceaa94b58200d22e4f148edac325feb3c833aee0258563c5f9285f6c8aecf21
python27-python-setuptools-0.9.8-3.el6.src.rpm SHA-256: 5ffe3db622710a6c6ab5a2116d08e4ed875b30dc6d30ce9a0b6451c6d06375a8
python27-python-simplejson-3.2.0-2.el6.src.rpm SHA-256: 1c3d5ae42dc072a25fc4ad406bb3a17b78577175183154e87b15f7e609db75f5
python27-python-wheel-0.24.0-2.el6.src.rpm SHA-256: d6fa00334a4488858f66cdf933720df12d290d8069af23a543fd40445fc3a06c
x86_64
python27-1.1-17.el6.x86_64.rpm SHA-256: 6b608c66418fd083ad0c271687529bcb077bc99956e36f84f34116f14654d19c
python27-python-2.7.8-3.el6.x86_64.rpm SHA-256: f3ad5f322aa6ffc8ac3c57cb86fed3037a8797d5b7f415d5d2ba6ff65a692ae9
python27-python-debug-2.7.8-3.el6.x86_64.rpm SHA-256: b1c1fa284c8d11a21d6d2c3ea456616f8b2a0bd2dff7beb226c6f12120acfa08
python27-python-debuginfo-2.7.8-3.el6.x86_64.rpm SHA-256: 0ce78eeddd28c5580f9b7367ace998f0ec3ecb90d53997b834d83d2391fe7cdc
python27-python-devel-2.7.8-3.el6.x86_64.rpm SHA-256: 1358fa0e93a89fff4d7449b098671111d72171c310246bdcb684d58705accaf9
python27-python-libs-2.7.8-3.el6.x86_64.rpm SHA-256: 3c4c3c0bac0c580a87a97ac2607c3df860ac0a62dc1bb01691d65b914a4d9486
python27-python-pip-1.5.6-5.el6.noarch.rpm SHA-256: 3859a7e587e18d8ed95491204e6e43340dba986b0792e72ceccb3a33ae4d8cf2
python27-python-setuptools-0.9.8-3.el6.noarch.rpm SHA-256: fd69fcff6179e1cfe726234ca76da5c0e77a1992739772ac03075c20fe133765
python27-python-simplejson-3.2.0-2.el6.x86_64.rpm SHA-256: f0a074749d0f1acf1e06cc82f2cb62178d882987fecebf2cacbd873d7ad6d28b
python27-python-simplejson-debuginfo-3.2.0-2.el6.x86_64.rpm SHA-256: 2bbd808a6fed5fa51f1d199cd5025bac24c8a8fa3c2bba3f60fd896807b71ffa
python27-python-test-2.7.8-3.el6.x86_64.rpm SHA-256: 8689a68c56bd3402c06659ac76a3c9d7cd120f2d04563d4f661a946a5713f0f6
python27-python-tools-2.7.8-3.el6.x86_64.rpm SHA-256: a0cde7c6ae2fd96724e93611e3bd8047733e9a722a662f18ec0e2cd2ab4b4388
python27-python-wheel-0.24.0-2.el6.noarch.rpm SHA-256: e4f7b1b2c62fc1dbe6a77ffedc4a0c946295c687febbb5b7d5f5ad41497dfe77
python27-runtime-1.1-17.el6.x86_64.rpm SHA-256: b83f36f8b300f6410e961ba16fa2eb9a3b8ddcf7625d4ba09fb90bea25e32ad2
python27-scldevel-1.1-17.el6.x86_64.rpm SHA-256: 2639796c4385d0c76a21272099ab2f5bb2a5a61ab23ed47696c8a33ea8da8e65
python27-tkinter-2.7.8-3.el6.x86_64.rpm SHA-256: 81ea48498951379c224df9ed0610fff1b9a5636022edd94c578334d7752206ec

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