Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHSA-2015:1195 - Security Advisory
Issued:
2015-06-29
Updated:
2015-06-29

RHSA-2015:1195 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: postgresql92-postgresql security update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated postgresql92-postgresql packages that fix three security issues
are now available for 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

PostgreSQL is an advanced object-relational database management system
(DBMS).

A double-free flaw was found in the connection handling. An unauthenticated
attacker could exploit this flaw to crash the PostgreSQL back end by
disconnecting at approximately the same time as the authentication time out
is triggered. (CVE-2015-3165)

It was discovered that PostgreSQL did not properly check the return values
of certain standard library functions. If the system is in a state that
would cause the standard library functions to fail, for example memory
exhaustion, an authenticated user could exploit this flaw to disclose
partial memory contents or cause the GSSAPI authentication to use an
incorrect keytab file. (CVE-2015-3166)

It was discovered that the pgcrypto module could return different error
messages when decrypting certain data with an incorrect key. This can help
an authenticated user to launch a possible cryptographic attack, although
no suitable attack is currently known. (CVE-2015-3167)

Red Hat would like to thank the PostgreSQL project for reporting these
issues. Upstream acknowledges Benkocs Norbert Attila as the original
reporter of CVE-2015-3165 and Noah Misch as the original reporter of
CVE-2015-3166 and CVE-2015-3167.

All PostgreSQL users are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. If the
postgresql92-postgresql service is running, it will be automatically
restarted after installing this update.

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.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.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 - 1221537 - CVE-2015-3165 postgresql: double-free after authentication timeout
  • BZ - 1221539 - CVE-2015-3166 postgresql: unanticipated errors from the standard library
  • BZ - 1221541 - CVE-2015-3167 postgresql: pgcrypto has multiple error messages for decryption with an incorrect key.

CVEs

  • CVE-2015-3165
  • CVE-2015-3167
  • CVE-2015-3166

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el6.src.rpm SHA-256: 376eea1da06219473aa25f0bc6c2ed1460d7aa39d4e517ac06342589ea0f77b1
x86_64
postgresql92-postgresql-9.2.13-1.el6.x86_64.rpm SHA-256: 12838c355e3395136107297ac1b52b129a6097971e74785d35617de7ea3a9524
postgresql92-postgresql-contrib-9.2.13-1.el6.x86_64.rpm SHA-256: a4f0b47a8655690573abfccbeba3c0f07f8dcc670d7830eb773a42cfd99c6430
postgresql92-postgresql-debuginfo-9.2.13-1.el6.x86_64.rpm SHA-256: 5af81a91c02e928693580d5a4fd64bf479c4d73befb54bfc89f5077ab3805cfb
postgresql92-postgresql-devel-9.2.13-1.el6.x86_64.rpm SHA-256: 8d1817482d5327b5bfc0301fafbc7617d3bad733c54ab71fb4ab2939ffef70f9
postgresql92-postgresql-docs-9.2.13-1.el6.x86_64.rpm SHA-256: e2c126039d7333c041bc6026ae72877c995cdb96982a582a017fdbe99a4dda50
postgresql92-postgresql-libs-9.2.13-1.el6.x86_64.rpm SHA-256: 0f4aa8e18b58e6f4bd42d721aa4204b2252edcdf166abbfffd2a23b6096f1259
postgresql92-postgresql-plperl-9.2.13-1.el6.x86_64.rpm SHA-256: 94e858105abc6decec341a0837df2fb9f70d851e69b3a71410067952d6a23efe
postgresql92-postgresql-plpython-9.2.13-1.el6.x86_64.rpm SHA-256: 46a67d5d40a053f7d558447df509053d0af98bcbeae4f0b3702a4f90b7eef2be
postgresql92-postgresql-pltcl-9.2.13-1.el6.x86_64.rpm SHA-256: 8b4b9f6174459ba359e3c91f1fc8dd172c1336bbadf5ba3faba91dded5d58670
postgresql92-postgresql-server-9.2.13-1.el6.x86_64.rpm SHA-256: 3518e73d46c4884e4d98d9545d1ea3a6c7f42651cdd0dc7e5dfe2dfea3e78d43
postgresql92-postgresql-test-9.2.13-1.el6.x86_64.rpm SHA-256: eb1a8126b8fd85fd4da1a3220e35343f02cae9f607d9a95a4b78b6e3fded84f9
postgresql92-postgresql-upgrade-9.2.13-1.el6.x86_64.rpm SHA-256: 80b9bd4a4dab345d15321e49d9ec0c39cfb57a75bb57592f6ea6679d3e315215

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

