pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases postgresNN: updated to the latest



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fb204ce43f4
branches:  trunk
changeset: 325100:8fb204ce43f4
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 09 18:12:23 2018 +0000

description:
postgresNN: updated to the latest

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25. This release fixes one 
security issue as well as bugs reported over the last three months.

All users using the affected versions of PostgreSQL should update as soon as possible. Please see the notes on "Updating" below for any post-update steps that may be required if you are using 
pg_stat_statements in your installation.

This update is also the final release for PostgreSQL 9.3, which is now end-of-life and will no longer receive any bug or security fixes. If your environment still uses PostgreSQL 9.3, please make 
plans to update to a community supported version as soon as possible. Please see our versioning policy for more information.

Security Issues

One security vulnerability has been closed by this release:

CVE-2018-16850: SQL injection in pg_upgrade and pg_dump, via CREATE TRIGGER ... REFERENCING.
Versions Affected: 10, 11

Using a purpose-crafted trigger definition, an attacker can run arbitrary SQL statements with superuser privileges when a superuser runs pg_upgrade on the database or during a pg_dump dump/restore 
cycle. This attack requires a CREATE privilege on some non-temporary schema or a TRIGGER privilege on a table. This is exploitable in the default PostgreSQL configuration, where all users have CREATE 
privilege on public schema.

Bug Fixes and Improvements

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

These releases include fixes that:

Ensure that automatically created child indexes are created in the same tablespace as the parent partitioned index
Fix several crashes with triggers
Fix problems with applying ON COMMIT DELETE ROWS to a partitioned temporary table
Fix how NULL values are handled when using LEFT JOIN with a parallelized hash join
Several fixes around using named or defaulted arguments in CALL statements
Fix for strict aggregate functions (i.e. aggregates that cannot accept NULL inputs) with ORDER BY columns that enforces the strictness check
Fix with CASE statements where an expression was cast to an array type
Disable an optimization for updating expression indexes in order to prevent a crash
Fix a memory leak that occurred on a specific case of using a SP-GiST index
Fix for pg_verify_checksums incorrectly reporting on files that are not expected to have checksums
Prevent the PostgreSQL server from starting when wal_level is set to a value that cannot support an existing replication slot
Ensure that the server will process already-received NOTIFY and SIGTERM interrupts before waiting for client input
Allow PL/Ruby to work with newer versions of PostgreSQL
Fix for character-class checks on Windows for Unicode characters above U+FFFF, which affected full-text search as well as contrib/ltree and contrib/pg_trgm
Fix a case where psql would not report the receipt of a message from a NOTIFY call until after the next command
Fix build problems on macOS 10.14 (Mojave)
Several build fixes for the Windows platform
This updates also contains tzdata release 2018g for DST law changes in Chile, Fiji, Morocco, and Russia (Volgograd), plus historical corrections for China, Hawaii, Japan, Macau, and North Korea.

