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:           Mon May 13 20:38:13 UTC 2019

Modified Files:
        pkgsrc/databases/postgresql10: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql10-client: PLIST
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql10-plpython: Makefile
        pkgsrc/databases/postgresql11: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql11-client: PLIST
        pkgsrc/databases/postgresql11-docs: PLIST
        pkgsrc/databases/postgresql11-plpython: Makefile
        pkgsrc/databases/postgresql94: Makefile.common distinfo
        pkgsrc/databases/postgresql94-docs: PLIST
        pkgsrc/databases/postgresql94-plpython: Makefile
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql95-docs: PLIST
        pkgsrc/databases/postgresql95-plpython: Makefile
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-docs: PLIST
        pkgsrc/databases/postgresql96-plpython: Makefile

Log Message:
postgresqlNN: updated to the latest

PostgreSQL 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22 Released!
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.3, 10.8, 9.6.13, 9.5.17, and 9.4.22. This release fixes two security 
issues in the PostgreSQL server, a security issue found in two of the PostgreSQL Windows installers, and over 60 bugs reported over the last three months.

Security Issues

Four security vulnerabilities have been closed by this release:

CVE-2019-10127: BigSQL Windows installer does not clear permissive ACL entries
CVE-2019-10128: EnterpriseDB Windows installer does not clear permissive ACL entries
Due to both the EnterpriseDB and BigSQL Windows installers not locking down the permissions of the PostgreSQL binary installation directory and the data directory, an unprivileged Windows user 
account and an unprivileged PostgreSQL account could cause the PostgreSQL service account to execute arbitrary code.

This vulnerability is present in all supported versions of PostgreSQL for these installers, and possibly exists in older versions. Both sets of installers have fixed the permissions for these 
directories for both new and existing installations. If you have installed PostgreSQL on Windows using other methods, we advise that you check that your PostgreSQL binary directories are writable 
only to trusted users and that your data directories are only accessible to trusted users.

The PostgreSQL project thanks Conner Jones for reporting this problem.

CVE-2019-10129: Memory disclosure in partition routing
Prior to this release, a user running PostgreSQL 11 can read arbitrary bytes of server memory by executing a purpose-crafted INSERT statement to a partitioned table.

CVE-2019-10130: Selectivity estimators bypass row security policies
PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user able to execute SQL queries 
with permissions to read a given column could craft a leaky operator that could read whatever data had been sampled from that column. If this happened to include values from rows that the user is 
forbidden to see by a row security policy, the user could effectively bypass the policy. This is fixed by only allowing a non-leakproof operator to use this data if there are no relevant row security 
policies for the table.

This issue is present in PostgreSQL 9.5, 9.6, 10, and 11. The PostgreSQL project thanks Dean Rasheed for reporting this problem.

Bug Fixes and Improvements

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

Some of these fixes include:

Several catalog corruption fixes, including one related to running ALTER TABLE on a partitioned table
Several fixes for partitioning
Avoid server crash when an error occurs while trying to persist a cursor query across a transaction commit
Avoid O(N^2) performance issue when rolling back a transaction that created many tables
Fix possible “could not access status of transaction” failures in txid_status()
Fix updatable views to handle explicit DEFAULT items in INSERT .. VALUES statements where there are multiple VALUES rows
Fix CREATE VIEW to allow zero-column views
Add missing support for the CREATE TABLE IF NOT EXISTS .. AS EXECUTE .. statement
Ensure that sub-SELECTs appearing in row-level-security policy expressions are executed with the correct user's permissions
Accept XML documents as valid values of type xml when xmloption is set to content, as required by SQL:2006 and later
Fix incompatibility of GIN-index WAL records that were introduced in 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 that affected replica servers running these versions reading in changes to GIN indexes from 
primary servers of older versions
Several memory leak fixes as well as fixes to management of dynamic shared memory
Relax panics on fsync and sync_file_range failures for certain cases where a failure indicated "operation not supported"
Several fixes to the query planner, several of which should lead to planning improvements
Fix race condition in which a hot-standby postmaster could fail to shut down after receiving a smart-shutdown request
Several fixes for SCRAM authentication
Fix handling of lc_time settings that imply an encoding different from the database's encoding
Create the current_logfiles file with the same permissions as other files in the server's data directory
Several ecpg fixes
Make pg_verify_checksums verify that the data directory it's pointed at is of the right PostgreSQL version
Several fixes for contrib/postgres_fdw, including one for remote partitions where an UPDATE could lead to incorrect results or a crash
Several Windows fixes
This update also contains tzdata release 2019a for DST law changes in Palestine and Metlakatla, plus historical corrections for Israel. Etc/UCT is now a backward-compatibility link to Etc/UTC, 
instead of being a separate zone that generates the abbreviation UCT, which nowadays is typically a typo. PostgreSQL will still accept UCT as an input zone abbreviation, but it won't output it.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql10/Makefile \
    pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql10-client/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql10-plpython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql11/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql11/Makefile.common \
    pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-client/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql11-plpython/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql94-plpython/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql95-plpython/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-plpython/Makefile

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.11 pkgsrc/databases/postgresql10/Makefile:1.12
--- pkgsrc/databases/postgresql10/Makefile:1.11 Wed Apr  3 00:32:31 2019
+++ pkgsrc/databases/postgresql10/Makefile      Mon May 13 20:38:11 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/04/03 00:32:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2019/05/13 20:38:11 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/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.11 pkgsrc/databases/postgresql10/Makefile.common:1.12
--- pkgsrc/databases/postgresql10/Makefile.common:1.11  Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql10/Makefile.common       Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2019/02/17 08:26:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2019/05/13 20:38: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/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.7
+DISTNAME=      postgresql-10.8
 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.9 pkgsrc/databases/postgresql10/distinfo:1.10
--- pkgsrc/databases/postgresql10/distinfo:1.9  Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql10/distinfo      Mon May 13 20:38:11 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/02/17 08:26:11 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/05/13 20:38:11 adam Exp $
 
-SHA1 (postgresql-10.7.tar.bz2) = 38823c81209f2722ce77d7b6cf6a109d14028598
-RMD160 (postgresql-10.7.tar.bz2) = 78fa48868219b84728ba97d6ab9795e7f0b0d027
-SHA512 (postgresql-10.7.tar.bz2) = 2fa8194e9ef540930eecc2a43907a77f7f185590046350d48fd625bdb1ab459095c4e2e0d2faac846935d7231ac672ace760633deeee365572768da619458ba9
-Size (postgresql-10.7.tar.bz2) = 18940030 bytes
+SHA1 (postgresql-10.8.tar.bz2) = ae18d37852ff0b2c4262da606e1178b8666f3269
+RMD160 (postgresql-10.8.tar.bz2) = 0536828acedd4e2786456a4d2fac510fabb2acf5
+SHA512 (postgresql-10.8.tar.bz2) = c9cd0298f553e13e32d4315e17e9e61c1fd011391c5203282d9040f26fd08c85f749e6f2cea3bcc42d1ca153a1272bcd773196ef3bf2bdfb74cd12c5f523b7ca
+Size (postgresql-10.8.tar.bz2) = 18958913 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10-client/PLIST
diff -u pkgsrc/databases/postgresql10-client/PLIST:1.6 pkgsrc/databases/postgresql10-client/PLIST:1.7
--- pkgsrc/databases/postgresql10-client/PLIST:1.6      Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql10-client/PLIST  Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/05/13 20:38:11 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -798,6 +798,7 @@ share/locale/es/LC_MESSAGES/pg_resetwal-
 share/locale/es/LC_MESSAGES/pg_rewind-10.mo
 share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo
 share/locale/es/LC_MESSAGES/pg_test_timing-10.mo
