pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 23 06:28:16 UTC 2016

Modified Files:
        pkgsrc/databases/postgresql91: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql91-docs: Makefile PLIST
        pkgsrc/databases/postgresql91-plperl: Makefile
        pkgsrc/databases/postgresql92: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql92-docs: Makefile PLIST
        pkgsrc/databases/postgresql92-plperl: Makefile
        pkgsrc/databases/postgresql93: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql93-client: Makefile
        pkgsrc/databases/postgresql93-docs: Makefile PLIST
        pkgsrc/databases/postgresql93-plperl: Makefile
        pkgsrc/databases/postgresql94: Makefile
        pkgsrc/databases/postgresql95: Makefile Makefile.common distinfo
        pkgsrc/databases/postgresql95-docs: Makefile PLIST
        pkgsrc/databases/postgresql95-plperl: Makefile
Removed Files:
        pkgsrc/databases/postgresql91/patches: patch-src_timezone_localtime.c
            patch-src_timezone_private.h patch-src_timezone_strftime.c
            patch-src_timezone_zic.c
        pkgsrc/databases/postgresql92/patches: patch-src_timezone_localtime.c
            patch-src_timezone_private.h patch-src_timezone_strftime.c
            patch-src_timezone_zic.c
        pkgsrc/databases/postgresql93/patches: patch-src_timezone_localtime.c
            patch-src_timezone_private.h patch-src_timezone_strftime.c
            patch-src_timezone_zic.c
        pkgsrc/databases/postgresql95/patches: patch-src_timezone_localtime.c
            patch-src_timezone_private.h patch-src_timezone_strftime.c
            patch-src_timezone_zic.c

Log Message:
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security 
issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should 
plan to update at the next convenient downtime.

Security Issues
---------------
Two security holes have been closed by this release:

CVE-2016-5423: certain nested CASE expressions can cause the server to crash.
CVE-2016-5424: database and role names with embedded special characters can allow code injection during administrative operations like pg_dumpall.
The fix for the second issue also adds an option, -reuse-previous, to psql's \connect command. pg_dumpall will also refuse to handle database and role names containing line breaks after the update. 
For more information on these issues and how they affect backwards-compatibility, see the Release Notes.

Bug Fixes and Improvements
--------------------------
This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 9.5, but many affect all supported versions:

Fix misbehaviors of IS NULL/IS NOT NULL with composite values
Fix three areas where INSERT ... ON CONFLICT failed to work properly with other SQL features.
Make INET and CIDR data types properly reject bad IPv6 values
Prevent crash in "point ## lseg" operator for NaN input
Avoid possible crash in pg_get_expr()
Fix several one-byte buffer over-reads in to_number()
Don't needlessly plan query if WITH NO DATA is specified
Avoid crash-unsafe state in expensive heap_update() paths
Fix hint bit update during WAL replay of row locking operations
Avoid unnecessary "could not serialize access" with FOR KEY SHARE
Avoid crash in postgres -C when the specified variable is a null string
Fix two issues with logical decoding and subtransactions
Ensure that backends see up-to-date statistics for shared catalogs
Prevent possible failure when vacuuming multixact IDs in an upgraded database
When a manual ANALYZE specifies columns, don't reset changes_since_analyze
Fix ANALYZE's overestimation of n_distinct for columns with nulls
Fix bug in b-tree mark/restore processing
Fix building of large (bigger than shared_buffers) hash indexes
Prevent infinite loop in GiST index build with NaN values
Fix possible crash during a nearest-neighbor indexscan
Fix "PANIC: failed to add BRIN tuple" error
Prevent possible crash during background worker shutdown
Many fixes for issues in parallel pg_dump and pg_restore
Make pg_basebackup accept -Z 0 as no compression
Make regression tests safe for Danish and Welsh locales


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql91/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/postgresql91/Makefile.common
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql91/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql91-docs/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql91-docs/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql91-plperl/Makefile
cvs rdiff -u -r1.1.1.1 -r0 \
    pkgsrc/databases/postgresql91/patches/patch-src_timezone_localtime.c \
    pkgsrc/databases/postgresql91/patches/patch-src_timezone_private.h \
    pkgsrc/databases/postgresql91/patches/patch-src_timezone_strftime.c \
    pkgsrc/databases/postgresql91/patches/patch-src_timezone_zic.c
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql92/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql92/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql92/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql92-docs/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql92-docs/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql92-plperl/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql92/patches/patch-src_timezone_localtime.c \
    pkgsrc/databases/postgresql92/patches/patch-src_timezone_private.h \
    pkgsrc/databases/postgresql92/patches/patch-src_timezone_strftime.c \
    pkgsrc/databases/postgresql92/patches/patch-src_timezone_zic.c
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql93/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/postgresql93/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql93/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql93-client/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql93-docs/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql93-docs/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql93-plperl/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql93/patches/patch-src_timezone_localtime.c \
    pkgsrc/databases/postgresql93/patches/patch-src_timezone_private.h \
    pkgsrc/databases/postgresql93/patches/patch-src_timezone_strftime.c \
    pkgsrc/databases/postgresql93/patches/patch-src_timezone_zic.c
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/postgresql94/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/postgresql95-docs/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql95-plperl/Makefile
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/databases/postgresql95/patches/patch-src_timezone_localtime.c \
    pkgsrc/databases/postgresql95/patches/patch-src_timezone_private.h \
    pkgsrc/databases/postgresql95/patches/patch-src_timezone_strftime.c \
    pkgsrc/databases/postgresql95/patches/patch-src_timezone_zic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql91/Makefile
