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
  • 한국어
  • 日本語
  • 中文 (中国)
  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform
  • 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
  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation
  • 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
  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products

Quick links: redhat.com, Customer Portal, Red Hat's developer site, Red Hat's partner site.

  • You are here

    Red Hat

    Learn about our open source products, services, and company.

  • You are here

    Red Hat Customer Portal

    Get product support and knowledge from the open source experts.

  • You are here

    Red Hat Developer

    Read developer tutorials and download Red Hat software for cloud application development.

  • You are here

    Red Hat Partner Connect

    Get training, subscriptions, certifications, and more for partners to build, sell, and support customer solutions.

Products & tools

  • Ansible.com

    Learn about and try our IT automation product.
  • Red Hat Ecosystem Catalog

    Find hardware, software, and cloud providers―and download container images―certified to perform with Red Hat technologies.

Try, buy, & sell

  • Red Hat Hybrid Cloud Console

    Access technical how-tos, tutorials, and learning paths focused on Red Hat’s hybrid cloud managed services.
  • Red Hat Store

    Buy select Red Hat products and services online.

Events

  • Red Hat Summit and AnsibleFest

    Register for and learn about our annual open source IT industry event.
Red Hat Product Errata RHSA-2016:1630 - Security Advisory
Issued:
2016-08-18
Updated:
2016-08-18

RHSA-2016:1630 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: rh-python34-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

An update for rh-python34-python is now available for Red Hat Software Collections.

Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.

Description

Python is an interpreted, interactive, object-oriented programming language, which 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.

Security Fix(es):

  • It was discovered that the Python CGIHandler class did not properly protect against the HTTP_PROXY variable name clash in a CGI context. A remote attacker could possibly use this flaw to redirect HTTP requests performed by a Python CGI script to an attacker-controlled proxy via a malicious HTTP request. (CVE-2016-1000110)
  • It was found that Python's smtplib library did not return an exception when StartTLS failed to be established in the SMTP.starttls() function. A man in the middle attacker could strip out the STARTTLS command without generating an exception on the Python SMTP client application, preventing the establishment of the TLS layer. (CVE-2016-0772)
  • It was found that the Python's httplib library (used by urllib, urllib2 and others) did not properly check HTTPConnection.putheader() function arguments. An attacker could use this flaw to inject additional headers in a Python application that allowed user provided header names or values. (CVE-2016-5699)

Red Hat would like to thank Scott Geary (VendHQ) for reporting CVE-2016-1000110.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

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

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.4 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.3 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.2 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.1 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.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 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

Fixes

  • BZ - 1303647 - CVE-2016-0772 python: smtplib StartTLS stripping attack
  • BZ - 1303699 - CVE-2016-5699 python: http protocol steam injection attack
  • BZ - 1357334 - CVE-2016-1000110 Python CGIHandler: sets environmental variable based on user supplied Proxy request header

CVEs

  • CVE-2016-0772
  • CVE-2016-1000110
  • CVE-2016-5699

References

  • http://www.redhat.com/security/updates/classification/#normal
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.7

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-14.el6.src.rpm SHA-256: de62d02824de80c60f8c461ebff13b6ac80ce28b3f78a87a98c621288ce49066
x86_64
rh-python34-python-3.4.2-14.el6.x86_64.rpm SHA-256: 141768f7ad27cb71f26284752c991a8878500fab1f81990a89057db5d9e554fc
rh-python34-python-debug-3.4.2-14.el6.x86_64.rpm SHA-256: eea3d38f3676f1f3d814aa074f8c3f9c567dd06f33ca185ec0ab16169b3fe632
rh-python34-python-debuginfo-3.4.2-14.el6.x86_64.rpm SHA-256: 74e61c2611f1d90fc48715938197224df25c96deb60c3406d147fd935cdef799
rh-python34-python-devel-3.4.2-14.el6.x86_64.rpm SHA-256: a44532274fb4de56688fded17b02c4ad5e73f0b355747d9e815fb9ca1aebc8e9
rh-python34-python-libs-3.4.2-14.el6.x86_64.rpm SHA-256: 8cbf6b58f1813253ce2df355b3ea4150f6a95b1e89cf947bd6adbe2fefe91ea9
rh-python34-python-test-3.4.2-14.el6.x86_64.rpm SHA-256: c9f26ff0c83a7a2a694f57df6b4cfa3cecc14f6ff3cc94c211a879d54ac5524f
rh-python34-python-tkinter-3.4.2-14.el6.x86_64.rpm SHA-256: 77177a1dbd1bc38b8bc5a49ed30cb47023bd2237009b7846117a08eb25ba7d59
rh-python34-python-tools-3.4.2-14.el6.x86_64.rpm SHA-256: bf9887394906325591f93876c2df12860d9028cc45834e8803e18d5a970a8ed1

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