+share/locale/es/LC_MESSAGES/pg_upgrade-10.mo
 share/locale/es/LC_MESSAGES/pg_waldump-10.mo
 share/locale/es/LC_MESSAGES/pgscripts-10.mo
 share/locale/es/LC_MESSAGES/psql-10.mo

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.8 pkgsrc/databases/postgresql10-docs/PLIST:1.9
--- pkgsrc/databases/postgresql10-docs/PLIST:1.8        Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql10-docs/PLIST    Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/05/13 20:38:11 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -915,6 +915,7 @@ share/doc/postgresql/html/release-10-4.h
 share/doc/postgresql/html/release-10-5.html
 share/doc/postgresql/html/release-10-6.html
 share/doc/postgresql/html/release-10-7.html
+share/doc/postgresql/html/release-10-8.html
 share/doc/postgresql/html/release-10.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql10-plpython/Makefile
diff -u pkgsrc/databases/postgresql10-plpython/Makefile:1.4 pkgsrc/databases/postgresql10-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql10-plpython/Makefile:1.4 Thu Apr 25 07:32:41 2019
+++ pkgsrc/databases/postgresql10-plpython/Makefile     Mon May 13 20:38:11 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:11 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server

Index: pkgsrc/databases/postgresql11/Makefile
diff -u pkgsrc/databases/postgresql11/Makefile:1.4 pkgsrc/databases/postgresql11/Makefile:1.5
--- pkgsrc/databases/postgresql11/Makefile:1.4  Wed Apr  3 00:32:31 2019
+++ pkgsrc/databases/postgresql11/Makefile      Mon May 13 20:38:11 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/03 00:32:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:11 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/11-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.3 pkgsrc/databases/postgresql11/Makefile.common:1.4
--- pkgsrc/databases/postgresql11/Makefile.common:1.3   Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql11/Makefile.common       Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2019/02/17 08:26:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2019/05/13 20:38: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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.2
+DISTNAME=      postgresql-11.3
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.3 pkgsrc/databases/postgresql11/distinfo:1.4
--- pkgsrc/databases/postgresql11/distinfo:1.3  Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql11/distinfo      Mon May 13 20:38:11 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2019/02/17 08:26:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/13 20:38:11 adam Exp $
 
-SHA1 (postgresql-11.2.tar.bz2) = 21fd2f0c08dc69514e86a6b25d56059bb0418a62
-RMD160 (postgresql-11.2.tar.bz2) = 6b092d1e0695ee14fa1363ce931fa0f179c11b2d
-SHA512 (postgresql-11.2.tar.bz2) = dae00a543fdeed36bc338abd4ccfd9fe9a8b6b2b7eaa00b1078e4f27802de75a461c27da2800bc9dd64e658681e5787bd03764bde79940656cae1e8c8716f011
-Size (postgresql-11.2.tar.bz2) = 19714229 bytes
+SHA1 (postgresql-11.3.tar.bz2) = 99b54b4ec4b519c9617f942348d5be328f916773
+RMD160 (postgresql-11.3.tar.bz2) = ea1ca7da67da585ad22c87fa9bd7d40f962978e1
+SHA512 (postgresql-11.3.tar.bz2) = 03269bb88f44f3a81d5e3a8ca2fe59f63f784436840f08870b2e539755629cbde8ac288e0bb4472ee93294a88b37b814ddff48444254c1a3f7a10b4bb64f7133
+Size (postgresql-11.3.tar.bz2) = 19718775 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql11-client/PLIST
diff -u pkgsrc/databases/postgresql11-client/PLIST:1.2 pkgsrc/databases/postgresql11-client/PLIST:1.3
--- pkgsrc/databases/postgresql11-client/PLIST:1.2      Sun Feb 17 08:26:11 2019
+++ pkgsrc/databases/postgresql11-client/PLIST  Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/02/17 08:26:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/05/13 20:38:11 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -875,6 +875,8 @@ share/locale/es/LC_MESSAGES/pg_resetwal-
 share/locale/es/LC_MESSAGES/pg_rewind-11.mo
 share/locale/es/LC_MESSAGES/pg_test_fsync-11.mo
 share/locale/es/LC_MESSAGES/pg_test_timing-11.mo
