pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 15 09:45:01 UTC 2020

Modified Files:
        pkgsrc/databases/postgresql10: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql11: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql11-docs: PLIST
        pkgsrc/databases/postgresql12: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql12-docs: PLIST
        pkgsrc/databases/postgresql12-plperl: PLIST
        pkgsrc/databases/postgresql12-server: PLIST
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql96: Makefile.common distinfo

Log Message:
postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22

PostgreSQL 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 Released!

Posted on 2020-05-14 by PostgreSQL Global Development Group
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 12.3, 11.8, 10.13, 9.6.18, and 9.5.22. This release fixes one security issue 
found in the PostgreSQL server and over 75 bugs reported over the last three months.

Please plan to update at your earliest convenience.

Security Issues

CVE-2020-10733: Windows installer runs executables from uncontrolled directories.
Versions Affected: 9.5 - 12. The security team does not test unsupported versions, but this issue existed before PostgreSQL 9.5.

The Windows installer for PostgreSQL invokes system-provided executables that do not have fully-qualified paths. Executables in the directory where the installer loads or the current working 
directory take precedence over the intended executables. An attacker having permission to add files into one of those directories can use this to execute arbitrary code with the installer's 
administrative rights.

The PostgreSQL project thanks Hou JingYi (@hjy79425575) for reporting this problem.

Bug Fixes and Improvements

This update also fixes over 75 bugs that were reported in the last several months. Some of these issues affect only version 12, but may also affect all supported versions.

Some of these fixes include:

Several fixes for GENERATED columns, including an issue where it was possible to crash or corrupt data in a table when the output of the generated column was the exact copy of a physical column on 
the table, e.g. if the expression called a function which could return its own input.
Several fixes for ALTER TABLE, including ensuring the SET STORAGE directive is propagated to a table's indexes.
Fix a potential race condition when using DROP OWNED BY while another session is deleting the same objects.
Allow for a partition to be detached when it has inherited ROW triggers.
Several fixes for REINDEX CONCURRENTLY, particularly with issues when a REINDEX CONCURRENTLY operation fails.
Fix crash when COLLATE is applied to an uncollatable type in a partition bound expression.
Fix performance regression in floating point overflow/underflow detection.
Several fixes for full text search, particularly with phrase searching.
Fix query-lifespan memory leak for a set-returning function used in a query's FROM clause.
Several reporting fixes for the output of VACUUM VERBOSE.
Allow input of type circle to accept the format (x,y),r, which is specified in the documentation.
Allow for the get_bit() and set_bit() functions to not fail on bytea strings longer than 256MB.
Avoid premature recycling of WAL segments during crash recovery, which could lead to WAL segments being recycled before being archived.
Avoid attempting to fetch nonexistent WAL files from archive storage during recovery by skipping irrelevant timelines.
Several fixes for logical replication and replication slots.
Fix several race conditions in synchronous standby management, including one that occurred when changing the synchronous_standby_names setting.
Several fixes for GSSAPI support, include a fix for a memory leak that occurred when using GSSAPI encryption.
Ensure that members of the pg_read_all_stats role can read all statistics views.
Fix performance regression in information_schema.triggers view.
Fix memory leak in libpq when using sslmode=verify-full.
Fix crash in psql when attempting to re-establish a failed connection.
Allow tab-completion of the filename argument to \gx command in psql.
Add pg_dump support for ALTER ... DEPENDS ON EXTENSION.
Several other fixes for pg_dump, which include dumping comments on RLS policies and postponing restore of event triggers until the end.
Ensure pg_basebackup generates valid tar files.
pg_checksums skips tablespace subdirectories that belong to a different PostgreSQL major version
Several Windows compatibility fixes
This update also contains tzdata release 2020a for DST law changes in Morocco and the Canadian Yukon, plus historical corrections for Shanghai. The America/Godthab zone has been renamed to 
America/Nuuk to reflect current English usage ; however, the old name remains available as a compatibility link. This also updates initdb's list of known Windows time zone names to include recent 
additions.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql10/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql11/Makefile \
    pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql12/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql12-plperl/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-server/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql96/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql10/Makefile