SRPM
rh-python34-python-3.4.2-14.el6.src.rpm SHA-256: de62d02824de80c60f8c461ebff13b6ac80ce28b3f78a87a98c621288ce49066
x86_64
rh-python34-python-3.4.2-14.el6.x86_64.rpm SHA-256: 141768f7ad27cb71f26284752c991a8878500fab1f81990a89057db5d9e554fc
rh-python34-python-debug-3.4.2-14.el6.x86_64.rpm SHA-256: eea3d38f3676f1f3d814aa074f8c3f9c567dd06f33ca185ec0ab16169b3fe632
rh-python34-python-debuginfo-3.4.2-14.el6.x86_64.rpm SHA-256: 74e61c2611f1d90fc48715938197224df25c96deb60c3406d147fd935cdef799
rh-python34-python-devel-3.4.2-14.el6.x86_64.rpm SHA-256: a44532274fb4de56688fded17b02c4ad5e73f0b355747d9e815fb9ca1aebc8e9
rh-python34-python-libs-3.4.2-14.el6.x86_64.rpm SHA-256: 8cbf6b58f1813253ce2df355b3ea4150f6a95b1e89cf947bd6adbe2fefe91ea9
rh-python34-python-test-3.4.2-14.el6.x86_64.rpm SHA-256: c9f26ff0c83a7a2a694f57df6b4cfa3cecc14f6ff3cc94c211a879d54ac5524f
rh-python34-python-tkinter-3.4.2-14.el6.x86_64.rpm SHA-256: 77177a1dbd1bc38b8bc5a49ed30cb47023bd2237009b7846117a08eb25ba7d59
rh-python34-python-tools-3.4.2-14.el6.x86_64.rpm SHA-256: bf9887394906325591f93876c2df12860d9028cc45834e8803e18d5a970a8ed1

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

SRPM
rh-python34-python-3.4.2-14.el6.src.rpm SHA-256: de62d02824de80c60f8c461ebff13b6ac80ce28b3f78a87a98c621288ce49066
x86_64
rh-python34-python-3.4.2-14.el6.x86_64.rpm SHA-256: 141768f7ad27cb71f26284752c991a8878500fab1f81990a89057db5d9e554fc
rh-python34-python-debug-3.4.2-14.el6.x86_64.rpm SHA-256: eea3d38f3676f1f3d814aa074f8c3f9c567dd06f33ca185ec0ab16169b3fe632
rh-python34-python-debuginfo-3.4.2-14.el6.x86_64.rpm SHA-256: 74e61c2611f1d90fc48715938197224df25c96deb60c3406d147fd935cdef799
rh-python34-python-devel-3.4.2-14.el6.x86_64.rpm SHA-256: a44532274fb4de56688fded17b02c4ad5e73f0b355747d9e815fb9ca1aebc8e9
rh-python34-python-libs-3.4.2-14.el6.x86_64.rpm SHA-256: 8cbf6b58f1813253ce2df355b3ea4150f6a95b1e89cf947bd6adbe2fefe91ea9
rh-python34-python-test-3.4.2-14.el6.x86_64.rpm SHA-256: c9f26ff0c83a7a2a694f57df6b4cfa3cecc14f6ff3cc94c211a879d54ac5524f
rh-python34-python-tkinter-3.4.2-14.el6.x86_64.rpm SHA-256: 77177a1dbd1bc38b8bc5a49ed30cb47023bd2237009b7846117a08eb25ba7d59
rh-python34-python-tools-3.4.2-14.el6.x86_64.rpm SHA-256: bf9887394906325591f93876c2df12860d9028cc45834e8803e18d5a970a8ed1

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