diffstat:

 databases/postgresql10-client/Makefile                  |    3 +-
 databases/postgresql10-contrib/Makefile                 |    3 +-
 databases/postgresql10-contrib/PLIST                    |    3 +-
 databases/postgresql10-docs/Makefile                    |    3 +-
 databases/postgresql10-docs/PLIST                       |    7 +-
 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                         |   12 +-
 databases/postgresql10/patches/patch-src_Makefile.shlib |   16 +-
 databases/postgresql11-contrib/PLIST                    |  168 +++++++++++++++-
 databases/postgresql11-docs/PLIST                       |    8 +-
 databases/postgresql11-plpython/PLIST                   |    4 +-
 databases/postgresql11/Makefile.common                  |    4 +-
 databases/postgresql11/distinfo                         |   10 +-
 databases/postgresql11/options.mk                       |    3 +-
 databases/postgresql93-client/Makefile                  |    3 +-
 databases/postgresql93-contrib/Makefile                 |    3 +-
 databases/postgresql93-docs/Makefile                    |    3 +-
 databases/postgresql93-docs/PLIST                       |    3 +-
 databases/postgresql93-plperl/Makefile                  |    3 +-
 databases/postgresql93-plpython/Makefile                |    3 +-
 databases/postgresql93-pltcl/Makefile                   |    3 +-
 databases/postgresql93-server/Makefile                  |    3 +-
 databases/postgresql93/Makefile                         |    3 +-
 databases/postgresql93/Makefile.common                  |    4 +-
 databases/postgresql93/distinfo                         |   10 +-
 databases/postgresql94-client/Makefile                  |    3 +-
 databases/postgresql94-contrib/Makefile                 |    3 +-
 databases/postgresql94-docs/Makefile                    |    3 +-
 databases/postgresql94-docs/PLIST                       |    4 +-
 databases/postgresql94-plperl/Makefile                  |    3 +-
 databases/postgresql94-plpython/Makefile                |    3 +-
 databases/postgresql94-pltcl/Makefile                   |    3 +-
 databases/postgresql94-server/Makefile                  |    3 +-
 databases/postgresql94/Makefile                         |    3 +-
 databases/postgresql94/Makefile.common                  |    4 +-
 databases/postgresql94/distinfo                         |   10 +-
 databases/postgresql95-client/Makefile                  |    3 +-
 databases/postgresql95-contrib/Makefile                 |    3 +-
 databases/postgresql95-docs/Makefile                    |    3 +-
 databases/postgresql95-docs/PLIST                       |    5 +-
 databases/postgresql95-plperl/Makefile                  |    9 +-
 databases/postgresql95-plpython/Makefile                |    3 +-
 databases/postgresql95-pltcl/Makefile                   |    3 +-
 databases/postgresql95-server/Makefile                  |    3 +-
 databases/postgresql95/Makefile                         |    3 +-
 databases/postgresql95/Makefile.common                  |    4 +-
 databases/postgresql95/distinfo                         |   10 +-
 databases/postgresql96-client/Makefile                  |    3 +-
 databases/postgresql96-contrib/Makefile                 |    3 +-
 databases/postgresql96-docs/Makefile                    |    3 +-
 databases/postgresql96-docs/PLIST                       |    6 +-
 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 +-
 63 files changed, 293 insertions(+), 146 deletions(-)

diffs (truncated from 1227 to 300 lines):

diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-client/Makefile
--- a/databases/postgresql10-client/Makefile    Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-client/Makefile    Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-contrib/Makefile
--- a/databases/postgresql10-contrib/Makefile   Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-contrib/Makefile   Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-contrib-/}
-PKGREVISION=   1
 COMMENT=       Contrib subtree of tools and plug-ins
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-contrib/PLIST
--- a/databases/postgresql10-contrib/PLIST      Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-contrib/PLIST      Fri Nov 09 18:12:23 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/05/13 08:13:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/09 18:12:24 adam Exp $
 bin/oid2name
 bin/pg_standby
 bin/vacuumlo
@@ -169,6 +169,7 @@
 share/postgresql/extension/pg_stat_statements--1.3--1.4.sql
 share/postgresql/extension/pg_stat_statements--1.4--1.5.sql
 share/postgresql/extension/pg_stat_statements--1.4.sql
+share/postgresql/extension/pg_stat_statements--1.5--1.6.sql
 share/postgresql/extension/pg_stat_statements--unpackaged--1.0.sql
 share/postgresql/extension/pg_stat_statements.control
 share/postgresql/extension/pg_trgm--1.0--1.1.sql
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-docs/Makefile
--- a/databases/postgresql10-docs/Makefile      Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-docs/Makefile      Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql10/Makefile.common"
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-docs/PLIST
--- a/databases/postgresql10-docs/PLIST Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-docs/PLIST Fri Nov 09 18:12:23 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/10 11:56:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/11/09 18:12:24 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -919,6 +919,7 @@
 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-6.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
@@ -1218,6 +1219,7 @@
 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-25.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
@@ -1238,6 +1240,7 @@
 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-20.html
 share/doc/postgresql/html/release-9-4-3.html
 share/doc/postgresql/html/release-9-4-4.html
 share/doc/postgresql/html/release-9-4-5.html
@@ -1252,6 +1255,7 @@
 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-15.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
@@ -1263,6 +1267,7 @@
 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-11.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 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-plperl/Makefile
--- a/databases/postgresql10-plperl/Makefile    Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-plperl/Makefile    Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+#$ $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-plpython/Makefile
--- a/databases/postgresql10-plpython/Makefile  Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-plpython/Makefile  Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-plpython-/}
-PKGREVISION=   1
 COMMENT=       PL/Python procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-pltcl/Makefile
--- a/databases/postgresql10-pltcl/Makefile     Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-pltcl/Makefile     Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-pltcl-/}
-PKGREVISION=   1
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql10-server>=${PKGVERSION_NOREV}:../../databases/postgresql10-server
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10-server/Makefile
--- a/databases/postgresql10-server/Makefile    Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10-server/Makefile    Fri Nov 09 18:12:23 2018 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/09 18:12:24 adam Exp $
 
-PKGREVISION=   2
 PKGNAME=       ${DISTNAME:C/-/10-server-/}
 COMMENT=       PostgreSQL database server programs
 
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10/Makefile
--- a/databases/postgresql10/Makefile   Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10/Makefile   Fri Nov 09 18:12:23 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/22 09:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/09 18:12:23 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/10-/}
-PKGREVISION=   2
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql10-client>=${PKGVERSION_NOREV}:../../databases/postgresql10-client
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10/Makefile.common
--- a/databases/postgresql10/Makefile.common    Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10/Makefile.common    Fri Nov 09 18:12:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/08/10 11:56:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/11/09 18:12:23 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.5
+DISTNAME=      postgresql-10.6
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10/distinfo
--- a/databases/postgresql10/distinfo   Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10/distinfo   Fri Nov 09 18:12:23 2018 +0000
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.7 2018/08/10 11:56:10 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/11/09 18:12:23 adam Exp $
 
-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 (postgresql-10.6.tar.bz2) = d3b460e9be7df545b55c994ff854cbb3f6381f28
+RMD160 (postgresql-10.6.tar.bz2) = 29ede591c228fb8c7f1bd0d33b0233dd879f3d74
+SHA512 (postgresql-10.6.tar.bz2) = 5d4d5cee2a19ad1820c3411bc4851904e3059cdcacc837350694d54d7d59260b66c565c72cc14a3a10541a8fc49c5185f08f57b7a8c7e4c64ed2614da6e1201f
+Size (postgresql-10.6.tar.bz2) = 20350612 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
 SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
 SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
-SHA1 (patch-src_Makefile.shlib) = 6363b3c7c6887c7b23295da7ebf0371e1be2d93d
+SHA1 (patch-src_Makefile.shlib) = 74ab026a457a4789a1aa1d6423d88ce4a2db7a2e
 SHA1 (patch-src_backend_Makefile) = 91aa620b3a26f3da66c22aef78611a352a8793b6
 SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
 SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql10/patches/patch-src_Makefile.shlib
--- a/databases/postgresql10/patches/patch-src_Makefile.shlib   Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql10/patches/patch-src_Makefile.shlib   Fri Nov 09 18:12:23 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-src_Makefile.shlib,v 1.2 2018/01/22 11:05:29 jperkin Exp $
+$NetBSD: patch-src_Makefile.shlib,v 1.3 2018/11/09 18:12:24 adam Exp $
 
 Use correct linker flags.
 
---- src/Makefile.shlib.orig    2017-11-07 00:46:52.000000000 +0000
+--- src/Makefile.shlib.orig    2018-11-05 21:45:50.000000000 +0000
 +++ src/Makefile.shlib
-@@ -150,17 +150,11 @@ endif
+@@ -156,9 +156,6 @@ endif
  
  ifeq ($(PORTNAME), freebsd)
    ifdef ELF_SYSTEM
@@ -14,6 +14,8 @@
      LINK.shared               = $(COMPILER) -shared
      ifdef soname
        LINK.shared     += -Wl,-x,-soname,$(soname)
+@@ -169,9 +166,6 @@ ifeq ($(PORTNAME), freebsd)
+       LINK.shared     += -Wl,--version-script=$(exports_file)
      endif
    else
 -    ifdef SO_MAJOR_VERSION
@@ -22,7 +24,7 @@
      LINK.shared               = $(LD) -x -Bshareable -Bforcearchive
    endif
  endif
-@@ -176,6 +170,17 @@ ifeq ($(PORTNAME), netbsd)
+@@ -192,6 +186,17 @@ ifeq ($(PORTNAME), netbsd)
    endif
  endif
  
@@ -40,7 +42,7 @@
  ifeq ($(PORTNAME), hpux)
    ifdef SO_MAJOR_VERSION
      shlib                     = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
-@@ -231,7 +236,7 @@ ifeq ($(PORTNAME), solaris)
+@@ -247,7 +252,7 @@ ifeq ($(PORTNAME), solaris)
      ifeq ($(with_gnu_ld), yes)
        LINK.shared     += -Wl,-soname,$(soname)
      else
@@ -49,7 +51,7 @@
      endif
    endif
  endif
-@@ -450,8 +455,10 @@ ifdef soname
+@@ -458,8 +463,10 @@ ifdef soname
  # we don't install $(shlib) on AIX
  # (see http://archives.postgresql.org/message-id/52EF20B2E3209443BC37736D00C3C1380A6E79FE%EXADV1.host.magwien.gv.at@localhost)
  ifneq ($(PORTNAME), aix)
@@ -61,7 +63,7 @@
  ifneq ($(PORTNAME), win32)
  ifneq ($(shlib), $(shlib_major))
        cd '$(DESTDIR)$(libdir)' && \
-@@ -464,7 +471,7 @@ ifneq ($(shlib), $(shlib_bare))
+@@ -472,7 +479,7 @@ ifneq ($(shlib), $(shlib_bare))
        $(LN_S) $(shlib) $(shlib_bare)
  endif
  endif # not win32
diff -r 927c9c915e0e -r 8fb204ce43f4 databases/postgresql11-contrib/PLIST
--- a/databases/postgresql11-contrib/PLIST      Fri Nov 09 18:04:00 2018 +0000
+++ b/databases/postgresql11-contrib/PLIST      Fri Nov 09 18:12:23 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/23 16:02:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:24 adam Exp $
 bin/oid2name
 bin/pg_standby
 bin/vacuumlo
@@ -12,6 +12,172 @@
 lib/postgresql/auth_delay.so
 lib/postgresql/auto_explain.so
 lib/postgresql/autoinc.so
+${PLIST.llvm}lib/postgresql/bitcode/_int.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_bool.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_op.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_selfuncs.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_int_tool.bc
+${PLIST.llvm}lib/postgresql/bitcode/_int/_intbig_gist.bc
+${PLIST.llvm}lib/postgresql/bitcode/adminpack.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/adminpack/adminpack.bc
+${PLIST.llvm}lib/postgresql/bitcode/auth_delay.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/auth_delay/auth_delay.bc
+${PLIST.llvm}lib/postgresql/bitcode/auto_explain.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/auto_explain/auto_explain.bc
+${PLIST.llvm}lib/postgresql/bitcode/autoinc.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/autoinc/autoinc.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gin.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gin/btree_gin.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist.index.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_bit.bc
+${PLIST.llvm}lib/postgresql/bitcode/btree_gist/btree_bytea.bc



Home | Main Index | Thread Index | Old Index