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 10.5, 9.6.10, 9.5.14, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b83438499d77
branches:  trunk
changeset: 383795:b83438499d77
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 10 11:56:08 2018 +0000

description:
postgresql: updated to 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 10.5, 9.6.10, 9.5.14, 9.4.19, 9.3.24. This release fixes two security issues 
as well as bugs reported over the last three months.

SECURITY ISSUES:
CVE-2018-10915: CERTAIN HOST CONNECTION PARAMETERS DEFEAT CLIENT-SIDE SECURITY DEFENSES
CVE-2018-10925: MEMORY DISCLOSURE AND MISSING AUTHORIZATION IN INSERT ... ON CONFLICT DO UPDATE

BUG FIXES AND IMPROVEMENTS
Several fixes related to VACUUM, including an issue that could lead to data corruption in certain system catalog tables
Several fixes for replaying write-ahead logs, including a case where a just-promoted standby server would not restart if it crashed before its first post-recovery checkpoint
Several performance improvements for replaying write-ahead logs
Several fixes for logical replication and logical decoding, including ensuring logical WAL senders are reporting the streaming state correctly
Allow replication slots to be dropped in single-user mode
Fix to have variance and similar aggregate functions return accurate results when executed using parallel query
Fix SQL-standard FETCH FIRST syntax to allow parameters ($n), as the standard expects
Fix to ensure that a process doing a parallel index scan will respond to signals, such as one to abort a query
Fix EXPLAIN's accounting for resource usage, particularly buffer accesses, in parallel workers
Several fixes for the query planner including improving the cost estimates for hash-joins and choosing to use indexes for mergejoins on composite type columns
Fix performance regression related to POSIX semaphores for multi-CPU systems running Linux or FreeBSD
Fix for GIN indexes that could lead to an assertion failure after a pg_upgrade from a version before PostgreSQL 9.4
Fix for SHOW ALL to display superuser configuration settings to roles that are allowed to read all settings
Fix issue where COPY FROM .. WITH HEADER would drop a line after every 4,294,967,296 lines processed
Several fixes for XML support, including using the document node as the context for XPath queries as defined in the SQL standard, which affects the xpath and xpath_exists functions, as well as 
XMLTABLE
Fix libpq for certain cases where hostaddr is used
Several ecpg fixes for Windows
Fix password prompting in Windows client programs so that echo is properly disabled
Several pg_dump fixes, including correctly outputting REPLICA IDENTITY properties for constraint indexes
Make pg_upgrade check that the old server was shut down cleanly

diffstat:

 databases/postgresql10-client/PLIST                                 |  12 +++++-
 databases/postgresql10-docs/PLIST                                   |   7 +++-
 databases/postgresql10-plpython/PLIST                               |   3 +-
 databases/postgresql10-pltcl/PLIST                                  |   3 +-
 databases/postgresql10/Makefile.common                              |   4 +-
 databases/postgresql10/distinfo                                     |  10 ++--
 databases/postgresql93-client/PLIST                                 |   3 +-
 databases/postgresql93-docs/PLIST                                   |   3 +-
 databases/postgresql93/Makefile.common                              |   4 +-
 databases/postgresql93/distinfo                                     |  14 +++---
 databases/postgresql93/patches/patch-contrib_dblink_Makefile        |   6 +-
 databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile |   8 +--
 databases/postgresql94-client/PLIST                                 |   4 +-
 databases/postgresql94-docs/PLIST                                   |   4 +-
 databases/postgresql94/Makefile.common                              |   4 +-
 databases/postgresql94/distinfo                                     |  10 ++--
 databases/postgresql95-client/PLIST                                 |   5 ++-
 databases/postgresql95-docs/PLIST                                   |   5 ++-
 databases/postgresql95/Makefile.common                              |   4 +-
 databases/postgresql95/distinfo                                     |  10 ++--
 databases/postgresql96-client/PLIST                                 |  20 +++++++++-
 databases/postgresql96-docs/PLIST                                   |   6 ++-
 databases/postgresql96-plpython/PLIST                               |   4 +-
 databases/postgresql96-pltcl/PLIST                                  |   3 +-
 databases/postgresql96-server/PLIST                                 |   6 ++-
 databases/postgresql96/Makefile.common                              |   4 +-
 databases/postgresql96/distinfo                                     |  10 ++--
 27 files changed, 116 insertions(+), 60 deletions(-)

