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/postgresql95 | |
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/postgresql95')
-rw-r--r-- | databases/postgresql95/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql95/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common index 68f4452c24c..fe1b5d1e80a 100644 --- a/databases/postgresql95/Makefile.common +++ b/databases/postgresql95/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2018/02/08 20:53:57 adam Exp $ +# $NetBSD: Makefile.common,v 1.19 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/postgresql95-pltcl/Makefile # used by databases/postgresql95-server/Makefile -DISTNAME= postgresql-9.5.11 +DISTNAME= postgresql-9.5.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql95/distinfo b/databases/postgresql95/distinfo index ac8328bd5f0..246017c954d 100644 --- a/databases/postgresql95/distinfo +++ b/databases/postgresql95/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2018/02/08 20:53:57 adam Exp $ +$NetBSD: distinfo,v 1.14 2018/03/02 17:11:11 adam Exp $ -SHA1 (postgresql-9.5.11.tar.bz2) = 097f9048d013072fa5b4c04aebdc38eb26219d54 -RMD160 (postgresql-9.5.11.tar.bz2) = 73e3f5cd83aca28fb6a04145217b44dd0457eebe -SHA512 (postgresql-9.5.11.tar.bz2) = c196709ddb953fe7ebdcee6e1d4624fc8136b83c5f0f6f010c29036a32f29f73763bdf64613dd57919d4be128e95a7f179c1c69a82f5951593c2fa0c2315fe83 -Size (postgresql-9.5.11.tar.bz2) = 18572811 bytes +SHA1 (postgresql-9.5.12.tar.bz2) = 5c135e82e6056735dd94c66c24e3822b629769b7 +RMD160 (postgresql-9.5.12.tar.bz2) = d62602e70cff96aec0a5ae5e303b66d3e58099e2 +SHA512 (postgresql-9.5.12.tar.bz2) = ab81bc95fd587f76a1986db5616b63d861b84da0eb9e54478f5298248a81d7a608d1bb1a9e30662c8190d05630106ddb3bb6413c34b003de948417214d342654 +Size (postgresql-9.5.12.tar.bz2) = 18589538 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0 |