diff -u pkgsrc/databases/postgresql10/Makefile:1.15 pkgsrc/databases/postgresql10/Makefile:1.16
--- pkgsrc/databases/postgresql10/Makefile:1.15 Sun Apr 12 08:28:26 2020
+++ pkgsrc/databases/postgresql10/Makefile      Fri May 15 09:45:00 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/04/12 08:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/15 09:45:00 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/10-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.19 pkgsrc/databases/postgresql10/Makefile.common:1.20
--- pkgsrc/databases/postgresql10/Makefile.common:1.19  Fri Feb 14 17:06:40 2020
+++ pkgsrc/databases/postgresql10/Makefile.common       Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2020/02/14 17:06:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2020/05/15 09:45:00 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/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.12
+DISTNAME=      postgresql-10.13
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql10/distinfo
diff -u pkgsrc/databases/postgresql10/distinfo:1.14 pkgsrc/databases/postgresql10/distinfo:1.15
--- pkgsrc/databases/postgresql10/distinfo:1.14 Fri Feb 14 17:06:40 2020
+++ pkgsrc/databases/postgresql10/distinfo      Fri May 15 09:45:00 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2020/02/14 17:06:40 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/05/15 09:45:00 adam Exp $
 
-SHA1 (postgresql-10.12.tar.bz2) = ccf939036756ab3f2884f77f43bf459a91307375
-RMD160 (postgresql-10.12.tar.bz2) = 9ef9c40c07dd31be9298946fff5acde89b31dc13
-SHA512 (postgresql-10.12.tar.bz2) = 6accc66cbbae811509095c33e8a8d17ddd11d9e307267312e3d09df90469db4700a5806166d66f25d77769d3ef88653c98dfc7d05dd053f10434b03e0a9e33b7
-Size (postgresql-10.12.tar.bz2) = 19020488 bytes
+SHA1 (postgresql-10.13.tar.bz2) = adb3d5a27abedcc712c9a3687c42631083c5ba0d
+RMD160 (postgresql-10.13.tar.bz2) = dfbe651ec0456cd567eecff9bb49e0da9dcddec9
+SHA512 (postgresql-10.13.tar.bz2) = 7b268aa4476ed9b168814891e8b19d182683ab4994d4a9b30e75eec93ffd9c860f8a0979ba1b7408acf8e217437b5cc20037b6ebf6ef01e9cf5ee99f091c8c92
+Size (postgresql-10.13.tar.bz2) = 19028339 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.13 pkgsrc/databases/postgresql10-docs/PLIST:1.14
--- pkgsrc/databases/postgresql10-docs/PLIST:1.13       Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql10-docs/PLIST    Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/02/14 17:06:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/05/15 09:45:00 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -912,6 +912,7 @@ share/doc/postgresql/html/release-10-1.h
 share/doc/postgresql/html/release-10-10.html
 share/doc/postgresql/html/release-10-11.html
 share/doc/postgresql/html/release-10-12.html
+share/doc/postgresql/html/release-10-13.html
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html

Index: pkgsrc/databases/postgresql11/Makefile
diff -u pkgsrc/databases/postgresql11/Makefile:1.8 pkgsrc/databases/postgresql11/Makefile:1.9
--- pkgsrc/databases/postgresql11/Makefile:1.8  Sun Apr 12 08:28:26 2020
+++ pkgsrc/databases/postgresql11/Makefile      Fri May 15 09:45:00 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/04/12 08:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/15 09:45:00 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/11-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client
Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.8 pkgsrc/databases/postgresql11/distinfo:1.9
--- pkgsrc/databases/postgresql11/distinfo:1.8  Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql11/distinfo      Fri May 15 09:45:00 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2020/02/14 17:06:41 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/05/15 09:45:00 adam Exp $
 
