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:           Mon Sep  4 19:33:43 UTC 2017

Modified Files:
        pkgsrc/databases/postgresql92: Makefile.common distinfo
        pkgsrc/databases/postgresql92-docs: PLIST
        pkgsrc/databases/postgresql93: Makefile.common distinfo
        pkgsrc/databases/postgresql93-docs: PLIST
        pkgsrc/databases/postgresql94: Makefile.common distinfo
        pkgsrc/databases/postgresql94-docs: PLIST
        pkgsrc/databases/postgresql95: Makefile.common distinfo
        pkgsrc/databases/postgresql95-docs: PLIST
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-docs: PLIST

Log Message:
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.5, 9.5.9, 9.4.14, 9.3.19, and 9.2.23.

This release includes fixes that prevent a crash in pg_restore when using parallel mode. It also patches over a few other bugs reported since the last releases in August.

Additionally, in 9.4.14 only, there is a fix to an issue with walsenders preventing primary-server shutdown unless immediate shutdown mode is used.

Users should plan to update at the next convenient downtime.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql92/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql92/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/postgresql92-docs/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/databases/postgresql93/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql93/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql93-docs/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql94/Makefile.common
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql94/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql94-docs/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql95/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql95-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql96/Makefile.common \
    pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql96-docs/PLIST

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

Modified files:

Index: pkgsrc/databases/postgresql92/Makefile.common
diff -u pkgsrc/databases/postgresql92/Makefile.common:1.30 pkgsrc/databases/postgresql92/Makefile.common:1.31
--- pkgsrc/databases/postgresql92/Makefile.common:1.30  Sun Sep  3 08:53:06 2017
+++ pkgsrc/databases/postgresql92/Makefile.common       Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2017/09/03 08:53:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.31 2017/09/04 19:33:43 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql92-pltcl/Makefile
 # used by databases/postgresql92-server/Makefile
 
-DISTNAME=      postgresql-9.2.22
+DISTNAME=      postgresql-9.2.23
 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.24 pkgsrc/databases/postgresql92/distinfo:1.25
--- pkgsrc/databases/postgresql92/distinfo:1.24 Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql92/distinfo      Mon Sep  4 19:33:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2017/08/13 19:25:17 adam Exp $
+$NetBSD: distinfo,v 1.25 2017/09/04 19:33:43 adam Exp $
 
-SHA1 (postgresql-9.2.22.tar.bz2) = 43c15380592adb2f34f1fa8b856b7cbff1ea79f7
-RMD160 (postgresql-9.2.22.tar.bz2) = aaef1dd1a38d8dba77d06f29bdc4ca2476ca7685
-SHA512 (postgresql-9.2.22.tar.bz2) = 3e5ab04c2be2719579b2ebbf64b220522acfd9ea74029dd2ed699f60230da224bdc99de4ee5529b513e5586de0377764c4e54deb3dd93d5c53c4d666dce2b6b7
-Size (postgresql-9.2.22.tar.bz2) = 16531224 bytes
+SHA1 (postgresql-9.2.23.tar.bz2) = bdedc8aebb1f1622834b7e5636e2712581c83731
+RMD160 (postgresql-9.2.23.tar.bz2) = 4200df89fc85ff1cd3e58cc5dee83bf457ddf1e5
+SHA512 (postgresql-9.2.23.tar.bz2) = 9715cb9aa34921f7d246837c6c516d588f88fda543ad635520e9575a5ea448ad39062f2c89c086c7f129cc5f61f4dca33e4f5fd94e1df39da428507c56a81ba3
+Size (postgresql-9.2.23.tar.bz2) = 16531436 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747

Index: pkgsrc/databases/postgresql92-docs/PLIST
diff -u pkgsrc/databases/postgresql92-docs/PLIST:1.22 pkgsrc/databases/postgresql92-docs/PLIST:1.23
--- pkgsrc/databases/postgresql92-docs/PLIST:1.22       Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql92-docs/PLIST    Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2017/08/13 19:25:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2017/09/04 19:33:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1082,6 +1082,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html

Index: pkgsrc/databases/postgresql93/Makefile.common
diff -u pkgsrc/databases/postgresql93/Makefile.common:1.26 pkgsrc/databases/postgresql93/Makefile.common:1.27
--- pkgsrc/databases/postgresql93/Makefile.common:1.26  Sun Sep  3 08:53:06 2017
+++ pkgsrc/databases/postgresql93/Makefile.common       Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2017/09/03 08:53:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2017/09/04 19:33:43 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql93-pltcl/Makefile
 # used by databases/postgresql93-server/Makefile
 
-DISTNAME=      postgresql-9.3.18
+DISTNAME=      postgresql-9.3.19
 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.24 pkgsrc/databases/postgresql93/distinfo:1.25
--- pkgsrc/databases/postgresql93/distinfo:1.24 Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql93/distinfo      Mon Sep  4 19:33:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.24 2017/08/13 19:25:17 adam Exp $
+$NetBSD: distinfo,v 1.25 2017/09/04 19:33:43 adam Exp $
 
-SHA1 (postgresql-9.3.18.tar.bz2) = f24bb2dab1e6396c80ee32c172ed91da3f450742
-RMD160 (postgresql-9.3.18.tar.bz2) = 26e40fae3ca8732f936a55bc00b5757bc8826433
-SHA512 (postgresql-9.3.18.tar.bz2) = df3f2e0bb396cac74021fcc1a989d04515c12e73846b7392ae859c32668d73ae0027607426072672b6228d7533cc512f72b5729bf5c8f7b0e8d0270727784455
-Size (postgresql-9.3.18.tar.bz2) = 17194269 bytes
+SHA1 (postgresql-9.3.19.tar.bz2) = 92402d56fd8a82341a7dbf7c7459fa6eef32a5be
+RMD160 (postgresql-9.3.19.tar.bz2) = 79293893f37e67e86c6ae1bb6408578d1fe809e8
+SHA512 (postgresql-9.3.19.tar.bz2) = 7293d75b97255720c30d342e1de6032e14e9112e283d2668e80320f76906038d7419ffa7a12eba1fcf9f9274595db10e372db4999b0845cb55998d47f683ebb1
+Size (postgresql-9.3.19.tar.bz2) = 17190203 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9

Index: pkgsrc/databases/postgresql93-docs/PLIST
diff -u pkgsrc/databases/postgresql93-docs/PLIST:1.19 pkgsrc/databases/postgresql93-docs/PLIST:1.20
--- pkgsrc/databases/postgresql93-docs/PLIST:1.19       Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql93-docs/PLIST    Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2017/08/13 19:25:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/09/04 19:33:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1103,6 +1103,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html
@@ -1121,6 +1122,7 @@ share/doc/postgresql/html/release-9-3-15
 share/doc/postgresql/html/release-9-3-16.html
 share/doc/postgresql/html/release-9-3-17.html
 share/doc/postgresql/html/release-9-3-18.html
+share/doc/postgresql/html/release-9-3-19.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/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.18 pkgsrc/databases/postgresql94/Makefile.common:1.19
--- pkgsrc/databases/postgresql94/Makefile.common:1.18  Sun Sep  3 08:53:06 2017
+++ pkgsrc/databases/postgresql94/Makefile.common       Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2017/09/03 08:53:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2017/09/04 19:33:43 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql94-pltcl/Makefile
 # used by databases/postgresql94-server/Makefile
 
-DISTNAME=      postgresql-9.4.13
+DISTNAME=      postgresql-9.4.14
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql94/distinfo
diff -u pkgsrc/databases/postgresql94/distinfo:1.16 pkgsrc/databases/postgresql94/distinfo:1.17
--- pkgsrc/databases/postgresql94/distinfo:1.16 Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql94/distinfo      Mon Sep  4 19:33:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2017/08/13 19:25:17 adam Exp $
+$NetBSD: distinfo,v 1.17 2017/09/04 19:33:43 adam Exp $
 
-SHA1 (postgresql-9.4.13.tar.bz2) = 01d663713daf2eb4f668da96141bb12b0b5b649a
-RMD160 (postgresql-9.4.13.tar.bz2) = 818adb86f14a7b3cd56801355bffb2824c86295f
-SHA512 (postgresql-9.4.13.tar.bz2) = 98e5721ab1ebc88070a5c2c9ef10e4fc21825de495db71f011577aa15fdd31c2dc0429d48e1624f7161c9d31dd75de4d8cf4ed2e34006ed6d1852f04a948e932
-Size (postgresql-9.4.13.tar.bz2) = 17867502 bytes
+SHA1 (postgresql-9.4.14.tar.bz2) = 6b0b4eff681d1b93be903b96c2c16a6ca9e0d848
+RMD160 (postgresql-9.4.14.tar.bz2) = 63f096fdfa5afa74c173e6fb0ce99977552db138
+SHA512 (postgresql-9.4.14.tar.bz2) = 5952479b7c911cc381744e72d44c7c2269f98f4dda677e8c20a8ac7f4281e143017d287634b707ed96859e5438e82e96668bc4c68bb0c2ce9f3853c5a38fd0b2
+Size (postgresql-9.4.14.tar.bz2) = 17873740 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632

Index: pkgsrc/databases/postgresql94-docs/PLIST
diff -u pkgsrc/databases/postgresql94-docs/PLIST:1.14 pkgsrc/databases/postgresql94-docs/PLIST:1.15
--- pkgsrc/databases/postgresql94-docs/PLIST:1.14       Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql94-docs/PLIST    Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/08/13 19:25:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/09/04 19:33:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1123,6 +1123,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html
@@ -1141,6 +1142,7 @@ share/doc/postgresql/html/release-9-3-15
 share/doc/postgresql/html/release-9-3-16.html
 share/doc/postgresql/html/release-9-3-17.html
 share/doc/postgresql/html/release-9-3-18.html
+share/doc/postgresql/html/release-9-3-19.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
@@ -1155,6 +1157,7 @@ share/doc/postgresql/html/release-9-4-10
 share/doc/postgresql/html/release-9-4-11.html
 share/doc/postgresql/html/release-9-4-12.html
 share/doc/postgresql/html/release-9-4-13.html
+share/doc/postgresql/html/release-9-4-14.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

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.11 pkgsrc/databases/postgresql95/Makefile.common:1.12
--- pkgsrc/databases/postgresql95/Makefile.common:1.11  Sun Sep  3 08:53:06 2017
+++ pkgsrc/databases/postgresql95/Makefile.common       Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2017/09/03 08:53:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/09/04 19:33:43 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql95-pltcl/Makefile
 # used by databases/postgresql95-server/Makefile
 
-DISTNAME=      postgresql-9.5.8
+DISTNAME=      postgresql-9.5.9
 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.9 pkgsrc/databases/postgresql95/distinfo:1.10
--- pkgsrc/databases/postgresql95/distinfo:1.9  Sun Aug 13 19:25:17 2017
+++ pkgsrc/databases/postgresql95/distinfo      Mon Sep  4 19:33:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2017/08/13 19:25:17 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/09/04 19:33:43 adam Exp $
 
-SHA1 (postgresql-9.5.8.tar.bz2) = 4d25c445f3bf5fdc60d64522696a84bb2bb52cc3
-RMD160 (postgresql-9.5.8.tar.bz2) = 2df485c15aee32da5d8f7e7e73e6d615bf069d81
-SHA512 (postgresql-9.5.8.tar.bz2) = 4a11f0a16df460391c8250122ca8bf1ab76e49672a8c003ed09718bb4ce2aa57757e7aaec6e41b53d0d1ada293172b974761606647fcc8b4fce8807490b6ef10
-Size (postgresql-9.5.8.tar.bz2) = 18670910 bytes
+SHA1 (postgresql-9.5.9.tar.bz2) = ea1fc6ce64611e2c32620330b2de5a54a04d7e8d
+RMD160 (postgresql-9.5.9.tar.bz2) = a93f904059823534a6578e8427f100d14f61047e
+SHA512 (postgresql-9.5.9.tar.bz2) = 2c6a887b80a4b1d1da18282f443419db2279d8fe61821aa6ed1e9af6d28dda41959981ccede2456bd8835dccd16a80fd485ebc0a1bdc9459996a5d27d7781c55
+Size (postgresql-9.5.9.tar.bz2) = 18677113 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632

Index: pkgsrc/databases/postgresql95-docs/PLIST
diff -u pkgsrc/databases/postgresql95-docs/PLIST:1.8 pkgsrc/databases/postgresql95-docs/PLIST:1.9
--- pkgsrc/databases/postgresql95-docs/PLIST:1.8        Sun Aug 13 19:25:18 2017
+++ pkgsrc/databases/postgresql95-docs/PLIST    Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/08/13 19:25:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/09/04 19:33:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1144,6 +1144,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html
@@ -1162,6 +1163,7 @@ share/doc/postgresql/html/release-9-3-15
 share/doc/postgresql/html/release-9-3-16.html
 share/doc/postgresql/html/release-9-3-17.html
 share/doc/postgresql/html/release-9-3-18.html
+share/doc/postgresql/html/release-9-3-19.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
@@ -1176,6 +1178,7 @@ share/doc/postgresql/html/release-9-4-10
 share/doc/postgresql/html/release-9-4-11.html
 share/doc/postgresql/html/release-9-4-12.html
 share/doc/postgresql/html/release-9-4-13.html