SRPM
postgresql92-postgresql-9.2.13-1.el6.src.rpm SHA-256: 376eea1da06219473aa25f0bc6c2ed1460d7aa39d4e517ac06342589ea0f77b1
x86_64
postgresql92-postgresql-9.2.13-1.el6.x86_64.rpm SHA-256: 12838c355e3395136107297ac1b52b129a6097971e74785d35617de7ea3a9524
postgresql92-postgresql-contrib-9.2.13-1.el6.x86_64.rpm SHA-256: a4f0b47a8655690573abfccbeba3c0f07f8dcc670d7830eb773a42cfd99c6430
postgresql92-postgresql-debuginfo-9.2.13-1.el6.x86_64.rpm SHA-256: 5af81a91c02e928693580d5a4fd64bf479c4d73befb54bfc89f5077ab3805cfb
postgresql92-postgresql-devel-9.2.13-1.el6.x86_64.rpm SHA-256: 8d1817482d5327b5bfc0301fafbc7617d3bad733c54ab71fb4ab2939ffef70f9
postgresql92-postgresql-docs-9.2.13-1.el6.x86_64.rpm SHA-256: e2c126039d7333c041bc6026ae72877c995cdb96982a582a017fdbe99a4dda50
postgresql92-postgresql-libs-9.2.13-1.el6.x86_64.rpm SHA-256: 0f4aa8e18b58e6f4bd42d721aa4204b2252edcdf166abbfffd2a23b6096f1259
postgresql92-postgresql-plperl-9.2.13-1.el6.x86_64.rpm SHA-256: 94e858105abc6decec341a0837df2fb9f70d851e69b3a71410067952d6a23efe
postgresql92-postgresql-plpython-9.2.13-1.el6.x86_64.rpm SHA-256: 46a67d5d40a053f7d558447df509053d0af98bcbeae4f0b3702a4f90b7eef2be
postgresql92-postgresql-pltcl-9.2.13-1.el6.x86_64.rpm SHA-256: 8b4b9f6174459ba359e3c91f1fc8dd172c1336bbadf5ba3faba91dded5d58670
postgresql92-postgresql-server-9.2.13-1.el6.x86_64.rpm SHA-256: 3518e73d46c4884e4d98d9545d1ea3a6c7f42651cdd0dc7e5dfe2dfea3e78d43
postgresql92-postgresql-test-9.2.13-1.el6.x86_64.rpm SHA-256: eb1a8126b8fd85fd4da1a3220e35343f02cae9f607d9a95a4b78b6e3fded84f9
postgresql92-postgresql-upgrade-9.2.13-1.el6.x86_64.rpm SHA-256: 80b9bd4a4dab345d15321e49d9ec0c39cfb57a75bb57592f6ea6679d3e315215

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