-SHA1 (postgresql-11.7.tar.bz2) = 5d696680c45fbd3f379db16447c6fa878e662820
-RMD160 (postgresql-11.7.tar.bz2) = 36dafef7629ab779051c8a291531e3b6380df602
-SHA512 (postgresql-11.7.tar.bz2) = 32c7ace228f9895241ce0d925fbfc60c0cd39f4cd35368fb10dc7db046151ffd59a9895b4c30a529627f0103051e84b4992ed60312cccd292489f3037076ca1e
-Size (postgresql-11.7.tar.bz2) = 19890063 bytes
+SHA1 (postgresql-11.8.tar.bz2) = 82f2b0f6daa5f0ce54127676b8dc5f7fb2680e50
+RMD160 (postgresql-11.8.tar.bz2) = fc279ef554a50b79341454f9c538278d3aa13f0e
+SHA512 (postgresql-11.8.tar.bz2) = fc3d0ebd224de60bda3fa71b6832958698238e9088cf46a80c376b8996cc3b2d017fde5dce1c1da1e5e6e23b78054aafad7ee1caa744bfb12c52317ccc8a1922
+Size (postgresql-11.8.tar.bz2) = 19922770 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.12 pkgsrc/databases/postgresql11/Makefile.common:1.13
--- pkgsrc/databases/postgresql11/Makefile.common:1.12  Fri Feb 14 17:06:41 2020
+++ pkgsrc/databases/postgresql11/Makefile.common       Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2020/02/14 17:06:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2020/05/15 09:45:00 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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.7
+DISTNAME=      postgresql-11.8
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.8 pkgsrc/databases/postgresql11-docs/PLIST:1.9
--- pkgsrc/databases/postgresql11-docs/PLIST:1.8        Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql11-docs/PLIST    Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/02/14 17:06:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/05/15 09:45:00 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -951,6 +951,7 @@ share/doc/postgresql/html/release-11-4.h
 share/doc/postgresql/html/release-11-5.html
 share/doc/postgresql/html/release-11-6.html
 share/doc/postgresql/html/release-11-7.html
+share/doc/postgresql/html/release-11-8.html
 share/doc/postgresql/html/release-11.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql12/Makefile
diff -u pkgsrc/databases/postgresql12/Makefile:1.6 pkgsrc/databases/postgresql12/Makefile:1.7
--- pkgsrc/databases/postgresql12/Makefile:1.6  Sun Apr 12 08:28:26 2020
+++ pkgsrc/databases/postgresql12/Makefile      Fri May 15 09:45:00 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/04/12 08:28:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/15 09:45:00 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql12-client>=${PKGVERSION_NOREV}:../../databases/postgresql12-client

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.5 pkgsrc/databases/postgresql12/Makefile.common:1.6
--- pkgsrc/databases/postgresql12/Makefile.common:1.5   Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql12/Makefile.common       Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2020/02/14 17:06:42 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2020/05/15 09:45:00 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/postgresql12-pltcl/Makefile
 # used by databases/postgresql12-server/Makefile
 
-DISTNAME=      postgresql-12.2
+DISTNAME=      postgresql-12.3
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql12/distinfo
diff -u pkgsrc/databases/postgresql12/distinfo:1.3 pkgsrc/databases/postgresql12/distinfo:1.4
--- pkgsrc/databases/postgresql12/distinfo:1.3  Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql12/distinfo      Fri May 15 09:45:00 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2020/02/14 17:06:42 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/15 09:45:00 adam Exp $
 