+share/locale/es/LC_MESSAGES/pg_upgrade-11.mo
+share/locale/es/LC_MESSAGES/pg_verify_checksums-11.mo
 share/locale/es/LC_MESSAGES/pg_waldump-11.mo
 share/locale/es/LC_MESSAGES/pgscripts-11.mo
 share/locale/es/LC_MESSAGES/psql-11.mo
@@ -1055,11 +1057,18 @@ share/locale/zh_CN/LC_MESSAGES/ecpg-11.m
 share/locale/zh_CN/LC_MESSAGES/ecpglib6-11.mo
 share/locale/zh_CN/LC_MESSAGES/initdb-11.mo
 share/locale/zh_CN/LC_MESSAGES/libpq5-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_archivecleanup-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_basebackup-11.mo
 share/locale/zh_CN/LC_MESSAGES/pg_config-11.mo
 share/locale/zh_CN/LC_MESSAGES/pg_controldata-11.mo
 share/locale/zh_CN/LC_MESSAGES/pg_ctl-11.mo
 share/locale/zh_CN/LC_MESSAGES/pg_dump-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_resetwal-11.mo
 share/locale/zh_CN/LC_MESSAGES/pg_rewind-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_test_fsync-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_test_timing-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_upgrade-11.mo
+share/locale/zh_CN/LC_MESSAGES/pg_verify_checksums-11.mo
 share/locale/zh_CN/LC_MESSAGES/pgscripts-11.mo
 share/locale/zh_CN/LC_MESSAGES/psql-11.mo
 share/locale/zh_TW/LC_MESSAGES/ecpg-11.mo

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.3 pkgsrc/databases/postgresql11-docs/PLIST:1.4
--- pkgsrc/databases/postgresql11-docs/PLIST:1.3        Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql11-docs/PLIST    Mon May 13 20:38:11 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/13 20:38:11 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -946,6 +946,7 @@ share/doc/postgresql/html/regress-varian
 share/doc/postgresql/html/regress.html
 share/doc/postgresql/html/release-11-1.html
 share/doc/postgresql/html/release-11-2.html
+share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql11-plpython/Makefile
diff -u pkgsrc/databases/postgresql11-plpython/Makefile:1.2 pkgsrc/databases/postgresql11-plpython/Makefile:1.3
--- pkgsrc/databases/postgresql11-plpython/Makefile:1.2 Thu Apr 25 07:32:41 2019
+++ pkgsrc/databases/postgresql11-plpython/Makefile     Mon May 13 20:38:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/13 20:38:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/11-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server

Index: pkgsrc/databases/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.29 pkgsrc/databases/postgresql94/Makefile.common:1.30
--- pkgsrc/databases/postgresql94/Makefile.common:1.29  Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql94/Makefile.common       Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2019/05/13 20:38:12 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/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.21
+DISTNAME=      postgresql-9.4.22
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql94/distinfo
diff -u pkgsrc/databases/postgresql94/distinfo:1.25 pkgsrc/databases/postgresql94/distinfo:1.26
--- pkgsrc/databases/postgresql94/distinfo:1.25 Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql94/distinfo      Mon May 13 20:38:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.26 2019/05/13 20:38:12 adam Exp $
 
-SHA1 (postgresql-9.4.21.tar.bz2) = 7fdc9574a0479df5e2c623e27e02342efe63f3d5
-RMD160 (postgresql-9.4.21.tar.bz2) = d1f2b89f6f55160e106fd86033f76b585d2f45b7
-SHA512 (postgresql-9.4.21.tar.bz2) = 850d1f59369457d9a8a42de8f0e4811f60e9164d2e7d7605fdabc04cc5ba2e3794d51e155d709419d06b8e070f214f7d3ef2328c6d37f125264ea008ca18ff5a
-Size (postgresql-9.4.21.tar.bz2) = 16871522 bytes
+SHA1 (postgresql-9.4.22.tar.bz2) = 68ee53f1781442e429e37808973bddb7ecf1a0f5
+RMD160 (postgresql-9.4.22.tar.bz2) = ce13b87c2aabcc4900819c9388c2e43b47c9d3da
+SHA512 (postgresql-9.4.22.tar.bz2) = f11623a89b2320616fd53eda52da544bdfcb63bff08cb78fccde134ef628eee7ee90b3de6952f4e08c10297d356624faabf0e5b181b0105f51797796cd04efef
+Size (postgresql-9.4.22.tar.bz2) = 16848787 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.23 pkgsrc/databases/postgresql94-docs/PLIST:1.24
--- pkgsrc/databases/postgresql94-docs/PLIST:1.23       Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql94-docs/PLIST    Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2019/05/13 20:38:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -860,6 +860,7 @@ share/doc/postgresql/html/release-9-4-19
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-20.html
 share/doc/postgresql/html/release-9-4-21.html
+share/doc/postgresql/html/release-9-4-22.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html

Index: pkgsrc/databases/postgresql94-plpython/Makefile
diff -u pkgsrc/databases/postgresql94-plpython/Makefile:1.6 pkgsrc/databases/postgresql94-plpython/Makefile:1.7
--- pkgsrc/databases/postgresql94-plpython/Makefile:1.6 Thu Apr 25 07:32:41 2019
+++ pkgsrc/databases/postgresql94-plpython/Makefile     Mon May 13 20:38:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/13 20:38:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.23 pkgsrc/databases/postgresql95/Makefile.common:1.24
--- pkgsrc/databases/postgresql95/Makefile.common:1.23  Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql95/Makefile.common       Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2019/05/13 20:38:12 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.16
+DISTNAME=      postgresql-9.5.17
 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.18 pkgsrc/databases/postgresql95/distinfo:1.19
--- pkgsrc/databases/postgresql95/distinfo:1.18 Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql95/distinfo      Mon May 13 20:38:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/05/13 20:38:12 adam Exp $
 
-SHA1 (postgresql-9.5.16.tar.bz2) = 5413b1d9e239383cc55d6a1328a42f055405354c
-RMD160 (postgresql-9.5.16.tar.bz2) = 7f9c07db733f4b8b61380b9481c2946d06436dd9
-SHA512 (postgresql-9.5.16.tar.bz2) = 4583c825ed00a5ba915863b41c39cd9580492444ff299e44c3856db55fb4f0607d184534fe8977d915fb0730e6d638d8560be11915ce21b9d1f6971e7a285c7c
-Size (postgresql-9.5.16.tar.bz2) = 17506874 bytes
+SHA1 (postgresql-9.5.17.tar.bz2) = 3b70737eedb2f5fc90d420de4c21188c72e50030
+RMD160 (postgresql-9.5.17.tar.bz2) = 9b1557114f5696ea539544757c660f0d48daaca8
+SHA512 (postgresql-9.5.17.tar.bz2) = bb468528b1f18166cda0be136f31a632859ffe6e6800233b1cb0e91ce11d2d00d3dc108a74580b5552a4d30b9f1b6849c91576cd497beac788c429815c66eac5
+Size (postgresql-9.5.17.tar.bz2) = 17563469 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.16 pkgsrc/databases/postgresql95-docs/PLIST:1.17
--- pkgsrc/databases/postgresql95-docs/PLIST:1.16       Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql95-docs/PLIST    Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/02/17 08:26:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/05/13 20:38:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -875,6 +875,7 @@ share/doc/postgresql/html/release-9-5-13
 share/doc/postgresql/html/release-9-5-14.html
 share/doc/postgresql/html/release-9-5-15.html
 share/doc/postgresql/html/release-9-5-16.html