diffs (truncated from 649 to 300 lines):

diff -r c2c36a41416c -r b83438499d77 databases/postgresql10-client/PLIST
--- a/databases/postgresql10-client/PLIST       Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10-client/PLIST       Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/06/02 13:13:23 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:10 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -39,6 +39,7 @@
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -750,11 +751,20 @@
 share/locale/cs/LC_MESSAGES/ecpglib6-10.mo
 share/locale/cs/LC_MESSAGES/initdb-10.mo
 share/locale/cs/LC_MESSAGES/libpq5-10.mo
+share/locale/cs/LC_MESSAGES/pg_archivecleanup-10.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-10.mo
 share/locale/cs/LC_MESSAGES/pg_config-10.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-10.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-10.mo
 share/locale/cs/LC_MESSAGES/pg_dump-10.mo
+share/locale/cs/LC_MESSAGES/pg_resetwal-10.mo
+share/locale/cs/LC_MESSAGES/pg_rewind-10.mo
+share/locale/cs/LC_MESSAGES/pg_test_fsync-10.mo
+share/locale/cs/LC_MESSAGES/pg_test_timing-10.mo
+share/locale/cs/LC_MESSAGES/pg_upgrade-10.mo
+share/locale/cs/LC_MESSAGES/pg_waldump-10.mo
 share/locale/cs/LC_MESSAGES/pgscripts-10.mo
+share/locale/cs/LC_MESSAGES/psql-10.mo
 share/locale/de/LC_MESSAGES/ecpg-10.mo
 share/locale/de/LC_MESSAGES/ecpglib6-10.mo
 share/locale/de/LC_MESSAGES/initdb-10.mo
diff -r c2c36a41416c -r b83438499d77 databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10-docs/PLIST Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -918,6 +918,7 @@
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html
+share/doc/postgresql/html/release-10-5.html
 share/doc/postgresql/html/release-10.html
 share/doc/postgresql/html/release-6-0.html
 share/doc/postgresql/html/release-6-1-1.html
@@ -1216,6 +1217,7 @@
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
@@ -1234,6 +1236,7 @@
 share/doc/postgresql/html/release-9-4-16.html
 share/doc/postgresql/html/release-9-4-17.html
 share/doc/postgresql/html/release-9-4-18.html
+share/doc/postgresql/html/release-9-4-19.html
 share/doc/postgresql/html/release-9-4-2.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
@@ -1248,6 +1251,7 @@
 share/doc/postgresql/html/release-9-5-11.html
 share/doc/postgresql/html/release-9-5-12.html
 share/doc/postgresql/html/release-9-5-13.html
+share/doc/postgresql/html/release-9-5-14.html
 share/doc/postgresql/html/release-9-5-2.html
 share/doc/postgresql/html/release-9-5-3.html
 share/doc/postgresql/html/release-9-5-4.html
@@ -1258,6 +1262,7 @@
 share/doc/postgresql/html/release-9-5-9.html
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release-9-6-1.html
+share/doc/postgresql/html/release-9-6-10.html
 share/doc/postgresql/html/release-9-6-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html
diff -r c2c36a41416c -r b83438499d77 databases/postgresql10-plpython/PLIST
--- a/databases/postgresql10-plpython/PLIST     Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10-plpython/PLIST     Fri Aug 10 11:56:08 2018 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/08/10 11:56:10 adam Exp $
 include/postgresql/server/plpy_util.h
 include/postgresql/server/plpython.h
 ${PLIST.py2x}lib/postgresql/hstore_plpython2.so
 ${PLIST.py3x}lib/postgresql/hstore_plpython3.so
 ${PLIST.py2x}lib/postgresql/plpython2.so
 ${PLIST.py3x}lib/postgresql/plpython3.so
+share/locale/cs/LC_MESSAGES/plpython-10.mo
 share/locale/de/LC_MESSAGES/plpython-10.mo
 share/locale/es/LC_MESSAGES/plpython-10.mo
 share/locale/fr/LC_MESSAGES/plpython-10.mo
diff -r c2c36a41416c -r b83438499d77 databases/postgresql10-pltcl/PLIST
--- a/databases/postgresql10-pltcl/PLIST        Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10-pltcl/PLIST        Fri Aug 10 11:56:08 2018 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/08/10 11:56:10 adam Exp $
 lib/postgresql/pltcl.so