-SHA1 (postgresql-12.2.tar.bz2) = 43b079f3446b7270e42abfe44859f11a471908a5
-RMD160 (postgresql-12.2.tar.bz2) = a0e007ec2aaa1af1c0b5cf5e683d772e682eea62
-SHA512 (postgresql-12.2.tar.bz2) = 0e0ce8e21856e8f43e58b840c10c4e3ffae6d5207e0d778e9176e36f8e20e34633cbb06f0030a7c963c3491bb7e941456d91b55444c561cfc6f283fba76f33ee
-Size (postgresql-12.2.tar.bz2) = 20363545 bytes
+SHA1 (postgresql-12.3.tar.bz2) = 2730f6c0c22037646c84b902a13f5aaa56308ab8
+RMD160 (postgresql-12.3.tar.bz2) = 9b8bda078877344f15f627b0b099da613f290362
+SHA512 (postgresql-12.3.tar.bz2) = 68e2d244ae2a9f2138d7569bcadc1cf6f62a410fa56ad1d4ac53206f2adefabb5ae136110b41ca9246df0f8b8cb039918997e0f8a81fc7e6efb7ad10b3a59ba1
+Size (postgresql-12.3.tar.bz2) = 20439892 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql12-docs/PLIST
diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.3 pkgsrc/databases/postgresql12-docs/PLIST:1.4
--- pkgsrc/databases/postgresql12-docs/PLIST:1.3        Fri Feb 14 17:06:43 2020
+++ pkgsrc/databases/postgresql12-docs/PLIST    Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/02/14 17:06:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/05/15 09:45:00 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -953,6 +953,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-12-1.html
 share/doc/postgresql/html/release-12-2.html
+share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql12-plperl/PLIST
diff -u pkgsrc/databases/postgresql12-plperl/PLIST:1.2 pkgsrc/databases/postgresql12-plperl/PLIST:1.3
--- pkgsrc/databases/postgresql12-plperl/PLIST:1.2      Thu Oct 24 07:57:14 2019
+++ pkgsrc/databases/postgresql12-plperl/PLIST  Fri May 15 09:45:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/10/24 07:57:14 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/15 09:45:00 adam Exp $
 include/postgresql/server/plperl.h
 include/postgresql/server/plperl_helpers.h
 include/postgresql/server/ppport.h
@@ -16,6 +16,7 @@ ${PLIST.nls}share/locale/ro/LC_MESSAGES/
 ${PLIST.nls}share/locale/ru/LC_MESSAGES/plperl-12.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/plperl-12.mo
 ${PLIST.nls}share/locale/tr/LC_MESSAGES/plperl-12.mo