SRPM
rh-python34-python-3.4.2-13.el7.src.rpm SHA-256: 52e2ebd4419879edd1db9045486b50f4a121a4c944a9d9866bb2f3dfb35d640c
x86_64
rh-python34-python-3.4.2-13.el7.x86_64.rpm SHA-256: 867ac99d41962d204252707cf72ff412835457dcdda1b98c567cc12927e2d59f
rh-python34-python-debug-3.4.2-13.el7.x86_64.rpm SHA-256: 66d9575b63163495108f4cae9ba7c65bb7076fdf7f88a88cb8cfad08a49ac7de
rh-python34-python-debuginfo-3.4.2-13.el7.x86_64.rpm SHA-256: e6925118edfed168aebc0afdb4e1bec230811e72b094e8f4134018dbe649e6a3
rh-python34-python-devel-3.4.2-13.el7.x86_64.rpm SHA-256: 5e90f19b8441e146858e9ce4f411bbc41daef7b45ad53d1df26da6f57c3ead03
rh-python34-python-libs-3.4.2-13.el7.x86_64.rpm SHA-256: 7cc6f979b488df4899842f008d35373133f39f9938e167808e866385e47d86cf
rh-python34-python-test-3.4.2-13.el7.x86_64.rpm SHA-256: 6bfd7289abf12d3ec578ec957d6827216ab6baf4a76d263a5e0b840b458b1af8
rh-python34-python-tkinter-3.4.2-13.el7.x86_64.rpm SHA-256: b02088461bc053a42498e16c7f0bacf2ffb917643d21b732f6fcb8cce648a822
rh-python34-python-tools-3.4.2-13.el7.x86_64.rpm SHA-256: 0481b3cfa88741752db01471e9b8b1058fa2094cfcecadd295432f10d3998f43

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

SRPM
rh-python34-python-3.4.2-14.el6.src.rpm SHA-256: de62d02824de80c60f8c461ebff13b6ac80ce28b3f78a87a98c621288ce49066
x86_64
rh-python34-python-3.4.2-14.el6.x86_64.rpm SHA-256: 141768f7ad27cb71f26284752c991a8878500fab1f81990a89057db5d9e554fc
rh-python34-python-debug-3.4.2-14.el6.x86_64.rpm SHA-256: eea3d38f3676f1f3d814aa074f8c3f9c567dd06f33ca185ec0ab16169b3fe632
rh-python34-python-debuginfo-3.4.2-14.el6.x86_64.rpm SHA-256: 74e61c2611f1d90fc48715938197224df25c96deb60c3406d147fd935cdef799
rh-python34-python-devel-3.4.2-14.el6.x86_64.rpm SHA-256: a44532274fb4de56688fded17b02c4ad5e73f0b355747d9e815fb9ca1aebc8e9
rh-python34-python-libs-3.4.2-14.el6.x86_64.rpm SHA-256: 8cbf6b58f1813253ce2df355b3ea4150f6a95b1e89cf947bd6adbe2fefe91ea9
rh-python34-python-test-3.4.2-14.el6.x86_64.rpm SHA-256: c9f26ff0c83a7a2a694f57df6b4cfa3cecc14f6ff3cc94c211a879d54ac5524f
rh-python34-python-tkinter-3.4.2-14.el6.x86_64.rpm SHA-256: 77177a1dbd1bc38b8bc5a49ed30cb47023bd2237009b7846117a08eb25ba7d59
rh-python34-python-tools-3.4.2-14.el6.x86_64.rpm SHA-256: bf9887394906325591f93876c2df12860d9028cc45834e8803e18d5a970a8ed1

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