+share/locale/cs/LC_MESSAGES/pltcl-10.mo
 share/locale/de/LC_MESSAGES/pltcl-10.mo
 share/locale/es/LC_MESSAGES/pltcl-10.mo
 share/locale/fr/LC_MESSAGES/pltcl-10.mo
diff -r c2c36a41416c -r b83438499d77 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10/Makefile.common    Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2018/08/10 11:56:10 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.4
+DISTNAME=      postgresql-10.5
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c2c36a41416c -r b83438499d77 databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql10/distinfo   Fri Aug 10 11:56:08 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/08/10 11:56:10 adam Exp $
 
-SHA1 (postgresql-10.4.tar.bz2) = 56106299525156834f055b421531f05947ba8691
-RMD160 (postgresql-10.4.tar.bz2) = 0a9246b31ae9786e9f7e486b66ebabb6fd8fd4bf
-SHA512 (postgresql-10.4.tar.bz2) = b7c0d2fdc724e2eb1cda9fc1eb01b47352bbe6ba6357b3e898b7f5990fd78499c8c68dcb3aa9bde7821d71b5882d8856131384e899f8055d89d51cdfdbc9e663
-Size (postgresql-10.4.tar.bz2) = 20201838 bytes
+SHA1 (postgresql-10.5.tar.bz2) = 8c7b4406b0ba2987f4170657f89908ad47947429
+RMD160 (postgresql-10.5.tar.bz2) = 2427223152e54ba048b3881380091530f4887b58
+SHA512 (postgresql-10.5.tar.bz2) = 1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
+Size (postgresql-10.5.tar.bz2) = 20284578 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93-client/PLIST
--- a/databases/postgresql93-client/PLIST       Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93-client/PLIST       Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:08 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -33,6 +33,7 @@
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93-docs/PLIST
--- a/databases/postgresql93-docs/PLIST Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93-docs/PLIST Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2018/08/10 11:56:08 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1129,6 +1129,7 @@
 share/doc/postgresql/html/release-9-3-21.html
 share/doc/postgresql/html/release-9-3-22.html
 share/doc/postgresql/html/release-9-3-23.html
+share/doc/postgresql/html/release-9-3-24.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
 share/doc/postgresql/html/release-9-3-5.html
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93/Makefile.common
--- a/databases/postgresql93/Makefile.common    Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93/Makefile.common    Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2018/05/13 08:13:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2018/08/10 11:56:08 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/postgresql93-pltcl/Makefile
 # used by databases/postgresql93-server/Makefile
 
-DISTNAME=      postgresql-9.3.23
+DISTNAME=      postgresql-9.3.24
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93/distinfo
--- a/databases/postgresql93/distinfo   Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93/distinfo   Fri Aug 10 11:56:08 2018 +0000
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.30 2018/05/13 08:13:46 adam Exp $
+$NetBSD: distinfo,v 1.31 2018/08/10 11:56:08 adam Exp $
 
-SHA1 (postgresql-9.3.23.tar.bz2) = 9ac36c8c1867f14a1e3f712be2ef989f6e90f01e
-RMD160 (postgresql-9.3.23.tar.bz2) = 675d522861cab917d5a66082b3e7fcbe31577170
-SHA512 (postgresql-9.3.23.tar.bz2) = bb2d54312de728aa0379ea5bc6385036bbe69d3b7f85bbd78c210840eed19ace29840849caf38d0689e21130a0c94818a362b3927805d8eded53b68e240a52b0
-Size (postgresql-9.3.23.tar.bz2) = 17033683 bytes
+SHA1 (postgresql-9.3.24.tar.bz2) = 261879aa452d56cd431efc30dbc4fbf72b7b09ea
+RMD160 (postgresql-9.3.24.tar.bz2) = 710779176ca02cce985712c8f62f85b5765c6d68
+SHA512 (postgresql-9.3.24.tar.bz2) = 3d457b6218eeb8da2d8dd134dabc7ec8000cad5863870079b85ce00d94218fa049146290a8389fec15e57d586b0edee9810cdad85f36cbabce49b6b4378ce1ee
+Size (postgresql-9.3.24.tar.bz2) = 17042985 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 2a423161cf0c394ff8b8f8cfb3ecffae1c65956a
 SHA1 (patch-configure) = 8fd9dcaa459ba2871b875c4b9c777064f7a57ee2
-SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
+SHA1 (patch-contrib_dblink_Makefile) = ce4b33be013d107f4a0f39b3cadc1f21c01176cd
 SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
-SHA1 (patch-contrib_postgres__fdw_Makefile) = 07feda488e3acb71405b04d0d745c9920456b32b
+SHA1 (patch-contrib_postgres__fdw_Makefile) = 79217426dcdf62f8104d16e0a8d766cabf39ebd6
 SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
 SHA1 (patch-src_Makefile.shlib) = de915e0c66efccddfc54876ea6fa57d04e6b2593
 SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93/patches/patch-contrib_dblink_Makefile
--- a/databases/postgresql93/patches/patch-contrib_dblink_Makefile      Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93/patches/patch-contrib_dblink_Makefile      Fri Aug 10 11:56:08 2018 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-contrib_dblink_Makefile,v 1.1 2013/09/10 15:32:32 adam Exp $
+$NetBSD: patch-contrib_dblink_Makefile,v 1.2 2018/08/10 11:56:08 adam Exp $
 
---- contrib/dblink/Makefile.orig       2013-09-02 20:53:17.000000000 +0000
+--- contrib/dblink/Makefile.orig       2018-08-06 20:13:40.000000000 +0000
 +++ contrib/dblink/Makefile
 @@ -4,7 +4,6 @@ MODULE_big = dblink
  OBJS  = dblink.o
  PG_CPPFLAGS = -I$(libpq_srcdir)
- SHLIB_LINK = $(libpq)
+ SHLIB_LINK_INTERNAL = $(libpq)
 -SHLIB_PREREQS = submake-libpq
  
  EXTENSION = dblink
diff -r c2c36a41416c -r b83438499d77 databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile
--- a/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile       Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile       Fri Aug 10 11:56:08 2018 +0000
@@ -1,13 +1,11 @@
-$NetBSD: patch-contrib_postgres__fdw_Makefile,v 1.1 2016/06/19 20:40:10 fhajny Exp $
+$NetBSD: patch-contrib_postgres__fdw_Makefile,v 1.2 2018/08/10 11:56:08 adam Exp $
 
-Backport PGXS build fix from newer branches.
-
---- contrib/postgres_fdw/Makefile.orig 2016-05-09 20:53:56.000000000 +0000
+--- contrib/postgres_fdw/Makefile.orig 2018-08-06 20:13:40.000000000 +0000
 +++ contrib/postgres_fdw/Makefile
 @@ -5,7 +5,6 @@ OBJS = postgres_fdw.o option.o deparse.o
  
  PG_CPPFLAGS = -I$(libpq_srcdir)
- SHLIB_LINK = $(libpq)
+ SHLIB_LINK_INTERNAL = $(libpq)
 -SHLIB_PREREQS = submake-libpq
  
  EXTENSION = postgres_fdw
diff -r c2c36a41416c -r b83438499d77 databases/postgresql94-client/PLIST
--- a/databases/postgresql94-client/PLIST       Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql94-client/PLIST       Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/08/10 11:56:09 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createlang
@@ -34,6 +34,7 @@
 include/pg_config_ext.h
 include/pg_config_manual.h
 include/pg_config_os.h
+include/pgtypes.h
 include/pgtypes_date.h
 include/pgtypes_error.h
 include/pgtypes_interval.h
@@ -621,6 +622,7 @@
 share/locale/cs/LC_MESSAGES/ecpglib6-9.4.mo
 share/locale/cs/LC_MESSAGES/initdb-9.4.mo
 share/locale/cs/LC_MESSAGES/libpq5-9.4.mo
+share/locale/cs/LC_MESSAGES/pg_basebackup-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_config-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_controldata-9.4.mo
 share/locale/cs/LC_MESSAGES/pg_ctl-9.4.mo
diff -r c2c36a41416c -r b83438499d77 databases/postgresql94-docs/PLIST
--- a/databases/postgresql94-docs/PLIST Fri Aug 10 11:34:04 2018 +0000
+++ b/databases/postgresql94-docs/PLIST Fri Aug 10 11:56:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/08/10 11:56:09 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1



Home | Main Index | Thread Index | Old Index