diff -u pkgsrc/databases/postgresql91/Makefile:1.14 pkgsrc/databases/postgresql91/Makefile:1.15
--- pkgsrc/databases/postgresql91/Makefile:1.14 Sat Jul  9 06:38:01 2016
+++ pkgsrc/databases/postgresql91/Makefile      Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/07/09 06:38:01 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/91-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client

Index: pkgsrc/databases/postgresql91/Makefile.common
diff -u pkgsrc/databases/postgresql91/Makefile.common:1.33 pkgsrc/databases/postgresql91/Makefile.common:1.34
--- pkgsrc/databases/postgresql91/Makefile.common:1.33  Sun Jun 19 21:09:54 2016
+++ pkgsrc/databases/postgresql91/Makefile.common       Tue Aug 23 06:28:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2016/06/19 21:09:54 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.34 2016/08/23 06:28:15 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/postgresql91-pltcl/Makefile
 # used by databases/postgresql91-server/Makefile
 
-DISTNAME=      postgresql-9.1.22
+DISTNAME=      postgresql-9.1.23
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql91/distinfo
diff -u pkgsrc/databases/postgresql91/distinfo:1.29 pkgsrc/databases/postgresql91/distinfo:1.30
--- pkgsrc/databases/postgresql91/distinfo:1.29 Mon May 23 14:27:34 2016
+++ pkgsrc/databases/postgresql91/distinfo      Tue Aug 23 06:28:15 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2016/05/23 14:27:34 adam Exp $
+$NetBSD: distinfo,v 1.30 2016/08/23 06:28:15 adam Exp $
 
-SHA1 (postgresql-9.1.22.tar.bz2) = 563f6e00e89ddfd229235c4f29f3c37268291b2b
-RMD160 (postgresql-9.1.22.tar.bz2) = 0a0c2f3fa9ba3faf09d047968de31cc6ceaa9e6d
-SHA512 (postgresql-9.1.22.tar.bz2) = a2ed0a1f0d0920f6151d128a206c557b14832ab296dbf51c665309434a851b83eefd12a5a36c870ee0281371350b6b86ac6e81188c164c72407847cf9e70d691
-Size (postgresql-9.1.22.tar.bz2) = 15860904 bytes
+SHA1 (postgresql-9.1.23.tar.bz2) = 9b3c51c4b40d69e6d84c1a0ac464828b559f7362
+RMD160 (postgresql-9.1.23.tar.bz2) = 5ec47504950f42d7f6fa07059e5e5daa7caef1c3
+SHA512 (postgresql-9.1.23.tar.bz2) = 192f48ed8db510663c85c217afee8eff732d467fe10f600c9be834371ccb6a788acd380c582d80f0096a0b7d7ee0daa378d1fb8177281bf4e6e2fcc39fffdc67
+Size (postgresql-9.1.23.tar.bz2) = 15856178 bytes
 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