+share/doc/postgresql/html/release-9-5-17.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html

Index: pkgsrc/databases/postgresql95-plpython/Makefile
diff -u pkgsrc/databases/postgresql95-plpython/Makefile:1.6 pkgsrc/databases/postgresql95-plpython/Makefile:1.7
--- pkgsrc/databases/postgresql95-plpython/Makefile:1.6 Thu Apr 25 07:32:41 2019
+++ pkgsrc/databases/postgresql95-plpython/Makefile     Mon May 13 20:38:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/13 20:38:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.17 pkgsrc/databases/postgresql96/Makefile.common:1.18
--- pkgsrc/databases/postgresql96/Makefile.common:1.17  Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql96/Makefile.common       Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2019/02/17 08:26:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2019/05/13 20:38:12 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.12
+DISTNAME=      postgresql-9.6.13
 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.14 pkgsrc/databases/postgresql96/distinfo:1.15
--- pkgsrc/databases/postgresql96/distinfo:1.14 Sun Feb 17 08:26:12 2019
+++ pkgsrc/databases/postgresql96/distinfo      Mon May 13 20:38:12 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/02/17 08:26:12 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/05/13 20:38:12 adam Exp $
 
-SHA1 (postgresql-9.6.12.tar.bz2) = e505868d08b2645d08d87d747c652ac1a62518b8
-RMD160 (postgresql-9.6.12.tar.bz2) = 0a638810496adedcea3b672eb9e7cffe4d6909f4
-SHA512 (postgresql-9.6.12.tar.bz2) = 3a7a96caf682461f1f9bffdbe2b72b1ce00cc6680145e00c139e4af8b9dc8b8679fda1626de65921d6e187fa9290efc930584b98f1fd2aba1ba3d790a741a415
-Size (postgresql-9.6.12.tar.bz2) = 18759442 bytes
+SHA1 (postgresql-9.6.13.tar.bz2) = 32b9bd28f68426a42c596d1fcedeb971401aee88
+RMD160 (postgresql-9.6.13.tar.bz2) = 02a09368968a2962791310e94d68bd6380bb2d3d
+SHA512 (postgresql-9.6.13.tar.bz2) = 65cc70410ad4a1a738b92855b92eecdbb9efbbca0eb9a45a138d47b696c8f9c9cd19073fbfdf5c80eea7633d0be29b4ed8acbadd38724acf8f18c90bb30f9b26
+Size (postgresql-9.6.13.tar.bz2) = 18767279 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.12 pkgsrc/databases/postgresql96-docs/PLIST:1.13
--- pkgsrc/databases/postgresql96-docs/PLIST:1.12       Sun Feb 17 08:26:13 2019
+++ pkgsrc/databases/postgresql96-docs/PLIST    Mon May 13 20:38:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/02/17 08:26:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/05/13 20:38:12 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -885,6 +885,7 @@ share/doc/postgresql/html/release-9-6-1.
 share/doc/postgresql/html/release-9-6-10.html
 share/doc/postgresql/html/release-9-6-11.html
 share/doc/postgresql/html/release-9-6-12.html
+share/doc/postgresql/html/release-9-6-13.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html

Index: pkgsrc/databases/postgresql96-plpython/Makefile
diff -u pkgsrc/databases/postgresql96-plpython/Makefile:1.4 pkgsrc/databases/postgresql96-plpython/Makefile:1.5
--- pkgsrc/databases/postgresql96-plpython/Makefile:1.4 Thu Apr 25 07:32:41 2019
+++ pkgsrc/databases/postgresql96-plpython/Makefile     Mon May 13 20:38:12 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:32:41 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/13 20:38:12 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/96-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server



Home | Main Index | Thread Index | Old Index