diff options
author | adam <adam@pkgsrc.org> | 2018-03-02 17:11:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-02 17:11:10 +0000 |
commit | 1bb58604e78cd16b6e83e2c8ed87e1f3bb5e01bb (patch) | |
tree | 6560a0352a7b167c2976b06e1398b8faa086732a /databases/postgresql96 | |
parent | b0de5cb2845c14602e3b545d3672445f89fcb6eb (diff) | |
download | pkgsrc-1bb58604e78cd16b6e83e2c8ed87e1f3bb5e01bb.tar.gz |
postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22
PostgreSQL 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22:
The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases.
Diffstat (limited to 'databases/postgresql96')
-rw-r--r-- | databases/postgresql96/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql96/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common index 8cdcb484414..17565d90a52 100644 --- a/databases/postgresql96/Makefile.common +++ b/databases/postgresql96/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2018/02/08 20:53:58 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2018/03/02 17:11:11 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql96-pltcl/Makefile # used by databases/postgresql96-server/Makefile -DISTNAME= postgresql-9.6.7 +DISTNAME= postgresql-9.6.8 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql96/distinfo b/databases/postgresql96/distinfo index fde0c0d968d..af238311f93 100644 --- a/databases/postgresql96/distinfo +++ b/databases/postgresql96/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2018/02/08 20:53:58 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/03/02 17:11:11 adam Exp $ -SHA1 (postgresql-9.6.7.tar.bz2) = cac19c1c688aeaae0eacad7879a301fda4c72fb3 -RMD160 (postgresql-9.6.7.tar.bz2) = 219a2be7fc1b6a370949d015f9396479e46312e9 -SHA512 (postgresql-9.6.7.tar.bz2) = 6a66cdd5b74ea6dc95628b89bb7663555370be56b3e938f635950628ad5d77443ac8f40c747be1fc1cfc19ca8b0a27f41e52fe4db83a43c7a7bab9bb076c7844 -Size (postgresql-9.6.7.tar.bz2) = 19504886 bytes +SHA1 (postgresql-9.6.8.tar.bz2) = 8e610dd8dbaab69982d12324971b0c6b5225142f +RMD160 (postgresql-9.6.8.tar.bz2) = b433ed8ee784610c7991f87ba74ca4a22cfb99f6 +SHA512 (postgresql-9.6.8.tar.bz2) = 6b7595c0046308c725d77360b156e979d6bc469b78ac6500f631112f19b2607ca2d816781f8c5fd3bd835c48e079e79ada7af687fbd306a8fec5e160f20dd211 +Size (postgresql-9.6.8.tar.bz2) = 19528927 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24 |