@@ -15,7 +15,3 @@ SHA1 (patch-src_interfaces_ecpg_pgtypesl
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
 SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_timezone_localtime.c) = a73769cf05223d2ee06249c9e69c85038c2cd936
-SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
-SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
-SHA1 (patch-src_timezone_zic.c) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc

Index: pkgsrc/databases/postgresql91-docs/Makefile
diff -u pkgsrc/databases/postgresql91-docs/Makefile:1.13 pkgsrc/databases/postgresql91-docs/Makefile:1.14
--- pkgsrc/databases/postgresql91-docs/Makefile:1.13    Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql91-docs/Makefile Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/91-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql91/Makefile.common"

Index: pkgsrc/databases/postgresql91-docs/PLIST
diff -u pkgsrc/databases/postgresql91-docs/PLIST:1.24 pkgsrc/databases/postgresql91-docs/PLIST:1.25
--- pkgsrc/databases/postgresql91-docs/PLIST:1.24       Mon May 23 14:27:34 2016
+++ pkgsrc/databases/postgresql91-docs/PLIST    Tue Aug 23 06:28:15 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2016/05/23 14:27:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2016/08/23 06:28:15 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1026,6 +1026,7 @@ share/doc/postgresql/html/release-9-1-20
 share/doc/postgresql/html/release-9-1-2.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html

Index: pkgsrc/databases/postgresql91-plperl/Makefile
diff -u pkgsrc/databases/postgresql91-plperl/Makefile:1.20 pkgsrc/databases/postgresql91-plperl/Makefile:1.21
--- pkgsrc/databases/postgresql91-plperl/Makefile:1.20  Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql91-plperl/Makefile       Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/91-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server

Index: pkgsrc/databases/postgresql92/Makefile
diff -u pkgsrc/databases/postgresql92/Makefile:1.12 pkgsrc/databases/postgresql92/Makefile:1.13
--- pkgsrc/databases/postgresql92/Makefile:1.12 Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql92/Makefile      Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/92-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client

Index: pkgsrc/databases/postgresql92/Makefile.common
diff -u pkgsrc/databases/postgresql92/Makefile.common:1.24 pkgsrc/databases/postgresql92/Makefile.common:1.25
--- pkgsrc/databases/postgresql92/Makefile.common:1.24  Sun Jun 19 21:09:55 2016
+++ pkgsrc/databases/postgresql92/Makefile.common       Tue Aug 23 06:28:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2016/06/19 21:09:55 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.25 2016/08/23 06:28:15 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/postgresql92-pltcl/Makefile
 # used by databases/postgresql92-server/Makefile
 
-DISTNAME=      postgresql-9.2.17
+DISTNAME=      postgresql-9.2.18
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql92/distinfo
diff -u pkgsrc/databases/postgresql92/distinfo:1.19 pkgsrc/databases/postgresql92/distinfo:1.20
--- pkgsrc/databases/postgresql92/distinfo:1.19 Mon May 23 14:27:34 2016
+++ pkgsrc/databases/postgresql92/distinfo      Tue Aug 23 06:28:15 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2016/05/23 14:27:34 adam Exp $
+$NetBSD: distinfo,v 1.20 2016/08/23 06:28:15 adam Exp $
 
-SHA1 (postgresql-9.2.17.tar.bz2) = f6e7318e8d39ee963318561e46bb24b4cc1088cb
-RMD160 (postgresql-9.2.17.tar.bz2) = 3b916cd6ecb36f3494de895be963d593158d1709
-SHA512 (postgresql-9.2.17.tar.bz2) = a771c98c0de4e6c5790b9ee698ee8d259533d372b82ff3c9900c00cf79706ef29af6204de4292ff8ca4a3f3a13fec1991c4441c352c309bbf9cdd397579677b4
-Size (postgresql-9.2.17.tar.bz2) = 16497200 bytes
+SHA1 (postgresql-9.2.18.tar.bz2) = 703f237f2d70df3809733852a9c2421e5b4fdba9
+RMD160 (postgresql-9.2.18.tar.bz2) = 939d42d613dd25ac06e8e5eed82627e11663de7e
+SHA512 (postgresql-9.2.18.tar.bz2) = c311f621ac38e2dfaf5fd57a4500430333dcbb2d7f1719bc7d99fef54e06a22f93aea595391c3607d44c89c372d0e89daf18f8f295b33e3b21e5285fbbb87d5b
+Size (postgresql-9.2.18.tar.bz2) = 16448429 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
@@ -16,7 +16,3 @@ SHA1 (patch-src_interfaces_ecpg_pgtypesl
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
 SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
-SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
-SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
-SHA1 (patch-src_timezone_zic.c) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc

Index: pkgsrc/databases/postgresql92-docs/Makefile
diff -u pkgsrc/databases/postgresql92-docs/Makefile:1.10 pkgsrc/databases/postgresql92-docs/Makefile:1.11
--- pkgsrc/databases/postgresql92-docs/Makefile:1.10    Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql92-docs/Makefile Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/92-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql92/Makefile.common"

Index: pkgsrc/databases/postgresql92-docs/PLIST
diff -u pkgsrc/databases/postgresql92-docs/PLIST:1.17 pkgsrc/databases/postgresql92-docs/PLIST:1.18
--- pkgsrc/databases/postgresql92-docs/PLIST:1.17       Mon May 23 14:27:34 2016
+++ pkgsrc/databases/postgresql92-docs/PLIST    Tue Aug 23 06:28:15 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2016/05/23 14:27:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/08/23 06:28:15 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1055,6 +1055,7 @@ share/doc/postgresql/html/release-9-1-20
 share/doc/postgresql/html/release-9-1-2.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -1072,6 +1073,7 @@ share/doc/postgresql/html/release-9-2-14
 share/doc/postgresql/html/release-9-2-15.html
 share/doc/postgresql/html/release-9-2-16.html
 share/doc/postgresql/html/release-9-2-17.html
+share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html

Index: pkgsrc/databases/postgresql92-plperl/Makefile
diff -u pkgsrc/databases/postgresql92-plperl/Makefile:1.14 pkgsrc/databases/postgresql92-plperl/Makefile:1.15
--- pkgsrc/databases/postgresql92-plperl/Makefile:1.14  Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql92-plperl/Makefile       Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/92-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server

Index: pkgsrc/databases/postgresql93/Makefile
diff -u pkgsrc/databases/postgresql93/Makefile:1.10 pkgsrc/databases/postgresql93/Makefile:1.11
--- pkgsrc/databases/postgresql93/Makefile:1.10 Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql93/Makefile      Tue Aug 23 06:28:15 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/08/23 06:28:15 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client

Index: pkgsrc/databases/postgresql93/Makefile.common
diff -u pkgsrc/databases/postgresql93/Makefile.common:1.20 pkgsrc/databases/postgresql93/Makefile.common:1.21
--- pkgsrc/databases/postgresql93/Makefile.common:1.20  Sun Jun 19 21:09:56 2016
+++ pkgsrc/databases/postgresql93/Makefile.common       Tue Aug 23 06:28:15 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2016/06/19 21:09:56 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.21 2016/08/23 06:28:15 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.13
+DISTNAME=      postgresql-9.3.14
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql93/distinfo
diff -u pkgsrc/databases/postgresql93/distinfo:1.19 pkgsrc/databases/postgresql93/distinfo:1.20
--- pkgsrc/databases/postgresql93/distinfo:1.19 Sun Jun 19 20:40:10 2016
+++ pkgsrc/databases/postgresql93/distinfo      Tue Aug 23 06:28:15 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2016/06/19 20:40:10 fhajny Exp $
+$NetBSD: distinfo,v 1.20 2016/08/23 06:28:15 adam Exp $
 
-SHA1 (postgresql-9.3.13.tar.bz2) = 5ee33e9b31c3686bd6c6fa0659f8766f5f70b53c
-RMD160 (postgresql-9.3.13.tar.bz2) = a4269b8eb9c818e5884acbe88c02551551fbbb33
-SHA512 (postgresql-9.3.13.tar.bz2) = 04658f95d723563c08249faf674f2119358059808c42045e05adaa28264b9ae054d4e81ae2bb6639995e007caa65d21d935ff988d5b0473dc517107ddd8c6ca3
-Size (postgresql-9.3.13.tar.bz2) = 17061824 bytes
+SHA1 (postgresql-9.3.14.tar.bz2) = a07cc4d1fd0fdd5ced85b75d821e1eec8eb9cb55
+RMD160 (postgresql-9.3.14.tar.bz2) = e7b6899874901d27f227524039c63823b0d23924
+SHA512 (postgresql-9.3.14.tar.bz2) = 97bd92ffdd661f7428c47a8bc87fde88a2b150e7d08bd577a7159ac65aec319d358495b883b95dff2069d24a8d15d1e7c10c3fae81fc76186bfef0127f257ac4
+Size (postgresql-9.3.14.tar.bz2) = 17042199 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
@@ -19,7 +19,3 @@ SHA1 (patch-src_interfaces_libpq_Makefil
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
 SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
-SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
-SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
-SHA1 (patch-src_timezone_zic.c) = ed04d781845239ce5dc7c6fca406ce62c10a9605

Index: pkgsrc/databases/postgresql93-client/Makefile
diff -u pkgsrc/databases/postgresql93-client/Makefile:1.10 pkgsrc/databases/postgresql93-client/Makefile:1.11
--- pkgsrc/databases/postgresql93-client/Makefile:1.10  Sun Jul 10 10:18:35 2016
+++ pkgsrc/databases/postgresql93-client/Makefile       Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/07/10 10:18:35 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-client-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database client programs
 
 .include "../../databases/postgresql93/Makefile.common"

Index: pkgsrc/databases/postgresql93-docs/Makefile
diff -u pkgsrc/databases/postgresql93-docs/Makefile:1.6 pkgsrc/databases/postgresql93-docs/Makefile:1.7
--- pkgsrc/databases/postgresql93-docs/Makefile:1.6     Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql93-docs/Makefile Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql93/Makefile.common"

Index: pkgsrc/databases/postgresql93-docs/PLIST
diff -u pkgsrc/databases/postgresql93-docs/PLIST:1.14 pkgsrc/databases/postgresql93-docs/PLIST:1.15
--- pkgsrc/databases/postgresql93-docs/PLIST:1.14       Mon May 23 14:27:34 2016
+++ pkgsrc/databases/postgresql93-docs/PLIST    Tue Aug 23 06:28:16 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/05/23 14:27:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/08/23 06:28:16 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1076,6 +1076,7 @@ share/doc/postgresql/html/release-9-1-20
 share/doc/postgresql/html/release-9-1-2.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -1093,6 +1094,7 @@ share/doc/postgresql/html/release-9-2-13
 share/doc/postgresql/html/release-9-2-14.html
 share/doc/postgresql/html/release-9-2-16.html
 share/doc/postgresql/html/release-9-2-17.html
+share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
@@ -1107,6 +1109,7 @@ share/doc/postgresql/html/release-9-3-10
 share/doc/postgresql/html/release-9-3-11.html
 share/doc/postgresql/html/release-9-3-12.html
 share/doc/postgresql/html/release-9-3-13.html
+share/doc/postgresql/html/release-9-3-14.html
 share/doc/postgresql/html/release-9-3-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html

Index: pkgsrc/databases/postgresql93-plperl/Makefile
diff -u pkgsrc/databases/postgresql93-plperl/Makefile:1.11 pkgsrc/databases/postgresql93-plperl/Makefile:1.12
--- pkgsrc/databases/postgresql93-plperl/Makefile:1.11  Sat Jul  9 06:38:02 2016
+++ pkgsrc/databases/postgresql93-plperl/Makefile       Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/07/09 06:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/93-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server

Index: pkgsrc/databases/postgresql94/Makefile
diff -u pkgsrc/databases/postgresql94/Makefile:1.7 pkgsrc/databases/postgresql94/Makefile:1.8
--- pkgsrc/databases/postgresql94/Makefile:1.7  Sun Aug 14 16:56:29 2016
+++ pkgsrc/databases/postgresql94/Makefile      Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/08/14 16:56:29 is Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/94-/}
-PKGREVISION=   #
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql94-client>=${PKGVERSION_NOREV}:../../databases/postgresql94-client

Index: pkgsrc/databases/postgresql95/Makefile
diff -u pkgsrc/databases/postgresql95/Makefile:1.4 pkgsrc/databases/postgresql95/Makefile:1.5
--- pkgsrc/databases/postgresql95/Makefile:1.4  Sat Jul  9 06:38:03 2016
+++ pkgsrc/databases/postgresql95/Makefile      Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-/}
-PKGREVISION=   1
 COMMENT=       Robust, next generation, object-relational DBMS
 
 DEPENDS+=      postgresql95-client>=${PKGVERSION_NOREV}:../../databases/postgresql95-client

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.5 pkgsrc/databases/postgresql95/Makefile.common:1.6
--- pkgsrc/databases/postgresql95/Makefile.common:1.5   Sun Jun 19 21:09:57 2016
+++ pkgsrc/databases/postgresql95/Makefile.common       Tue Aug 23 06:28:16 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2016/06/19 21:09:57 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.6 2016/08/23 06:28:16 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/postgresql95-pltcl/Makefile
 # used by databases/postgresql95-server/Makefile
 
-DISTNAME=      postgresql-9.5.3
+DISTNAME=      postgresql-9.5.4
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql95/distinfo
diff -u pkgsrc/databases/postgresql95/distinfo:1.3 pkgsrc/databases/postgresql95/distinfo:1.4
--- pkgsrc/databases/postgresql95/distinfo:1.3  Mon May 23 14:27:35 2016
+++ pkgsrc/databases/postgresql95/distinfo      Tue Aug 23 06:28:16 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2016/05/23 14:27:35 adam Exp $
+$NetBSD: distinfo,v 1.4 2016/08/23 06:28:16 adam Exp $
 
-SHA1 (postgresql-9.5.3.tar.bz2) = bd8dcbc8c4882468675dcc93263182a27d4ff201
-RMD160 (postgresql-9.5.3.tar.bz2) = f9193c48e6d0927d3e39c016db39dbafef8a8274
-SHA512 (postgresql-9.5.3.tar.bz2) = 7275dbde0c1b795f3a491d45464c69a97fbfd0e66a7fe62ba00e97747908df0df19bf65e104e10e049e31a8cf484c9d9f29eb75ff6a3875cb087559e25744c29
-Size (postgresql-9.5.3.tar.bz2) = 18455394 bytes
+SHA1 (postgresql-9.5.4.tar.bz2) = bdbbecf691354a689c599631256d41eaa8824c66
+RMD160 (postgresql-9.5.4.tar.bz2) = 496a4bb2b1417361a9880bfe527a77865f9c88e1
+SHA512 (postgresql-9.5.4.tar.bz2) = e5220bc967443d54b9dcff7ba5aefccedbe1c219f953eb0d67254c709d52b0e647d1dc473446640804165b596fc5b75fa4ff8d63696123b87d8096c3a7795c34
+Size (postgresql-9.5.4.tar.bz2) = 18496299 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632
@@ -18,7 +18,3 @@ SHA1 (patch-src_interfaces_libpq_Makefil
 SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
 SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
 SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
-SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
-SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
-SHA1 (patch-src_timezone_zic.c) = ed04d781845239ce5dc7c6fca406ce62c10a9605

Index: pkgsrc/databases/postgresql95-docs/Makefile
diff -u pkgsrc/databases/postgresql95-docs/Makefile:1.2 pkgsrc/databases/postgresql95-docs/Makefile:1.3
--- pkgsrc/databases/postgresql95-docs/Makefile:1.2     Sat Jul  9 06:38:03 2016
+++ pkgsrc/databases/postgresql95-docs/Makefile Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-docs-/}
-PKGREVISION=   1
 COMMENT=       PostgreSQL database documentation
 
 .include "../../databases/postgresql95/Makefile.common"

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.3 pkgsrc/databases/postgresql95-docs/PLIST:1.4
--- pkgsrc/databases/postgresql95-docs/PLIST:1.3        Mon May 23 14:27:35 2016
+++ pkgsrc/databases/postgresql95-docs/PLIST    Tue Aug 23 06:28:16 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/05/23 14:27:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/08/23 06:28:16 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1117,6 +1117,7 @@ share/doc/postgresql/html/release-9-1-2.
 share/doc/postgresql/html/release-9-1-20.html
 share/doc/postgresql/html/release-9-1-21.html
 share/doc/postgresql/html/release-9-1-22.html