SRPM
postgresql92-postgresql-9.2.13-1.el6.src.rpm SHA-256: 376eea1da06219473aa25f0bc6c2ed1460d7aa39d4e517ac06342589ea0f77b1
x86_64
postgresql92-postgresql-9.2.13-1.el6.x86_64.rpm SHA-256: 12838c355e3395136107297ac1b52b129a6097971e74785d35617de7ea3a9524
postgresql92-postgresql-contrib-9.2.13-1.el6.x86_64.rpm SHA-256: a4f0b47a8655690573abfccbeba3c0f07f8dcc670d7830eb773a42cfd99c6430
postgresql92-postgresql-debuginfo-9.2.13-1.el6.x86_64.rpm SHA-256: 5af81a91c02e928693580d5a4fd64bf479c4d73befb54bfc89f5077ab3805cfb
postgresql92-postgresql-devel-9.2.13-1.el6.x86_64.rpm SHA-256: 8d1817482d5327b5bfc0301fafbc7617d3bad733c54ab71fb4ab2939ffef70f9
postgresql92-postgresql-docs-9.2.13-1.el6.x86_64.rpm SHA-256: e2c126039d7333c041bc6026ae72877c995cdb96982a582a017fdbe99a4dda50
postgresql92-postgresql-libs-9.2.13-1.el6.x86_64.rpm SHA-256: 0f4aa8e18b58e6f4bd42d721aa4204b2252edcdf166abbfffd2a23b6096f1259
postgresql92-postgresql-plperl-9.2.13-1.el6.x86_64.rpm SHA-256: 94e858105abc6decec341a0837df2fb9f70d851e69b3a71410067952d6a23efe
postgresql92-postgresql-plpython-9.2.13-1.el6.x86_64.rpm SHA-256: 46a67d5d40a053f7d558447df509053d0af98bcbeae4f0b3702a4f90b7eef2be
postgresql92-postgresql-pltcl-9.2.13-1.el6.x86_64.rpm SHA-256: 8b4b9f6174459ba359e3c91f1fc8dd172c1336bbadf5ba3faba91dded5d58670
postgresql92-postgresql-server-9.2.13-1.el6.x86_64.rpm SHA-256: 3518e73d46c4884e4d98d9545d1ea3a6c7f42651cdd0dc7e5dfe2dfea3e78d43
postgresql92-postgresql-test-9.2.13-1.el6.x86_64.rpm SHA-256: eb1a8126b8fd85fd4da1a3220e35343f02cae9f607d9a95a4b78b6e3fded84f9
postgresql92-postgresql-upgrade-9.2.13-1.el6.x86_64.rpm SHA-256: 80b9bd4a4dab345d15321e49d9ec0c39cfb57a75bb57592f6ea6679d3e315215

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el6.src.rpm SHA-256: 376eea1da06219473aa25f0bc6c2ed1460d7aa39d4e517ac06342589ea0f77b1
x86_64
postgresql92-postgresql-9.2.13-1.el6.x86_64.rpm SHA-256: 12838c355e3395136107297ac1b52b129a6097971e74785d35617de7ea3a9524
postgresql92-postgresql-contrib-9.2.13-1.el6.x86_64.rpm SHA-256: a4f0b47a8655690573abfccbeba3c0f07f8dcc670d7830eb773a42cfd99c6430
postgresql92-postgresql-debuginfo-9.2.13-1.el6.x86_64.rpm SHA-256: 5af81a91c02e928693580d5a4fd64bf479c4d73befb54bfc89f5077ab3805cfb
postgresql92-postgresql-devel-9.2.13-1.el6.x86_64.rpm SHA-256: 8d1817482d5327b5bfc0301fafbc7617d3bad733c54ab71fb4ab2939ffef70f9
postgresql92-postgresql-docs-9.2.13-1.el6.x86_64.rpm SHA-256: e2c126039d7333c041bc6026ae72877c995cdb96982a582a017fdbe99a4dda50
postgresql92-postgresql-libs-9.2.13-1.el6.x86_64.rpm SHA-256: 0f4aa8e18b58e6f4bd42d721aa4204b2252edcdf166abbfffd2a23b6096f1259
postgresql92-postgresql-plperl-9.2.13-1.el6.x86_64.rpm SHA-256: 94e858105abc6decec341a0837df2fb9f70d851e69b3a71410067952d6a23efe
postgresql92-postgresql-plpython-9.2.13-1.el6.x86_64.rpm SHA-256: 46a67d5d40a053f7d558447df509053d0af98bcbeae4f0b3702a4f90b7eef2be
postgresql92-postgresql-pltcl-9.2.13-1.el6.x86_64.rpm SHA-256: 8b4b9f6174459ba359e3c91f1fc8dd172c1336bbadf5ba3faba91dded5d58670
postgresql92-postgresql-server-9.2.13-1.el6.x86_64.rpm SHA-256: 3518e73d46c4884e4d98d9545d1ea3a6c7f42651cdd0dc7e5dfe2dfea3e78d43
postgresql92-postgresql-test-9.2.13-1.el6.x86_64.rpm SHA-256: eb1a8126b8fd85fd4da1a3220e35343f02cae9f607d9a95a4b78b6e3fded84f9
postgresql92-postgresql-upgrade-9.2.13-1.el6.x86_64.rpm SHA-256: 80b9bd4a4dab345d15321e49d9ec0c39cfb57a75bb57592f6ea6679d3e315215

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

