pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases postgresql: updated to 13.4, 12.8, 11.13, 10...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5529991f01b
branches:  trunk
changeset: 456978:e5529991f01b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 13 11:54:43 2021 +0000

description:
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.

diffstat:

 databases/postgresql10-client/Makefile   |   3 +--
 databases/postgresql10-contrib/Makefile  |   3 +--
 databases/postgresql10-docs/Makefile     |   3 +--
 databases/postgresql10-docs/PLIST        |   6 +++++-
 databases/postgresql10-plperl/Makefile   |   3 +--
 databases/postgresql10-plpython/Makefile |   3 +--
 databases/postgresql10-pltcl/Makefile    |   3 +--
 databases/postgresql10-server/Makefile   |   3 +--
 databases/postgresql10/Makefile          |   3 +--
 databases/postgresql10/Makefile.common   |   4 ++--
 databases/postgresql10/distinfo          |  10 +++++-----
 databases/postgresql11-client/Makefile   |   3 +--
 databases/postgresql11-contrib/Makefile  |   3 +--
 databases/postgresql11-docs/Makefile     |   3 +--
 databases/postgresql11-docs/PLIST        |   6 +++++-
 databases/postgresql11-plperl/Makefile   |   3 +--
 databases/postgresql11-plpython/Makefile |   3 +--
 databases/postgresql11-pltcl/Makefile    |   3 +--
 databases/postgresql11-server/Makefile   |   3 +--
 databases/postgresql11/Makefile          |   3 +--
 databases/postgresql11/Makefile.common   |   4 ++--
 databases/postgresql11/distinfo          |  10 +++++-----
 databases/postgresql12-client/Makefile   |   3 +--
 databases/postgresql12-contrib/Makefile  |   3 +--
 databases/postgresql12-docs/Makefile     |   3 +--
 databases/postgresql12-docs/PLIST        |   6 +++++-
 databases/postgresql12-plperl/Makefile   |   3 +--
 databases/postgresql12-plpython/Makefile |   3 +--
 databases/postgresql12-pltcl/Makefile    |   3 +--
 databases/postgresql12-server/Makefile   |   3 +--
 databases/postgresql12/Makefile          |   3 +--
 databases/postgresql12/Makefile.common   |   4 ++--
 databases/postgresql12/distinfo          |  10 +++++-----
 databases/postgresql13-client/Makefile   |   3 +--
 databases/postgresql13-contrib/Makefile  |   3 +--
 databases/postgresql13-docs/Makefile     |   3 +--
 databases/postgresql13-docs/PLIST        |   6 +++++-
 databases/postgresql13-plperl/Makefile   |   3 +--
 databases/postgresql13-plpython/Makefile |   3 +--
 databases/postgresql13-pltcl/Makefile    |   3 +--
 databases/postgresql13-server/Makefile   |   3 +--
 databases/postgresql13/Makefile          |   3 +--
 databases/postgresql13/Makefile.common   |   4 ++--
 databases/postgresql13/distinfo          |  10 +++++-----
 databases/postgresql96-client/Makefile   |   3 +--
 databases/postgresql96-contrib/Makefile  |   3 +--
 databases/postgresql96-docs/Makefile     |   3 +--
 databases/postgresql96-docs/PLIST        |   3 ++-
 databases/postgresql96-plperl/Makefile   |   3 +--
 databases/postgresql96-plpython/Makefile |   3 +--
 databases/postgresql96-pltcl/Makefile    |   3 +--
 databases/postgresql96-server/Makefile   |   3 +--
 databases/postgresql96/Makefile          |   3 +--
 databases/postgresql96/Makefile.common   |   4 ++--
 databases/postgresql96/distinfo          |  10 +++++-----
 55 files changed, 97 insertions(+), 120 deletions(-)

diffs (truncated from 785 to 300 lines):

diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-client/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile   Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-contrib/Makefile   Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-docs/Makefile
--- a/databases/postgresql10-docs/Makefile      Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-docs/Makefile      Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-docs/PLIST Fri Aug 13 11:54:43 2021 +0000
@@ -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-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-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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-plperl/Makefile
--- a/databases/postgresql10-plperl/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-plperl/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile  Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-plpython/Makefile  Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile     Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-pltcl/Makefile     Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10-server/Makefile
--- a/databases/postgresql10-server/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10-server/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10/Makefile
--- a/databases/postgresql10/Makefile   Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10/Makefile   Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10/Makefile.common    Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql10/distinfo   Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-client/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-contrib/Makefile
--- a/databases/postgresql11-contrib/Makefile   Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-contrib/Makefile   Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-docs/Makefile
--- a/databases/postgresql11-docs/Makefile      Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-docs/Makefile      Fri Aug 13 11:54:43 2021 +0000
@@ -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"
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-docs/PLIST
--- a/databases/postgresql11-docs/PLIST Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-docs/PLIST Fri Aug 13 11:54:43 2021 +0000
@@ -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.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-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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-plperl/Makefile
--- a/databases/postgresql11-plperl/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-plperl/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-plpython/Makefile
--- a/databases/postgresql11-plpython/Makefile  Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-plpython/Makefile  Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-pltcl/Makefile
--- a/databases/postgresql11-pltcl/Makefile     Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-pltcl/Makefile     Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11-server/Makefile
--- a/databases/postgresql11-server/Makefile    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11-server/Makefile    Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11/Makefile
--- a/databases/postgresql11/Makefile   Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11/Makefile   Fri Aug 13 11:54:43 2021 +0000
@@ -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
diff -r ab0f55c4dd83 -r e5529991f01b databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common    Fri Aug 13 04:35:32 2021 +0000
+++ b/databases/postgresql11/Makefile.common    Fri Aug 13 11:54:43 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index