+share/doc/postgresql/html/release-9-1-23.html
 share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1-4.html
 share/doc/postgresql/html/release-9-1-5.html
@@ -1134,6 +1135,7 @@ share/doc/postgresql/html/release-9-2-14
 share/doc/postgresql/html/release-9-2-15.html
 share/doc/postgresql/html/release-9-2-16.html
 share/doc/postgresql/html/release-9-2-17.html
+share/doc/postgresql/html/release-9-2-18.html
 share/doc/postgresql/html/release-9-2-2.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
@@ -1148,6 +1150,7 @@ share/doc/postgresql/html/release-9-3-10
 share/doc/postgresql/html/release-9-3-11.html
 share/doc/postgresql/html/release-9-3-12.html
 share/doc/postgresql/html/release-9-3-13.html
+share/doc/postgresql/html/release-9-3-14.html
 share/doc/postgresql/html/release-9-3-2.html
 share/doc/postgresql/html/release-9-3-3.html
 share/doc/postgresql/html/release-9-3-4.html
@@ -1165,10 +1168,12 @@ share/doc/postgresql/html/release-9-4-5.
 share/doc/postgresql/html/release-9-4-6.html
 share/doc/postgresql/html/release-9-4-7.html
 share/doc/postgresql/html/release-9-4-8.html
