Received: by mail.netbsd.org (Postfix, from userid 605) id F358784D96; Fri, 13 Aug 2021 11:54:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3775684D15 for ; Fri, 13 Aug 2021 11:54:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IxIHoffI9MJz for ; Fri, 13 Aug 2021 11:54:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 72B5784CDF for ; Fri, 13 Aug 2021 11:54:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 651A5FA97; Fri, 13 Aug 2021 11:54:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628855689289600" MIME-Version: 1.0 Date: Fri, 13 Aug 2021 11:54:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210813115449.651A5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628855689289600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 13 11:54:48 UTC 2021 Modified Files: pkgsrc/databases/postgresql10: Makefile Makefile.common distinfo pkgsrc/databases/postgresql10-client: Makefile pkgsrc/databases/postgresql10-contrib: Makefile pkgsrc/databases/postgresql10-docs: Makefile PLIST pkgsrc/databases/postgresql10-plperl: Makefile pkgsrc/databases/postgresql10-plpython: Makefile pkgsrc/databases/postgresql10-pltcl: Makefile pkgsrc/databases/postgresql10-server: Makefile pkgsrc/databases/postgresql11: Makefile Makefile.common distinfo pkgsrc/databases/postgresql11-client: Makefile pkgsrc/databases/postgresql11-contrib: Makefile pkgsrc/databases/postgresql11-docs: Makefile PLIST pkgsrc/databases/postgresql11-plperl: Makefile pkgsrc/databases/postgresql11-plpython: Makefile pkgsrc/databases/postgresql11-pltcl: Makefile pkgsrc/databases/postgresql11-server: Makefile pkgsrc/databases/postgresql12: Makefile Makefile.common distinfo pkgsrc/databases/postgresql12-client: Makefile pkgsrc/databases/postgresql12-contrib: Makefile pkgsrc/databases/postgresql12-docs: Makefile PLIST pkgsrc/databases/postgresql12-plperl: Makefile pkgsrc/databases/postgresql12-plpython: Makefile pkgsrc/databases/postgresql12-pltcl: Makefile pkgsrc/databases/postgresql12-server: Makefile pkgsrc/databases/postgresql13: Makefile Makefile.common distinfo pkgsrc/databases/postgresql13-client: Makefile pkgsrc/databases/postgresql13-contrib: Makefile pkgsrc/databases/postgresql13-docs: Makefile PLIST pkgsrc/databases/postgresql13-plperl: Makefile pkgsrc/databases/postgresql13-plpython: Makefile pkgsrc/databases/postgresql13-pltcl: Makefile pkgsrc/databases/postgresql13-server: Makefile pkgsrc/databases/postgresql96: Makefile Makefile.common distinfo pkgsrc/databases/postgresql96-client: Makefile pkgsrc/databases/postgresql96-contrib: Makefile pkgsrc/databases/postgresql96-docs: Makefile PLIST pkgsrc/databases/postgresql96-plperl: Makefile pkgsrc/databases/postgresql96-plpython: Makefile pkgsrc/databases/postgresql96-pltcl: Makefile pkgsrc/databases/postgresql96-server: Makefile Log Message: postgresql: updated to 13.4, 12.8, 11.13, 10.18, 9.6.23 PostgreSQL 13.4, 12.8, 11.13, 10.18, 9.6.23 Security Issues CVE-2021-3677: Memory disclosure in certain queries Versions Affected: 11 - 13. A purpose-crafted query can read arbitrary bytes of server memory. In the default configuration, any authenticated database user can complete this attack at will. The attack does not require the ability to create objects. If server settings include max_worker_processes=0, the known versions of this attack are infeasible. However, undiscovered variants of the attack may be independent of that setting. 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 13, but many affect all supported versions. Some of these fixes include: Completely disable TLS/SSL renegotiation. This was previously disabled, but the server would still execute a client-initiated renegotiation request. Restore the Portal-level snapshot after COMMIT or ROLLBACK within a procedure. This change fixes cases where an attempt to fetch a toasted value immediately after COMMIT/ROLLBACK would fail with errors like "no known snapshots" or "missing chunk number 0 for toast value". Avoid misbehavior when persisting the output of a cursor that's reading a volatile query. Reject cases where a query in WITH rewrites to just NOTIFY, which would cause a crash. Several corner-case fixes for numeric types. ALTER EXTENSION now locks the extension when adding or removing a member object. The "enabled" status is now copied when a partitioned table's triggers are cloned to a new partition. Avoid alias conflicts in queries generated for REFRESH MATERIALIZED VIEW CONCURRENTLY. This command failed on materialized views containing columns with certain names, notably mv and newdata. Disallow whole-row variables in GENERATED expressions. Several fixes for DROP OWNED BY behavior in relation to row-level security (RLS) policies. Re-allow old-style Windows locale names in CREATE COLLATION commands. walsenders now show their latest replication command in pg_stat_activity, instead of just showing the latest SQL command. pg_settings.pending_restart now shows as true when a pertinent entry in postgresql.conf is removed. On 64-bit Windows, allow the effective value of work_mem * hash_mem_multiplier to exceed 2GB. Update minimum recovery point when WAL replay of a transaction abort record causes file truncation. Advance oldest-required-WAL-segment horizon properly after a replication slot is invalidated. This fixes an issue where the server's WAL storage could run out of space. Improve progress reporting for the sort phase of a parallel B-tree index build. Fix assorted crash cases in logical replication of partitioned-table updates and when firing AFTER triggers of partitioned tables. Prevent infinite loops in SP-GiST index insertion. Ensure that SP-GiST index insertion can be terminated by a query cancel request. In psql and other client programs, avoid overrunning the ends of strings when dealing with invalidly-encoded data. Fix pg_dump to correctly handle triggers on partitioned tables whose enabled status is different from their parent triggers' status. Avoid "invalid creation date in header" warnings when running pg_restore on a file created in a different time zone. pg_upgrade now carries forward the old installation's oldestXID value and no longer forces an anti-wraparound VACUUM." Extend pg_upgrade to detect and warn about extensions that should be upgraded. Fix contrib/postgres_fdw to better work with generated columns, so long as a generated column in a foreign table represents a generated column in the remote table. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql10/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql10/Makefile.common cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql10/distinfo cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql10-client/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql10-contrib/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql10-docs/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql10-docs/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql10-plperl/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql10-plpython/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql10-pltcl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql10-server/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql11/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql11/Makefile.common cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql11/distinfo cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql11-client/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql11-contrib/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql11-docs/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql11-docs/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql11-plperl/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql11-plpython/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql11-pltcl/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql11-server/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql12/Makefile \ pkgsrc/databases/postgresql12/Makefile.common cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql12/distinfo cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql12-client/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql12-contrib/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql12-docs/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql12-docs/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql12-plperl/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql12-plpython/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql12-pltcl/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql12-server/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql13/Makefile \ pkgsrc/databases/postgresql13/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql13/Makefile.common cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql13-client/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql13-contrib/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql13-docs/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-docs/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql13-plperl/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql13-plpython/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql13-pltcl/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql13-server/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql96/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/postgresql96/Makefile.common cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql96/distinfo cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql96-client/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql96-contrib/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql96-docs/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql96-docs/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql96-plperl/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql96-plpython/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql96-pltcl/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql96-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628855689289600 Content-Disposition: inline Content-Length: 42713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql10/Makefile diff -u pkgsrc/databases/postgresql10/Makefile:1.24 pkgsrc/databases/postgresql10/Makefile:1.25 --- pkgsrc/databases/postgresql10/Makefile:1.24 Mon May 24 19:49:45 2021 +++ pkgsrc/databases/postgresql10/Makefile Fri Aug 13 11:54:43 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2021/05/24 19:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2021/08/13 11:54:43 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.29 pkgsrc/databases/postgresql10/Makefile.common:1.30 --- pkgsrc/databases/postgresql10/Makefile.common:1.29 Sun Jun 13 08:56:26 2021 +++ pkgsrc/databases/postgresql10/Makefile.common Fri Aug 13 11:54:43 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2021/06/13 08:56:26 nia Exp $ +# $NetBSD: Makefile.common,v 1.30 2021/08/13 11:54:43 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.17 +DISTNAME= postgresql-10.18 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.21 pkgsrc/databases/postgresql10/distinfo:1.22 --- pkgsrc/databases/postgresql10/distinfo:1.21 Mon Jul 12 09:06:21 2021 +++ pkgsrc/databases/postgresql10/distinfo Fri Aug 13 11:54:43 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2021/07/12 09:06:21 mlelstv Exp $ +$NetBSD: distinfo,v 1.22 2021/08/13 11:54:43 adam Exp $ -SHA1 (postgresql-10.17.tar.bz2) = 479ec3bf2882a3188dd16ec92169c67e78995400 -RMD160 (postgresql-10.17.tar.bz2) = eb2c2dd55f6515b5a2d27f36f9c87625a7d6c2f5 -SHA512 (postgresql-10.17.tar.bz2) = 4989abe56cf631b367252c62f15c9f4a22a864a75d607fa29c2116c95e29f95bc3855df6b2fc88dbedcfc7b238d6732d13629fc967f09bbd3ea4d5c328cb925f -Size (postgresql-10.17.tar.bz2) = 19153278 bytes +SHA1 (postgresql-10.18.tar.bz2) = a9f6d96343cc5dcf8b28e6fce5a2955041b14003 +RMD160 (postgresql-10.18.tar.bz2) = fe43854c91bf98c44c22eee2f9b014691d86bf5f +SHA512 (postgresql-10.18.tar.bz2) = 8a564256b0a5f6375a817cc5db14e56f7f7ee831881a2dc78759e7f2cf708d95fb61ad75a01f13fb05517ab165c991794d837bbb93f60d54f4fb33ca0ac45729 +Size (postgresql-10.18.tar.bz2) = 19197042 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd Index: pkgsrc/databases/postgresql10-client/Makefile diff -u pkgsrc/databases/postgresql10-client/Makefile:1.19 pkgsrc/databases/postgresql10-client/Makefile:1.20 --- pkgsrc/databases/postgresql10-client/Makefile:1.19 Mon May 24 19:49:45 2021 +++ pkgsrc/databases/postgresql10-client/Makefile Fri Aug 13 11:54:43 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/08/13 11:54:43 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql10/Makefile.common" Index: pkgsrc/databases/postgresql10-contrib/Makefile diff -u pkgsrc/databases/postgresql10-contrib/Makefile:1.19 pkgsrc/databases/postgresql10-contrib/Makefile:1.20 --- pkgsrc/databases/postgresql10-contrib/Makefile:1.19 Mon May 24 19:49:45 2021 +++ pkgsrc/databases/postgresql10-contrib/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql10/Makefile.common" Index: pkgsrc/databases/postgresql10-docs/Makefile diff -u pkgsrc/databases/postgresql10-docs/Makefile:1.12 pkgsrc/databases/postgresql10-docs/Makefile:1.13 --- pkgsrc/databases/postgresql10-docs/Makefile:1.12 Mon May 24 19:49:45 2021 +++ pkgsrc/databases/postgresql10-docs/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:49:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql10/Makefile.common" Index: pkgsrc/databases/postgresql10-docs/PLIST diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.18 pkgsrc/databases/postgresql10-docs/PLIST:1.19 --- pkgsrc/databases/postgresql10-docs/PLIST:1.18 Tue May 18 11:56:17 2021 +++ pkgsrc/databases/postgresql10-docs/PLIST Fri Aug 13 11:54:44 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2021/05/18 11:56:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2021/08/13 11:54:44 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -616,6 +616,9 @@ share/doc/postgresql/html/gist-implement share/doc/postgresql/html/gist-intro.html share/doc/postgresql/html/gist.html share/doc/postgresql/html/git.html +share/doc/postgresql/html/hash-implementation.html +share/doc/postgresql/html/hash-index.html +share/doc/postgresql/html/hash-intro.html share/doc/postgresql/html/high-availability.html share/doc/postgresql/html/history.html share/doc/postgresql/html/hot-standby.html @@ -923,6 +926,7 @@ share/doc/postgresql/html/release-10-14. share/doc/postgresql/html/release-10-15.html share/doc/postgresql/html/release-10-16.html share/doc/postgresql/html/release-10-17.html +share/doc/postgresql/html/release-10-18.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/postgresql10-plperl/Makefile diff -u pkgsrc/databases/postgresql10-plperl/Makefile:1.15 pkgsrc/databases/postgresql10-plperl/Makefile:1.16 --- pkgsrc/databases/postgresql10-plperl/Makefile:1.15 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql10-plperl/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.15 2021/05/24 19:49:46 wiz Exp $ +#$ $NetBSD: Makefile,v 1.16 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server Index: pkgsrc/databases/postgresql10-plpython/Makefile diff -u pkgsrc/databases/postgresql10-plpython/Makefile:1.19 pkgsrc/databases/postgresql10-plpython/Makefile:1.20 --- pkgsrc/databases/postgresql10-plpython/Makefile:1.19 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql10-plpython/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server Index: pkgsrc/databases/postgresql10-pltcl/Makefile diff -u pkgsrc/databases/postgresql10-pltcl/Makefile:1.16 pkgsrc/databases/postgresql10-pltcl/Makefile:1.17 --- pkgsrc/databases/postgresql10-pltcl/Makefile:1.16 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql10-pltcl/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server Index: pkgsrc/databases/postgresql10-server/Makefile diff -u pkgsrc/databases/postgresql10-server/Makefile:1.20 pkgsrc/databases/postgresql10-server/Makefile:1.21 --- pkgsrc/databases/postgresql10-server/Makefile:1.20 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql10-server/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/08/13 11:54:44 adam Exp $ PKGNAME= ${DISTNAME:S/-/10-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation Index: pkgsrc/databases/postgresql11/Makefile diff -u pkgsrc/databases/postgresql11/Makefile:1.17 pkgsrc/databases/postgresql11/Makefile:1.18 --- pkgsrc/databases/postgresql11/Makefile:1.17 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql11/Makefile Fri Aug 13 11:54:44 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/08/13 11:54:44 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/Makefile.common diff -u pkgsrc/databases/postgresql11/Makefile.common:1.22 pkgsrc/databases/postgresql11/Makefile.common:1.23 --- pkgsrc/databases/postgresql11/Makefile.common:1.22 Sun Jun 13 08:56:26 2021 +++ pkgsrc/databases/postgresql11/Makefile.common Fri Aug 13 11:54:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2021/06/13 08:56:26 nia Exp $ +# $NetBSD: Makefile.common,v 1.23 2021/08/13 11:54:44 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.12 +DISTNAME= postgresql-11.13 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.16 pkgsrc/databases/postgresql11/distinfo:1.17 --- pkgsrc/databases/postgresql11/distinfo:1.16 Mon Jul 12 09:06:21 2021 +++ pkgsrc/databases/postgresql11/distinfo Fri Aug 13 11:54:44 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2021/07/12 09:06:21 mlelstv Exp $ +$NetBSD: distinfo,v 1.17 2021/08/13 11:54:44 adam Exp $ -SHA1 (postgresql-11.12.tar.bz2) = 4058af97fde72064c5fd18a508eda6a5526359df -RMD160 (postgresql-11.12.tar.bz2) = cd4a28a42b4828df710502b2bc8c9a5da0eaf2d3 -SHA512 (postgresql-11.12.tar.bz2) = 668914424e1dbe09a66d5272e5b0a17fa24c90d3d099f8161f1420eaa76675ea1c622e4d149bdfcb31f07af19602a500913cb97c49d717df23e374de09dc0274 -Size (postgresql-11.12.tar.bz2) = 20075485 bytes +SHA1 (postgresql-11.13.tar.bz2) = 7c0b06bdbe2bd3d966fb7d875843f022694e9b1a +RMD160 (postgresql-11.13.tar.bz2) = d682247742b45048c4f30f977a2402ee79396cf7 +SHA512 (postgresql-11.13.tar.bz2) = 1b2061d505a7460e0aaae53818e77fc99fa7b73eea119033a98a3d7dd3d70d00403998654990b03bbf6eb2df383e2f44791137c8922ea4015715f8bf49c5837f +Size (postgresql-11.13.tar.bz2) = 20123787 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd Index: pkgsrc/databases/postgresql11-client/Makefile diff -u pkgsrc/databases/postgresql11-client/Makefile:1.15 pkgsrc/databases/postgresql11-client/Makefile:1.16 --- pkgsrc/databases/postgresql11-client/Makefile:1.15 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql11-client/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql11/Makefile.common" Index: pkgsrc/databases/postgresql11-contrib/Makefile diff -u pkgsrc/databases/postgresql11-contrib/Makefile:1.16 pkgsrc/databases/postgresql11-contrib/Makefile:1.17 --- pkgsrc/databases/postgresql11-contrib/Makefile:1.16 Mon May 24 19:49:46 2021 +++ pkgsrc/databases/postgresql11-contrib/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql11/Makefile.common" Index: pkgsrc/databases/postgresql11-docs/Makefile diff -u pkgsrc/databases/postgresql11-docs/Makefile:1.10 pkgsrc/databases/postgresql11-docs/Makefile:1.11 --- pkgsrc/databases/postgresql11-docs/Makefile:1.10 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql11-docs/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql11/Makefile.common" Index: pkgsrc/databases/postgresql11-docs/PLIST diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.13 pkgsrc/databases/postgresql11-docs/PLIST:1.14 --- pkgsrc/databases/postgresql11-docs/PLIST:1.13 Tue May 18 11:56:18 2021 +++ pkgsrc/databases/postgresql11-docs/PLIST Fri Aug 13 11:54:45 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2021/05/18 11:56:18 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2021/08/13 11:54:45 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -643,6 +643,9 @@ share/doc/postgresql/html/gist-intro.htm share/doc/postgresql/html/gist.html share/doc/postgresql/html/git.html share/doc/postgresql/html/gssapi-auth.html +share/doc/postgresql/html/hash-implementation.html +share/doc/postgresql/html/hash-index.html +share/doc/postgresql/html/hash-intro.html share/doc/postgresql/html/high-availability.html share/doc/postgresql/html/history.html share/doc/postgresql/html/hot-standby.html @@ -954,6 +957,7 @@ share/doc/postgresql/html/release-11-1.h share/doc/postgresql/html/release-11-10.html share/doc/postgresql/html/release-11-11.html share/doc/postgresql/html/release-11-12.html +share/doc/postgresql/html/release-11-13.html share/doc/postgresql/html/release-11-2.html share/doc/postgresql/html/release-11-3.html share/doc/postgresql/html/release-11-4.html Index: pkgsrc/databases/postgresql11-plperl/Makefile diff -u pkgsrc/databases/postgresql11-plperl/Makefile:1.13 pkgsrc/databases/postgresql11-plperl/Makefile:1.14 --- pkgsrc/databases/postgresql11-plperl/Makefile:1.13 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql11-plperl/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.13 2021/05/24 19:49:47 wiz Exp $ +#$ $NetBSD: Makefile,v 1.14 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server Index: pkgsrc/databases/postgresql11-plpython/Makefile diff -u pkgsrc/databases/postgresql11-plpython/Makefile:1.17 pkgsrc/databases/postgresql11-plpython/Makefile:1.18 --- pkgsrc/databases/postgresql11-plpython/Makefile:1.17 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql11-plpython/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server Index: pkgsrc/databases/postgresql11-pltcl/Makefile diff -u pkgsrc/databases/postgresql11-pltcl/Makefile:1.14 pkgsrc/databases/postgresql11-pltcl/Makefile:1.15 --- pkgsrc/databases/postgresql11-pltcl/Makefile:1.14 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql11-pltcl/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server Index: pkgsrc/databases/postgresql11-server/Makefile diff -u pkgsrc/databases/postgresql11-server/Makefile:1.17 pkgsrc/databases/postgresql11-server/Makefile:1.18 --- pkgsrc/databases/postgresql11-server/Makefile:1.17 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql11-server/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/11-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation Index: pkgsrc/databases/postgresql12/Makefile diff -u pkgsrc/databases/postgresql12/Makefile:1.15 pkgsrc/databases/postgresql12/Makefile:1.16 --- pkgsrc/databases/postgresql12/Makefile:1.15 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql12/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2021/08/13 11:54:45 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.15 pkgsrc/databases/postgresql12/Makefile.common:1.16 --- pkgsrc/databases/postgresql12/Makefile.common:1.15 Sun Jun 13 08:56:26 2021 +++ pkgsrc/databases/postgresql12/Makefile.common Fri Aug 13 11:54:45 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2021/06/13 08:56:26 nia Exp $ +# $NetBSD: Makefile.common,v 1.16 2021/08/13 11:54:45 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.7 +DISTNAME= postgresql-12.8 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.10 pkgsrc/databases/postgresql12/distinfo:1.11 --- pkgsrc/databases/postgresql12/distinfo:1.10 Mon Jul 12 09:06:21 2021 +++ pkgsrc/databases/postgresql12/distinfo Fri Aug 13 11:54:45 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2021/07/12 09:06:21 mlelstv Exp $ +$NetBSD: distinfo,v 1.11 2021/08/13 11:54:45 adam Exp $ -SHA1 (postgresql-12.7.tar.bz2) = e7071caed1f31a0b6d7579ea66e00342e8ebe146 -RMD160 (postgresql-12.7.tar.bz2) = 7a8e2a19b372076498782ae7f8285826d5f5fdc7 -SHA512 (postgresql-12.7.tar.bz2) = 47ca347df63a441e52e52442074e85d0ebd3a89f7eb037022c4690cbe88b21a6a959092a812b79bb30db47b5975a5d7908318c73b2685683d48b4789d4ae6a44 -Size (postgresql-12.7.tar.bz2) = 20819005 bytes +SHA1 (postgresql-12.8.tar.bz2) = f3f4ae778036795bdc8f493cc7d0d15d409061e9 +RMD160 (postgresql-12.8.tar.bz2) = 10e70f2d366d6d52e6b33a8685f2e3721705ffcc +SHA512 (postgresql-12.8.tar.bz2) = 970fe1041e427ac1c8a786c93e2079b0a9c8b3fcaf9d38877894eb02e8a9afc7cd73d7ac28078c455845a922a1b7d9c1e22cb7990d8d523dd6496af9442fba01 +Size (postgresql-12.8.tar.bz2) = 20849478 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd Index: pkgsrc/databases/postgresql12-client/Makefile diff -u pkgsrc/databases/postgresql12-client/Makefile:1.17 pkgsrc/databases/postgresql12-client/Makefile:1.18 --- pkgsrc/databases/postgresql12-client/Makefile:1.17 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql12-client/Makefile Fri Aug 13 11:54:45 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/08/13 11:54:45 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql12/Makefile.common" Index: pkgsrc/databases/postgresql12-contrib/Makefile diff -u pkgsrc/databases/postgresql12-contrib/Makefile:1.16 pkgsrc/databases/postgresql12-contrib/Makefile:1.17 --- pkgsrc/databases/postgresql12-contrib/Makefile:1.16 Mon May 24 19:49:47 2021 +++ pkgsrc/databases/postgresql12-contrib/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:49:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql12/Makefile.common" Index: pkgsrc/databases/postgresql12-docs/Makefile diff -u pkgsrc/databases/postgresql12-docs/Makefile:1.10 pkgsrc/databases/postgresql12-docs/Makefile:1.11 --- pkgsrc/databases/postgresql12-docs/Makefile:1.10 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql12-docs/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql12/Makefile.common" Index: pkgsrc/databases/postgresql12-docs/PLIST diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.8 pkgsrc/databases/postgresql12-docs/PLIST:1.9 --- pkgsrc/databases/postgresql12-docs/PLIST:1.8 Tue May 18 11:56:19 2021 +++ pkgsrc/databases/postgresql12-docs/PLIST Fri Aug 13 11:54:46 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/05/18 11:56:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/08/13 11:54:46 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -650,6 +650,9 @@ share/doc/postgresql/html/gist.html share/doc/postgresql/html/git.html share/doc/postgresql/html/gssapi-auth.html share/doc/postgresql/html/gssapi-enc.html +share/doc/postgresql/html/hash-implementation.html +share/doc/postgresql/html/hash-index.html +share/doc/postgresql/html/hash-intro.html share/doc/postgresql/html/high-availability.html share/doc/postgresql/html/history.html share/doc/postgresql/html/hot-standby.html @@ -965,6 +968,7 @@ share/doc/postgresql/html/release-12-4.h share/doc/postgresql/html/release-12-5.html share/doc/postgresql/html/release-12-6.html share/doc/postgresql/html/release-12-7.html +share/doc/postgresql/html/release-12-8.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/Makefile diff -u pkgsrc/databases/postgresql12-plperl/Makefile:1.13 pkgsrc/databases/postgresql12-plperl/Makefile:1.14 --- pkgsrc/databases/postgresql12-plperl/Makefile:1.13 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql12-plperl/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.13 2021/05/24 19:49:48 wiz Exp $ +#$ $NetBSD: Makefile,v 1.14 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server Index: pkgsrc/databases/postgresql12-plpython/Makefile diff -u pkgsrc/databases/postgresql12-plpython/Makefile:1.15 pkgsrc/databases/postgresql12-plpython/Makefile:1.16 --- pkgsrc/databases/postgresql12-plpython/Makefile:1.15 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql12-plpython/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server Index: pkgsrc/databases/postgresql12-pltcl/Makefile diff -u pkgsrc/databases/postgresql12-pltcl/Makefile:1.14 pkgsrc/databases/postgresql12-pltcl/Makefile:1.15 --- pkgsrc/databases/postgresql12-pltcl/Makefile:1.14 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql12-pltcl/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-server Index: pkgsrc/databases/postgresql12-server/Makefile diff -u pkgsrc/databases/postgresql12-server/Makefile:1.16 pkgsrc/databases/postgresql12-server/Makefile:1.17 --- pkgsrc/databases/postgresql12-server/Makefile:1.16 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql12-server/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/12-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation Index: pkgsrc/databases/postgresql13/Makefile diff -u pkgsrc/databases/postgresql13/Makefile:1.6 pkgsrc/databases/postgresql13/Makefile:1.7 --- pkgsrc/databases/postgresql13/Makefile:1.6 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql13/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql13-client>=${PKGVERSION_NOREV}:../../databases/postgresql13-client Index: pkgsrc/databases/postgresql13/distinfo diff -u pkgsrc/databases/postgresql13/distinfo:1.6 pkgsrc/databases/postgresql13/distinfo:1.7 --- pkgsrc/databases/postgresql13/distinfo:1.6 Mon Jul 12 09:06:22 2021 +++ pkgsrc/databases/postgresql13/distinfo Fri Aug 13 11:54:46 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2021/07/12 09:06:22 mlelstv Exp $ +$NetBSD: distinfo,v 1.7 2021/08/13 11:54:46 adam Exp $ -SHA1 (postgresql-13.3.tar.bz2) = 7a775f95367613ed5f7e4cd632586f9628475a92 -RMD160 (postgresql-13.3.tar.bz2) = 40e9645e8c1cd2776daaa70fa54ea62024d34527 -SHA512 (postgresql-13.3.tar.bz2) = 1560cc766982a9ea9d33c77835b20e33e11b03acb77fc75d905c565883935a7dbcd27b9b2ab6a0ecdb815261f7c259865cb3dac85c10a3181c3fcaeb4d28bf60 -Size (postgresql-13.3.tar.bz2) = 21119109 bytes +SHA1 (postgresql-13.4.tar.bz2) = 92146ec62ad80e8f5d2959b5cc1766311dc00d64 +RMD160 (postgresql-13.4.tar.bz2) = 8766ce228491c11629096da54dd5fd4d1c46f9ef +SHA512 (postgresql-13.4.tar.bz2) = f1faf676ffdcee3e7f2c3b78f4badf44770d6be58090036d119d8fb0688e2b9f9159dd44fe850c179b8e23f256942c05edb8fcc385f0e852d16b37eace785b5a +Size (postgresql-13.4.tar.bz2) = 21157443 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 Index: pkgsrc/databases/postgresql13/Makefile.common diff -u pkgsrc/databases/postgresql13/Makefile.common:1.8 pkgsrc/databases/postgresql13/Makefile.common:1.9 --- pkgsrc/databases/postgresql13/Makefile.common:1.8 Sun Jun 13 08:56:26 2021 +++ pkgsrc/databases/postgresql13/Makefile.common Fri Aug 13 11:54:46 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2021/06/13 08:56:26 nia Exp $ +# $NetBSD: Makefile.common,v 1.9 2021/08/13 11:54:46 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/postgresql13-pltcl/Makefile # used by databases/postgresql13-server/Makefile -DISTNAME= postgresql-13.3 +DISTNAME= postgresql-13.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/databases/postgresql13-client/Makefile diff -u pkgsrc/databases/postgresql13-client/Makefile:1.9 pkgsrc/databases/postgresql13-client/Makefile:1.10 --- pkgsrc/databases/postgresql13-client/Makefile:1.9 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql13-client/Makefile Fri Aug 13 11:54:46 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2021/08/13 11:54:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql13/Makefile.common" Index: pkgsrc/databases/postgresql13-contrib/Makefile diff -u pkgsrc/databases/postgresql13-contrib/Makefile:1.9 pkgsrc/databases/postgresql13-contrib/Makefile:1.10 --- pkgsrc/databases/postgresql13-contrib/Makefile:1.9 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql13-contrib/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql13/Makefile.common" Index: pkgsrc/databases/postgresql13-docs/Makefile diff -u pkgsrc/databases/postgresql13-docs/Makefile:1.6 pkgsrc/databases/postgresql13-docs/Makefile:1.7 --- pkgsrc/databases/postgresql13-docs/Makefile:1.6 Mon May 24 19:49:48 2021 +++ pkgsrc/databases/postgresql13-docs/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/05/24 19:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql13/Makefile.common" Index: pkgsrc/databases/postgresql13-docs/PLIST diff -u pkgsrc/databases/postgresql13-docs/PLIST:1.4 pkgsrc/databases/postgresql13-docs/PLIST:1.5 --- pkgsrc/databases/postgresql13-docs/PLIST:1.4 Tue May 18 11:56:20 2021 +++ pkgsrc/databases/postgresql13-docs/PLIST Fri Aug 13 11:54:47 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2021/05/18 11:56:20 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/08/13 11:54:47 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -661,6 +661,9 @@ share/doc/postgresql/html/git.html share/doc/postgresql/html/glossary.html share/doc/postgresql/html/gssapi-auth.html share/doc/postgresql/html/gssapi-enc.html +share/doc/postgresql/html/hash-implementation.html +share/doc/postgresql/html/hash-index.html +share/doc/postgresql/html/hash-intro.html share/doc/postgresql/html/high-availability.html share/doc/postgresql/html/history.html share/doc/postgresql/html/hot-standby.html @@ -969,6 +972,7 @@ share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-13-1.html share/doc/postgresql/html/release-13-2.html share/doc/postgresql/html/release-13-3.html +share/doc/postgresql/html/release-13-4.html share/doc/postgresql/html/release-13.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html Index: pkgsrc/databases/postgresql13-plperl/Makefile diff -u pkgsrc/databases/postgresql13-plperl/Makefile:1.8 pkgsrc/databases/postgresql13-plperl/Makefile:1.9 --- pkgsrc/databases/postgresql13-plperl/Makefile:1.8 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql13-plperl/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.8 2021/05/24 19:49:49 wiz Exp $ +#$ $NetBSD: Makefile,v 1.9 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server Index: pkgsrc/databases/postgresql13-plpython/Makefile diff -u pkgsrc/databases/postgresql13-plpython/Makefile:1.9 pkgsrc/databases/postgresql13-plpython/Makefile:1.10 --- pkgsrc/databases/postgresql13-plpython/Makefile:1.9 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql13-plpython/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server Index: pkgsrc/databases/postgresql13-pltcl/Makefile diff -u pkgsrc/databases/postgresql13-pltcl/Makefile:1.8 pkgsrc/databases/postgresql13-pltcl/Makefile:1.9 --- pkgsrc/databases/postgresql13-pltcl/Makefile:1.8 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql13-pltcl/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server Index: pkgsrc/databases/postgresql13-server/Makefile diff -u pkgsrc/databases/postgresql13-server/Makefile:1.8 pkgsrc/databases/postgresql13-server/Makefile:1.9 --- pkgsrc/databases/postgresql13-server/Makefile:1.8 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql13-server/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation Index: pkgsrc/databases/postgresql96/Makefile diff -u pkgsrc/databases/postgresql96/Makefile:1.13 pkgsrc/databases/postgresql96/Makefile:1.14 --- pkgsrc/databases/postgresql96/Makefile:1.13 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql96/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-/} -PKGREVISION= 1 COMMENT= Robust, next generation, object-relational DBMS DEPENDS+= postgresql96-client>=${PKGVERSION_NOREV}:../../databases/postgresql96-client Index: pkgsrc/databases/postgresql96/Makefile.common diff -u pkgsrc/databases/postgresql96/Makefile.common:1.34 pkgsrc/databases/postgresql96/Makefile.common:1.35 --- pkgsrc/databases/postgresql96/Makefile.common:1.34 Sun Jun 13 08:56:27 2021 +++ pkgsrc/databases/postgresql96/Makefile.common Fri Aug 13 11:54:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2021/06/13 08:56:27 nia Exp $ +# $NetBSD: Makefile.common,v 1.35 2021/08/13 11:54:47 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.22 +DISTNAME= postgresql-9.6.23 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.25 pkgsrc/databases/postgresql96/distinfo:1.26 --- pkgsrc/databases/postgresql96/distinfo:1.25 Tue May 18 11:56:21 2021 +++ pkgsrc/databases/postgresql96/distinfo Fri Aug 13 11:54:47 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.25 2021/05/18 11:56:21 adam Exp $ +$NetBSD: distinfo,v 1.26 2021/08/13 11:54:47 adam Exp $ -SHA1 (postgresql-9.6.22.tar.bz2) = e56f90d8c25443d61c09226c011ae53eaff58bd8 -RMD160 (postgresql-9.6.22.tar.bz2) = 061b411626270ecdb68c2459bd837433bbe9c850 -SHA512 (postgresql-9.6.22.tar.bz2) = 371f85f2d02a8a3b888396440149e9b432f91e106a7feb8a163b275a0586843683124281a0965abf3c1215cb68e2002976913f88c75e35e52ac5f78d4145fd7b -Size (postgresql-9.6.22.tar.bz2) = 19003741 bytes +SHA1 (postgresql-9.6.23.tar.bz2) = d7e09dc6cb551ac7893af44e701861d72821c373 +RMD160 (postgresql-9.6.23.tar.bz2) = 59a9ca18b3085a23654d491d91f12c6abd0b2d31 +SHA512 (postgresql-9.6.23.tar.bz2) = 205b47cf1c22519092f840a9b3bf6bdf95f455e5ba02a7e1bc1495f85bb25f8ccfe9f60c83dc2801f1366b88fc35e64c23eb9bdc89a4bb5d233243af4606d59c +Size (postgresql-9.6.23.tar.bz2) = 19013235 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24 Index: pkgsrc/databases/postgresql96-client/Makefile diff -u pkgsrc/databases/postgresql96-client/Makefile:1.21 pkgsrc/databases/postgresql96-client/Makefile:1.22 --- pkgsrc/databases/postgresql96-client/Makefile:1.21 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql96-client/Makefile Fri Aug 13 11:54:47 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2021/08/13 11:54:47 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-client-/} -PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql96/Makefile.common" Index: pkgsrc/databases/postgresql96-contrib/Makefile diff -u pkgsrc/databases/postgresql96-contrib/Makefile:1.20 pkgsrc/databases/postgresql96-contrib/Makefile:1.21 --- pkgsrc/databases/postgresql96-contrib/Makefile:1.20 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql96-contrib/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-contrib-/} -PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql96/Makefile.common" Index: pkgsrc/databases/postgresql96-docs/Makefile diff -u pkgsrc/databases/postgresql96-docs/Makefile:1.12 pkgsrc/databases/postgresql96-docs/Makefile:1.13 --- pkgsrc/databases/postgresql96-docs/Makefile:1.12 Mon May 24 19:49:49 2021 +++ pkgsrc/databases/postgresql96-docs/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:49:49 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-docs-/} -PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql96/Makefile.common" Index: pkgsrc/databases/postgresql96-docs/PLIST diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.22 pkgsrc/databases/postgresql96-docs/PLIST:1.23 --- pkgsrc/databases/postgresql96-docs/PLIST:1.22 Tue May 18 11:56:21 2021 +++ pkgsrc/databases/postgresql96-docs/PLIST Fri Aug 13 11:54:48 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2021/05/18 11:56:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2021/08/13 11:54:48 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -898,6 +898,7 @@ share/doc/postgresql/html/release-9-6-2. share/doc/postgresql/html/release-9-6-20.html share/doc/postgresql/html/release-9-6-21.html share/doc/postgresql/html/release-9-6-22.html +share/doc/postgresql/html/release-9-6-23.html share/doc/postgresql/html/release-9-6-3.html share/doc/postgresql/html/release-9-6-4.html share/doc/postgresql/html/release-9-6-5.html Index: pkgsrc/databases/postgresql96-plperl/Makefile diff -u pkgsrc/databases/postgresql96-plperl/Makefile:1.15 pkgsrc/databases/postgresql96-plperl/Makefile:1.16 --- pkgsrc/databases/postgresql96-plperl/Makefile:1.15 Mon May 24 19:49:50 2021 +++ pkgsrc/databases/postgresql96-plperl/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -#$ $NetBSD: Makefile,v 1.15 2021/05/24 19:49:50 wiz Exp $ +#$ $NetBSD: Makefile,v 1.16 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-plperl-/} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server Index: pkgsrc/databases/postgresql96-plpython/Makefile diff -u pkgsrc/databases/postgresql96-plpython/Makefile:1.19 pkgsrc/databases/postgresql96-plpython/Makefile:1.20 --- pkgsrc/databases/postgresql96-plpython/Makefile:1.19 Mon May 24 19:49:50 2021 +++ pkgsrc/databases/postgresql96-plpython/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-plpython-/} -PKGREVISION= 1 COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server Index: pkgsrc/databases/postgresql96-pltcl/Makefile diff -u pkgsrc/databases/postgresql96-pltcl/Makefile:1.16 pkgsrc/databases/postgresql96-pltcl/Makefile:1.17 --- pkgsrc/databases/postgresql96-pltcl/Makefile:1.16 Mon May 24 19:49:50 2021 +++ pkgsrc/databases/postgresql96-pltcl/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/05/24 19:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-pltcl-/} -PKGREVISION= 1 COMMENT= PL/Tcl procedural language for the PostgreSQL backend DEPENDS+= postgresql96-server>=${PKGVERSION_NOREV}:../../databases/postgresql96-server Index: pkgsrc/databases/postgresql96-server/Makefile diff -u pkgsrc/databases/postgresql96-server/Makefile:1.18 pkgsrc/databases/postgresql96-server/Makefile:1.19 --- pkgsrc/databases/postgresql96-server/Makefile:1.18 Mon May 24 19:49:50 2021 +++ pkgsrc/databases/postgresql96-server/Makefile Fri Aug 13 11:54:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2021/05/24 19:49:50 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2021/08/13 11:54:48 adam Exp $ PKGNAME= ${DISTNAME:S/-/96-server-/} -PKGREVISION= 1 COMMENT= PostgreSQL database server programs # mips has no TAS implementation --_----------=_1628855689289600--