+${PLIST.nls}share/locale/uk/LC_MESSAGES/plperl-12.mo
 ${PLIST.nls}share/locale/vi/LC_MESSAGES/plperl-12.mo
 ${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/plperl-12.mo
 share/postgresql/extension/plperl--1.0.sql

Index: pkgsrc/databases/postgresql12-server/PLIST
diff -u pkgsrc/databases/postgresql12-server/PLIST:1.3 pkgsrc/databases/postgresql12-server/PLIST:1.4
--- pkgsrc/databases/postgresql12-server/PLIST:1.3      Thu Nov 28 19:37:41 2019
+++ pkgsrc/databases/postgresql12-server/PLIST  Fri May 15 09:45:01 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/11/28 19:37:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/05/15 09:45:01 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -917,6 +917,7 @@ share/postgresql/timezone/America/Noronh
 share/postgresql/timezone/America/North_Dakota/Beulah
 share/postgresql/timezone/America/North_Dakota/Center
 share/postgresql/timezone/America/North_Dakota/New_Salem
+share/postgresql/timezone/America/Nuuk
 share/postgresql/timezone/America/Ojinaga
 share/postgresql/timezone/America/Panama
 share/postgresql/timezone/America/Pangnirtung

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.30 pkgsrc/databases/postgresql95/Makefile.common:1.31
--- pkgsrc/databases/postgresql95/Makefile.common:1.30  Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql95/Makefile.common       Fri May 15 09:45:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2020/02/14 17:06:44 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2020/05/15 09:45:01 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.21
+DISTNAME=      postgresql-9.5.22
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql95/distinfo
diff -u pkgsrc/databases/postgresql95/distinfo:1.23 pkgsrc/databases/postgresql95/distinfo:1.24
--- pkgsrc/databases/postgresql95/distinfo:1.23 Fri Feb 14 17:06:44 2020
+++ pkgsrc/databases/postgresql95/distinfo      Fri May 15 09:45:01 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2020/02/14 17:06:44 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/05/15 09:45:01 adam Exp $
 
-SHA1 (postgresql-9.5.21.tar.bz2) = f3eb8c516e6df4afc184fd7d7fb6fd10dc904a1b
-RMD160 (postgresql-9.5.21.tar.bz2) = 242387fe437c2011b8534087076ddcbe40b0b9e7
-SHA512 (postgresql-9.5.21.tar.bz2) = 8527356ee3b4f151c832aef50a8b96e923e0a6c77e5fe6ad597f50527f9d084a8feab7bede8fdbe29aab44383577d3f86e5286fb34e2d2b696cde34bd922e69d
-Size (postgresql-9.5.21.tar.bz2) = 17640928 bytes
+SHA1 (postgresql-9.5.22.tar.bz2) = 5f67ef49a6751293f999db48b60dc91338735a79
+RMD160 (postgresql-9.5.22.tar.bz2) = 3a2b8b26d73f4fa5a47f538b0cdef35d697f5101
+SHA512 (postgresql-9.5.22.tar.bz2) = 489321fa49e17308d3a78353edf73a16295c1377ad429a94636df069d2bf55f538ba6570e3d2991dd28bcca45fee77c6c41fa9bade35ea7f9e581abff4c9a401
+Size (postgresql-9.5.22.tar.bz2) = 17667386 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.24 pkgsrc/databases/postgresql96/Makefile.common:1.25
--- pkgsrc/databases/postgresql96/Makefile.common:1.24  Fri Feb 14 17:06:45 2020
+++ pkgsrc/databases/postgresql96/Makefile.common       Fri May 15 09:45:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2020/02/14 17:06:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.25 2020/05/15 09:45:01 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.17
+DISTNAME=      postgresql-9.6.18
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql96/distinfo
diff -u pkgsrc/databases/postgresql96/distinfo:1.19 pkgsrc/databases/postgresql96/distinfo:1.20
--- pkgsrc/databases/postgresql96/distinfo:1.19 Fri Feb 14 17:06:45 2020
+++ pkgsrc/databases/postgresql96/distinfo      Fri May 15 09:45:01 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2020/02/14 17:06:45 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/05/15 09:45:01 adam Exp $
 
-SHA1 (postgresql-9.6.17.tar.bz2) = a2d7fec8edf82bfdef7a2e037fb855830972c262
-RMD160 (postgresql-9.6.17.tar.bz2) = 3e46a95188b7bdf60c430275f6d3634d45693abc
-SHA512 (postgresql-9.6.17.tar.bz2) = a76f328523517f664e4fc59a4d27e476bc6300e49370712030caae40aa160acb1e6aecc7cd3b3440125713069932df812eb8d75377a3df63e59c9292419c2aa8
-Size (postgresql-9.6.17.tar.bz2) = 18812282 bytes
+SHA1 (postgresql-9.6.18.tar.bz2) = 9b01c120d0c16ed111e25f80e791581354a463cd
+RMD160 (postgresql-9.6.18.tar.bz2) = 5b6216a193480c79a4d3a40aeedda91761bf3a2a
+SHA512 (postgresql-9.6.18.tar.bz2) = 78aad7042d22be4486511a9f3b5df2578b65a911b9e969e6196c945d84b9d9a79b40c01a8bdd3859cc67cd9a5d023cca5d83c1360cb14a9bb076ff3b5c1fff70
+Size (postgresql-9.6.18.tar.bz2) = 18836490 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24



Home | Main Index | Thread Index | Old Index