SRPM
postgresql92-postgresql-9.2.13-1.el7.src.rpm SHA-256: 0949fef11361195f5dcf71b8fd2494170271fc1653278fd437f9b6d677e2de0c
x86_64
postgresql92-postgresql-9.2.13-1.el7.x86_64.rpm SHA-256: b9b612f132484fa7ac35a1eef26e86622b8453f752a1a22aa7ab2964cc7e3444
postgresql92-postgresql-contrib-9.2.13-1.el7.x86_64.rpm SHA-256: 4dbd2f6ca3fbf48d65fb2224a220b9e37432b86f0400c840d89aaf53cc1dbad7
postgresql92-postgresql-debuginfo-9.2.13-1.el7.x86_64.rpm SHA-256: bca6df87b0f744ae0f2ef07872c74b0eb804bbd4a77f7ea3908797cc025c76b4
postgresql92-postgresql-devel-9.2.13-1.el7.x86_64.rpm SHA-256: 17400b95614f50cf3056341e87c3eb99be5468f37f49f039fcf3c326850058f6
postgresql92-postgresql-docs-9.2.13-1.el7.x86_64.rpm SHA-256: b80e5b6594440381d76055dc9a4929f6509aec745e8766ec2ac9605155429820
postgresql92-postgresql-libs-9.2.13-1.el7.x86_64.rpm SHA-256: 87bc7e582ce193f6f8e4a4f372babdaf5c61f9c1526aa4ef38137dc75c955e0f
postgresql92-postgresql-plperl-9.2.13-1.el7.x86_64.rpm SHA-256: 00f17bc2b8d06c0352f2411597ee79f6c87921f72a02cf6e8bd9110fa3b7eb36
postgresql92-postgresql-plpython-9.2.13-1.el7.x86_64.rpm SHA-256: 58b20709af1a89ef03d395f2d4b277932f9dcd1c9ead48948634fcd962d47631
postgresql92-postgresql-pltcl-9.2.13-1.el7.x86_64.rpm SHA-256: 089714067f08b42de690bb62e20b9aae92925a9014ae5f04f795d526481fe97d
postgresql92-postgresql-server-9.2.13-1.el7.x86_64.rpm SHA-256: 1fb91ab678b21f18cd82d0684fae61e4e9b72b16d3b054b3f7b65af2194d76b0
postgresql92-postgresql-test-9.2.13-1.el7.x86_64.rpm SHA-256: e2455130364dc4f678922285753735bd7808d45a48a12db3f45daa7d3dda7dbc
postgresql92-postgresql-upgrade-9.2.13-1.el7.x86_64.rpm SHA-256: d6b6e8cec72bee5f1585e45ab059f6b61c090964b211c1d0e97c77a41d032c7b

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

SRPM
postgresql92-postgresql-9.2.13-1.el6.src.rpm SHA-256: 376eea1da06219473aa25f0bc6c2ed1460d7aa39d4e517ac06342589ea0f77b1
x86_64
postgresql92-postgresql-9.2.13-1.el6.x86_64.rpm SHA-256: 12838c355e3395136107297ac1b52b129a6097971e74785d35617de7ea3a9524
postgresql92-postgresql-contrib-9.2.13-1.el6.x86_64.rpm SHA-256: a4f0b47a8655690573abfccbeba3c0f07f8dcc670d7830eb773a42cfd99c6430
postgresql92-postgresql-debuginfo-9.2.13-1.el6.x86_64.rpm SHA-256: 5af81a91c02e928693580d5a4fd64bf479c4d73befb54bfc89f5077ab3805cfb
postgresql92-postgresql-devel-9.2.13-1.el6.x86_64.rpm SHA-256: 8d1817482d5327b5bfc0301fafbc7617d3bad733c54ab71fb4ab2939ffef70f9
postgresql92-postgresql-docs-9.2.13-1.el6.x86_64.rpm SHA-256: e2c126039d7333c041bc6026ae72877c995cdb96982a582a017fdbe99a4dda50
postgresql92-postgresql-libs-9.2.13-1.el6.x86_64.rpm SHA-256: 0f4aa8e18b58e6f4bd42d721aa4204b2252edcdf166abbfffd2a23b6096f1259
postgresql92-postgresql-plperl-9.2.13-1.el6.x86_64.rpm SHA-256: 94e858105abc6decec341a0837df2fb9f70d851e69b3a71410067952d6a23efe
postgresql92-postgresql-plpython-9.2.13-1.el6.x86_64.rpm SHA-256: 46a67d5d40a053f7d558447df509053d0af98bcbeae4f0b3702a4f90b7eef2be
postgresql92-postgresql-pltcl-9.2.13-1.el6.x86_64.rpm SHA-256: 8b4b9f6174459ba359e3c91f1fc8dd172c1336bbadf5ba3faba91dded5d58670
postgresql92-postgresql-server-9.2.13-1.el6.x86_64.rpm SHA-256: 3518e73d46c4884e4d98d9545d1ea3a6c7f42651cdd0dc7e5dfe2dfea3e78d43
postgresql92-postgresql-test-9.2.13-1.el6.x86_64.rpm SHA-256: eb1a8126b8fd85fd4da1a3220e35343f02cae9f607d9a95a4b78b6e3fded84f9
postgresql92-postgresql-upgrade-9.2.13-1.el6.x86_64.rpm SHA-256: 80b9bd4a4dab345d15321e49d9ec0c39cfb57a75bb57592f6ea6679d3e315215

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter