pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases postgresqlNN: updated to 12.2, 11.7, 10.12, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85e57aa0a2ca
branches: trunk
changeset: 423286:85e57aa0a2ca
user: adam <adam%pkgsrc.org@localhost>
date: Fri Feb 14 17:06:40 2020 +0000
description:
postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26
PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26
PostgreSQL 9.4 Now EOL
This is the last release for PostgreSQL 9.4, which will no longer receive security updates and bug fixes. PostgreSQL 9.4 introduced new features such as JSONB support, the ALTER SYSTEM command, the
ability to stream logical changes to an output plugin, and more.
While we are very proud of this release, these features are also found in newer versions of PostgreSQL. Many of these features have also received improvements, and, per our versioning policy, it is
time to retire PostgreSQL 9.4.
To receive continued support, we suggest that you make plans to upgrade to a newer, supported version of PostgreSQL. Please see the PostgreSQL versioning policy for more information.
Security Issues
CVE-2020-1720: ALTER ... DEPENDS ON EXTENSION is missing authorization checks.
Versions Affected: 9.6 - 12
The ALTER ... DEPENDS ON EXTENSION sub-commands do not perform authorization checks, which can allow an unprivileged user to drop any function, procedure, materialized view, index, or trigger under
certain conditions. This attack is possible if an administrator has installed an extension and an unprivileged user can CREATE, or an extension owner either executes DROP EXTENSION predictably or can
be convinced to execute DROP EXTENSION.
Bug Fixes and Improvements
This update also fixes over 75 bugs that were reported in the last several months. Some of these issues affect only version 12, but may also affect all supported versions.
Some of these fixes include:
Fix for partitioned tables with foreign-key references where TRUNCATE ... CASCADE would not remove all data. If you have previously used TRUNCATE ... CASCADE on a partitioned table with foreign-key
references please see the "Updating" section for verification and cleanup steps.
Fix failure to add foreign key constraints to table with sub-partitions (aka a multi-level partitioned table). If you have previously used this functionality, you can fix it by either detaching and
re-attaching the affected partition, or by dropping and re-adding the foreign key constraint to the parent table. You can find more information on how to perform these steps in the ALTER TABLE
documentation.
Fix performance issue for partitioned tables introduced by the fix for CVE-2017-7484 that now allows the planner to use statistics on a child table for a column that the user is granted access to on
the parent table when the query contains a leaky operator.
Several other fixes and changes for partitioned tables, including disallowing partition key expressions that return pseudo-types, such as RECORD.
Fix for logical replication subscribers for executing per-column UPDATE triggers.
Fix for several crashes and failures for logical replication subscribers and publishers.
Improve efficiency of logical replication with REPLICA IDENTITY FULL.
Ensure that calling pg_replication_slot_advance() on a physical replication slot will persist changes across restarts.
Several fixes for the walsender processes.
Improve performance of hash joins with very large inner relations.
Fix placement of "Subplans Removed" field in EXPLAIN output by placing it with its parent Append or MergeAppend plan.
Several fixes for parallel query plans.
Several fixes for query planner errors, including one that affected joins to single-row subqueries.
Several fixes for MCV extend statistics, including one for incorrect estimation for OR clauses.
Improve efficiency of parallel hash join on CPUs with many cores.
Ignore the CONCURRENTLY option when performing an index creation, drop, or reindex on a temporary table.
Fall back to non-parallel index builds when a parallelized CREATE INDEX has no free dynamic shared memory slots.
Several fixes for GiST & GIN indexes.
Fix possible crash in BRIN index operations with box, range and inet data types.
Fix support for BRIN hypothetical indexes.
Fix failure in ALTER TABLE when a column referenced in a GENERATED expression is added or changed in type earlier in the same ALTER TABLE statement.
Fix handling of multiple AFTER ROW triggers on a foreign table.
Fix off-by-one result for EXTRACT(ISOYEAR FROM timestamp) for BC dates.
Prevent unwanted lowercasing and truncation of RADIUS authentication parameters in the pg_hba.conf file.
Several fixes for GSSAPI support, including having libpq accept all GSS-related connection parameters even if the GSSAPI code is not compiled in.
Several fixes for pg_dump and pg_restore when run in parallel mode.
Fix crash with postgres_fdw when trying to execute a remote query on the remote server such as UPDATE remote_tab SET (x,y) = (SELECT ...).
Disallow NULL category values in the crosstab() function of contrib/tablefunc to prevent crashes.
Several fixes for Windows, including a race condition that could cause timing oddities with NOTIFY.
Several ecpg fixes.
diffstat:
databases/postgresql10-client/Makefile | 5 ++---
databases/postgresql10-contrib/Makefile | 5 ++---
databases/postgresql10-docs/Makefile | 4 ++--
databases/postgresql10-docs/PLIST | 3 ++-
databases/postgresql10-plperl/Makefile | 5 ++---
databases/postgresql10-plpython/Makefile | 5 ++---
databases/postgresql10-pltcl/Makefile | 5 ++---
databases/postgresql10-server/Makefile | 5 ++---
databases/postgresql10/Makefile | 5 ++---
databases/postgresql10/Makefile.common | 4 ++--
databases/postgresql10/distinfo | 10 +++++-----
databases/postgresql11-client/Makefile | 7 +++----
databases/postgresql11-contrib/Makefile | 5 ++---
databases/postgresql11-docs/Makefile | 4 ++--
databases/postgresql11-docs/PLIST | 3 ++-
databases/postgresql11-plperl/Makefile | 5 ++---
databases/postgresql11-plpython/Makefile | 5 ++---
databases/postgresql11-pltcl/Makefile | 5 ++---
databases/postgresql11-server/Makefile | 5 ++---
databases/postgresql11/Makefile | 5 ++---
databases/postgresql11/Makefile.common | 7 +++++--
databases/postgresql11/distinfo | 10 +++++-----
databases/postgresql12-client/Makefile | 5 ++---
databases/postgresql12-client/PLIST | 20 +++++++++++++++++++-
databases/postgresql12-contrib/Makefile | 5 ++---
databases/postgresql12-docs/Makefile | 4 ++--
databases/postgresql12-docs/PLIST | 3 ++-
databases/postgresql12-plperl/Makefile | 5 ++---
databases/postgresql12-plpython/Makefile | 5 ++---
databases/postgresql12-pltcl/Makefile | 5 ++---
databases/postgresql12-server/Makefile | 5 ++---
databases/postgresql12/Makefile | 5 ++---
databases/postgresql12/Makefile.common | 4 ++--
databases/postgresql12/distinfo | 10 +++++-----
databases/postgresql94-client/Makefile | 5 ++---
databases/postgresql94-contrib/Makefile | 5 ++---
databases/postgresql94-docs/Makefile | 4 ++--
databases/postgresql94-docs/PLIST | 3 ++-
databases/postgresql94-plperl/Makefile | 5 ++---
databases/postgresql94-plpython/Makefile | 5 ++---
databases/postgresql94-pltcl/Makefile | 5 ++---
databases/postgresql94-server/Makefile | 5 ++---
databases/postgresql94/Makefile | 5 ++---
databases/postgresql94/Makefile.common | 4 ++--
databases/postgresql94/distinfo | 10 +++++-----
databases/postgresql95-client/Makefile | 5 ++---
databases/postgresql95-contrib/Makefile | 5 ++---
databases/postgresql95-docs/Makefile | 4 ++--
databases/postgresql95-docs/PLIST | 3 ++-
databases/postgresql95-plperl/Makefile | 5 ++---
databases/postgresql95-plpython/Makefile | 5 ++---
databases/postgresql95-pltcl/Makefile | 5 ++---
databases/postgresql95-server/Makefile | 5 ++---
databases/postgresql95/Makefile | 5 ++---
databases/postgresql95/Makefile.common | 4 ++--
databases/postgresql95/distinfo | 10 +++++-----
databases/postgresql96-client/Makefile | 5 ++---
databases/postgresql96-contrib/Makefile | 5 ++---
databases/postgresql96-docs/Makefile | 4 ++--
databases/postgresql96-docs/PLIST | 3 ++-
databases/postgresql96-plperl/Makefile | 5 ++---
databases/postgresql96-plpython/Makefile | 5 ++---
databases/postgresql96-pltcl/Makefile | 5 ++---
databases/postgresql96-server/Makefile | 5 ++---
databases/postgresql96/Makefile | 5 ++---
databases/postgresql96/Makefile.common | 4 ++--
databases/postgresql96/distinfo | 10 +++++-----
67 files changed, 173 insertions(+), 188 deletions(-)
diffs (truncated from 1015 to 300 lines):
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-client/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:40 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-client-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-client-/}
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql10/Makefile.common"
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-contrib/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:48:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-contrib-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql10/Makefile.common"
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-docs/Makefile
--- a/databases/postgresql10-docs/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-docs/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-docs-/}
+PKGNAME= ${DISTNAME:S/-/10-docs-/}
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql10/Makefile.common"
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-docs/PLIST Fri Feb 14 17:06:40 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/11/19 05:54:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/02/14 17:06:41 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -911,6 +911,7 @@
share/doc/postgresql/html/release-10-1.html
share/doc/postgresql/html/release-10-10.html
share/doc/postgresql/html/release-10-11.html
+share/doc/postgresql/html/release-10-12.html
share/doc/postgresql/html/release-10-2.html
share/doc/postgresql/html/release-10-3.html
share/doc/postgresql/html/release-10-4.html
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-plperl/Makefile
--- a/databases/postgresql10-plperl/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-plperl/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.4 2020/01/18 21:48:59 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-plperl-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-plperl-/}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-plpython/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-plpython-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-pltcl/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-pltcl-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10-server/Makefile
--- a/databases/postgresql10-server/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10-server/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-server-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-server-/}
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10/Makefile
--- a/databases/postgresql10/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 21:48:59 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2020/02/14 17:06:40 adam Exp $
-PKGNAME= ${DISTNAME:C/-/10-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/10-/}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10/Makefile.common Fri Feb 14 17:06:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2019/11/19 05:54:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.19 2020/02/14 17:06:40 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.11
+DISTNAME= postgresql-10.12
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql10/distinfo Fri Feb 14 17:06:40 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2019/11/19 05:54:51 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/02/14 17:06:40 adam Exp $
-SHA1 (postgresql-10.11.tar.bz2) = 39ce96ff01f7bf10163fccde19084ace2061f545
-RMD160 (postgresql-10.11.tar.bz2) = 199b583510d821969fd9a7d35539b73165d8ed8a
-SHA512 (postgresql-10.11.tar.bz2) = ce90b34e74d423b6db1f0e840b8e09579965c020fa2cfe3e567b604d3354d91e00a4347d559876be829aa89db44f84736e154495708ba9908f1d850446a1fc7b
-Size (postgresql-10.11.tar.bz2) = 19017947 bytes
+SHA1 (postgresql-10.12.tar.bz2) = ccf939036756ab3f2884f77f43bf459a91307375
+RMD160 (postgresql-10.12.tar.bz2) = 9ef9c40c07dd31be9298946fff5acde89b31dc13
+SHA512 (postgresql-10.12.tar.bz2) = 6accc66cbbae811509095c33e8a8d17ddd11d9e307267312e3d09df90469db4700a5806166d66f25d77769d3ef88653c98dfc7d05dd053f10434b03e0a9e33b7
+Size (postgresql-10.12.tar.bz2) = 19020488 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-client/Makefile
--- a/databases/postgresql11-client/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-client/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:48:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-client-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-client-/}
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql11/Makefile.common"
-USE_TOOLS+= gzip tar
+USE_TOOLS+= gzip msgfmt tar
CONFIGURE_ARGS+= --with-openssl
CONFIGURE_ARGS+= --with-zlib
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-contrib/Makefile
--- a/databases/postgresql11-contrib/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-contrib/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-contrib-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-contrib-/}
COMMENT= Contrib subtree of tools and plug-ins
.include "../../databases/postgresql11/Makefile.common"
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-docs/Makefile
--- a/databases/postgresql11-docs/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-docs/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/23 16:02:52 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/14 17:06:42 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-docs-/}
+PKGNAME= ${DISTNAME:S/-/11-docs-/}
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql11/Makefile.common"
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-docs/PLIST
--- a/databases/postgresql11-docs/PLIST Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-docs/PLIST Fri Feb 14 17:06:40 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/11/19 05:54:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/02/14 17:06:42 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -950,6 +950,7 @@
share/doc/postgresql/html/release-11-4.html
share/doc/postgresql/html/release-11-5.html
share/doc/postgresql/html/release-11-6.html
+share/doc/postgresql/html/release-11-7.html
share/doc/postgresql/html/release-11.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-plperl/Makefile
--- a/databases/postgresql11-plperl/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-plperl/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2020/01/18 21:49:00 jperkin Exp $
+#$ $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-plperl-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-plperl-/}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-plpython/Makefile
--- a/databases/postgresql11-plpython/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-plpython/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2020/02/14 17:06:42 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-plpython-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-pltcl/Makefile
--- a/databases/postgresql11-pltcl/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-pltcl/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:42 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-pltcl-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-pltcl-/}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
DEPENDS+= postgresql11-server>=${PKGVERSION_NOREV}:../../databases/postgresql11-server
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11-server/Makefile
--- a/databases/postgresql11-server/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11-server/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 21:49:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/14 17:06:42 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-server-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-server-/}
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11/Makefile
--- a/databases/postgresql11/Makefile Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11/Makefile Fri Feb 14 17:06:40 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:49:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/14 17:06:41 adam Exp $
-PKGNAME= ${DISTNAME:C/-/11-/}
-PKGREVISION= 1
+PKGNAME= ${DISTNAME:S/-/11-/}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql11-client>=${PKGVERSION_NOREV}:../../databases/postgresql11-client
diff -r 752a98ff0696 -r 85e57aa0a2ca databases/postgresql11/Makefile.common
--- a/databases/postgresql11/Makefile.common Fri Feb 14 16:21:58 2020 +0000
+++ b/databases/postgresql11/Makefile.common Fri Feb 14 17:06:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2019/11/19 05:54:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2020/02/14 17:06:41 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.6
+DISTNAME= postgresql-11.7
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
Home |
Main Index |
Thread Index |
Old Index