+share/doc/postgresql/html/release-9-4-14.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
@@ -1193,6 +1196,7 @@ share/doc/postgresql/html/release-9-5-5.
 share/doc/postgresql/html/release-9-5-6.html
 share/doc/postgresql/html/release-9-5-7.html
 share/doc/postgresql/html/release-9-5-8.html
+share/doc/postgresql/html/release-9-5-9.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/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.5 pkgsrc/databases/postgresql96/Makefile.common:1.6
--- pkgsrc/databases/postgresql96/Makefile.common:1.5   Sun Sep  3 08:53:06 2017
+++ pkgsrc/databases/postgresql96/Makefile.common       Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2017/09/03 08:53:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2017/09/04 19:33:43 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
 # used by databases/postgresql96-pltcl/Makefile
 # used by databases/postgresql96-server/Makefile
 
-DISTNAME=      postgresql-9.6.4
+DISTNAME=      postgresql-9.6.5
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql96/distinfo
diff -u pkgsrc/databases/postgresql96/distinfo:1.5 pkgsrc/databases/postgresql96/distinfo:1.6
--- pkgsrc/databases/postgresql96/distinfo:1.5  Sun Aug 13 19:25:18 2017
+++ pkgsrc/databases/postgresql96/distinfo      Mon Sep  4 19:33:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2017/08/13 19:25:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/09/04 19:33:43 adam Exp $
 
-SHA1 (postgresql-9.6.4.tar.bz2) = f10e2e5c09e041616e25bd41a9ea91be98534d9d
-RMD160 (postgresql-9.6.4.tar.bz2) = 1e4b8ed5c1d3b97bbcb269cd379fd83248801d8c
-SHA512 (postgresql-9.6.4.tar.bz2) = b0527efacce6efc09340b68c8c56483cd884676e01cb6bfb4f9ce63226a394bdb0bcf3d832f84e4dff5ceecf09ef4cf93e9fbd0ac453ec85efb11ac50a7dff39
-Size (postgresql-9.6.4.tar.bz2) = 19566875 bytes
+SHA1 (postgresql-9.6.5.tar.bz2) = e45faa85c03a937eb82a34a3f02a4793bba836a6
+RMD160 (postgresql-9.6.5.tar.bz2) = 95ed637b26927b83c944d4ae70b903953e239601
+SHA512 (postgresql-9.6.5.tar.bz2) = ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9
+Size (postgresql-9.6.5.tar.bz2) = 19576132 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.4 pkgsrc/databases/postgresql96-docs/PLIST:1.5
--- pkgsrc/databases/postgresql96-docs/PLIST:1.4        Sun Aug 13 19:25:18 2017
+++ pkgsrc/databases/postgresql96-docs/PLIST    Mon Sep  4 19:33:43 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/08/13 19:25:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/09/04 19:33:43 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -1158,6 +1158,7 @@ share/doc/postgresql/html/release-9-2-2.
 share/doc/postgresql/html/release-9-2-20.html
 share/doc/postgresql/html/release-9-2-21.html
 share/doc/postgresql/html/release-9-2-22.html
+share/doc/postgresql/html/release-9-2-23.html
 share/doc/postgresql/html/release-9-2-3.html
 share/doc/postgresql/html/release-9-2-4.html
 share/doc/postgresql/html/release-9-2-5.html
@@ -1176,6 +1177,7 @@ share/doc/postgresql/html/release-9-3-15
 share/doc/postgresql/html/release-9-3-16.html
 share/doc/postgresql/html/release-9-3-17.html
 share/doc/postgresql/html/release-9-3-18.html
+share/doc/postgresql/html/release-9-3-19.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
@@ -1190,6 +1192,7 @@ share/doc/postgresql/html/release-9-4-10
 share/doc/postgresql/html/release-9-4-11.html
 share/doc/postgresql/html/release-9-4-12.html
 share/doc/postgresql/html/release-9-4-13.html
+share/doc/postgresql/html/release-9-4-14.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
@@ -1207,11 +1210,13 @@ share/doc/postgresql/html/release-9-5-5.
 share/doc/postgresql/html/release-9-5-6.html
 share/doc/postgresql/html/release-9-5-7.html
 share/doc/postgresql/html/release-9-5-8.html
+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-2.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html
+share/doc/postgresql/html/release-9-6-5.html
 share/doc/postgresql/html/release-9-6.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/replication-origins.html



Home | Main Index | Thread Index | Old Index