+share/doc/postgresql/html/release-9-4-9.html
 share/doc/postgresql/html/release-9-4.html
 share/doc/postgresql/html/release-9-5-1.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
 share/doc/postgresql/html/release-9-5.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html

Index: pkgsrc/databases/postgresql95-plperl/Makefile
diff -u pkgsrc/databases/postgresql95-plperl/Makefile:1.4 pkgsrc/databases/postgresql95-plperl/Makefile:1.5
--- pkgsrc/databases/postgresql95-plperl/Makefile:1.4   Sat Jul  9 06:38:03 2016
+++ pkgsrc/databases/postgresql95-plperl/Makefile       Tue Aug 23 06:28:16 2016
@@ -1,7 +1,6 @@
-#$ $NetBSD: Makefile,v 1.4 2016/07/09 06:38:03 wiz Exp $
+#$ $NetBSD: Makefile,v 1.5 2016/08/23 06:28:16 adam Exp $
 
 PKGNAME=       ${DISTNAME:C/-/95-plperl-/}
-PKGREVISION=   1
 COMMENT=       PL/Perl procedural language for the PostgreSQL backend
 
 DEPENDS+=      postgresql95-server>=${PKGVERSION_NOREV}:../../databases/postgresql95-server



Home | Main Index | Thread Index | Old Index