Sun Jun 7 22:42:15 2015 UTC ()
Update PostgreSQL 9.3 to 9.3.8:
- Avoid failures while fsync'ing data directory during crash restart
- Fix pg_get_functiondef() to show functions' LEAKPROOF property, if set
- Remove configure's check prohibiting linking to a threaded libpython
  on OpenBSD
- Allow libpq to use TLS protocol versions beyond v1


(joerg)
diff -r1.11 -r1.12 pkgsrc/databases/postgresql93/Makefile.common
diff -r1.11 -r1.12 pkgsrc/databases/postgresql93/distinfo
diff -r1.8 -r1.9 pkgsrc/databases/postgresql93-docs/PLIST
diff -r1.5 -r1.6 pkgsrc/databases/soci/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/databases/postgresql93/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/Makefile.common 2015/05/27 13:27:28 1.11
+++ pkgsrc/databases/postgresql93/Attic/Makefile.common 2015/06/07 22:42:15 1.12
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile.common,v 1.11 2015/05/27 13:27:28 adam Exp $ 1# $NetBSD: Makefile.common,v 1.12 2015/06/07 22:42:15 joerg Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql93-adminpack/Makefile 11# used by databases/postgresql93-adminpack/Makefile
12# used by databases/postgresql93-client/Makefile 12# used by databases/postgresql93-client/Makefile
13# used by databases/postgresql93-datatypes/Makefile 13# used by databases/postgresql93-datatypes/Makefile
14# used by databases/postgresql93-dblink/Makefile 14# used by databases/postgresql93-dblink/Makefile
15# used by databases/postgresql93-docs/Makefile 15# used by databases/postgresql93-docs/Makefile
16# used by databases/postgresql93-fuzzystrmatch/Makefile 16# used by databases/postgresql93-fuzzystrmatch/Makefile
17# used by databases/postgresql93-monitoring/Makefile 17# used by databases/postgresql93-monitoring/Makefile
18# used by databases/postgresql93-pgcrypto/Makefile 18# used by databases/postgresql93-pgcrypto/Makefile
19# used by databases/postgresql93-plperl/Makefile 19# used by databases/postgresql93-plperl/Makefile
20# used by databases/postgresql93-plpython/Makefile 20# used by databases/postgresql93-plpython/Makefile
21# used by databases/postgresql93-pltcl/Makefile 21# used by databases/postgresql93-pltcl/Makefile
22# used by databases/postgresql93-replicationtools/Makefile 22# used by databases/postgresql93-replicationtools/Makefile
23# used by databases/postgresql93-server/Makefile 23# used by databases/postgresql93-server/Makefile
24# used by databases/postgresql93-upgrade/Makefile 24# used by databases/postgresql93-upgrade/Makefile
25 25
26DISTNAME= postgresql-9.3.7 26DISTNAME= postgresql-9.3.8
27CATEGORIES= databases 27CATEGORIES= databases
28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 28MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
29EXTRACT_SUFX= .tar.bz2 29EXTRACT_SUFX= .tar.bz2
30 30
31MAINTAINER?= adam@NetBSD.org 31MAINTAINER?= adam@NetBSD.org
32HOMEPAGE= http://www.postgresql.org/ 32HOMEPAGE= http://www.postgresql.org/
33LICENSE= postgresql-license 33LICENSE= postgresql-license
34 34
35CONFLICTS+= postgresql-[0-9]* 35CONFLICTS+= postgresql-[0-9]*
36CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 36CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
37CONFLICTS+= postgresql9[0124-9]-[0-9]* 37CONFLICTS+= postgresql9[0124-9]-[0-9]*
38 38
39.if !empty(PKGNAME:M*-*-*) 39.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.11 -r1.12 pkgsrc/databases/postgresql93/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/distinfo 2015/05/27 13:27:28 1.11
+++ pkgsrc/databases/postgresql93/Attic/distinfo 2015/06/07 22:42:15 1.12
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: distinfo,v 1.11 2015/05/27 13:27:28 adam Exp $ 1$NetBSD: distinfo,v 1.12 2015/06/07 22:42:15 joerg Exp $
2 2
3SHA1 (postgresql-9.3.7.tar.bz2) = 52eab90f7c207bffcd200e98223cf0a8514b8fbe 3SHA1 (postgresql-9.3.8.tar.bz2) = cdecd2b89f62af209cad94eaa59cc930d53d2419
4RMD160 (postgresql-9.3.7.tar.bz2) = cf92d7197ee14b002eb4f1847e1d5e7a75d6b579 4RMD160 (postgresql-9.3.8.tar.bz2) = f7de02089d7f660d6bcc47a4bc769ee4dc0346e9
5Size (postgresql-9.3.7.tar.bz2) = 16958172 bytes 5Size (postgresql-9.3.8.tar.bz2) = 16960398 bytes
6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 6SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 7SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
8SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 8SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
9SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212 9SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2 11SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf 12SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf
13SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e 13SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e
14SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511 14SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 606aeea232784ae07f4051ff93b6e352da2178b7 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 606aeea232784ae07f4051ff93b6e352da2178b7
16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d 16SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef

cvs diff -r1.8 -r1.9 pkgsrc/databases/postgresql93-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-docs/Attic/PLIST 2015/05/27 13:27:28 1.8
+++ pkgsrc/databases/postgresql93-docs/Attic/PLIST 2015/06/07 22:42:15 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.8 2015/05/27 13:27:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.9 2015/06/07 22:42:15 joerg Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1039,70 +1039,74 @@ share/doc/postgresql/html/release-8-4.ht @@ -1039,70 +1039,74 @@ share/doc/postgresql/html/release-8-4.ht
1039share/doc/postgresql/html/release-9-0-1.html 1039share/doc/postgresql/html/release-9-0-1.html
1040share/doc/postgresql/html/release-9-0-10.html 1040share/doc/postgresql/html/release-9-0-10.html
1041share/doc/postgresql/html/release-9-0-11.html 1041share/doc/postgresql/html/release-9-0-11.html
1042share/doc/postgresql/html/release-9-0-12.html 1042share/doc/postgresql/html/release-9-0-12.html
1043share/doc/postgresql/html/release-9-0-13.html 1043share/doc/postgresql/html/release-9-0-13.html
1044share/doc/postgresql/html/release-9-0-14.html 1044share/doc/postgresql/html/release-9-0-14.html
1045share/doc/postgresql/html/release-9-0-15.html 1045share/doc/postgresql/html/release-9-0-15.html
1046share/doc/postgresql/html/release-9-0-16.html 1046share/doc/postgresql/html/release-9-0-16.html
1047share/doc/postgresql/html/release-9-0-17.html 1047share/doc/postgresql/html/release-9-0-17.html
1048share/doc/postgresql/html/release-9-0-18.html 1048share/doc/postgresql/html/release-9-0-18.html
1049share/doc/postgresql/html/release-9-0-19.html 1049share/doc/postgresql/html/release-9-0-19.html
1050share/doc/postgresql/html/release-9-0-2.html 1050share/doc/postgresql/html/release-9-0-2.html
1051share/doc/postgresql/html/release-9-0-20.html 1051share/doc/postgresql/html/release-9-0-20.html
 1052share/doc/postgresql/html/release-9-0-21.html
1052share/doc/postgresql/html/release-9-0-3.html 1053share/doc/postgresql/html/release-9-0-3.html
1053share/doc/postgresql/html/release-9-0-4.html 1054share/doc/postgresql/html/release-9-0-4.html
1054share/doc/postgresql/html/release-9-0-5.html 1055share/doc/postgresql/html/release-9-0-5.html
1055share/doc/postgresql/html/release-9-0-6.html 1056share/doc/postgresql/html/release-9-0-6.html
1056share/doc/postgresql/html/release-9-0-7.html 1057share/doc/postgresql/html/release-9-0-7.html
1057share/doc/postgresql/html/release-9-0-8.html 1058share/doc/postgresql/html/release-9-0-8.html
1058share/doc/postgresql/html/release-9-0-9.html 1059share/doc/postgresql/html/release-9-0-9.html
1059share/doc/postgresql/html/release-9-0.html 1060share/doc/postgresql/html/release-9-0.html
1060share/doc/postgresql/html/release-9-1-1.html 1061share/doc/postgresql/html/release-9-1-1.html
1061share/doc/postgresql/html/release-9-1-10.html 1062share/doc/postgresql/html/release-9-1-10.html
1062share/doc/postgresql/html/release-9-1-11.html 1063share/doc/postgresql/html/release-9-1-11.html
1063share/doc/postgresql/html/release-9-1-12.html 1064share/doc/postgresql/html/release-9-1-12.html
1064share/doc/postgresql/html/release-9-1-13.html 1065share/doc/postgresql/html/release-9-1-13.html
1065share/doc/postgresql/html/release-9-1-14.html 1066share/doc/postgresql/html/release-9-1-14.html
1066share/doc/postgresql/html/release-9-1-15.html 1067share/doc/postgresql/html/release-9-1-15.html
1067share/doc/postgresql/html/release-9-1-16.html 1068share/doc/postgresql/html/release-9-1-16.html
 1069share/doc/postgresql/html/release-9-1-17.html
1068share/doc/postgresql/html/release-9-1-2.html 1070share/doc/postgresql/html/release-9-1-2.html
1069share/doc/postgresql/html/release-9-1-3.html 1071share/doc/postgresql/html/release-9-1-3.html
1070share/doc/postgresql/html/release-9-1-4.html 1072share/doc/postgresql/html/release-9-1-4.html
1071share/doc/postgresql/html/release-9-1-5.html 1073share/doc/postgresql/html/release-9-1-5.html
1072share/doc/postgresql/html/release-9-1-6.html 1074share/doc/postgresql/html/release-9-1-6.html
1073share/doc/postgresql/html/release-9-1-7.html 1075share/doc/postgresql/html/release-9-1-7.html
1074share/doc/postgresql/html/release-9-1-8.html 1076share/doc/postgresql/html/release-9-1-8.html
1075share/doc/postgresql/html/release-9-1-9.html 1077share/doc/postgresql/html/release-9-1-9.html
1076share/doc/postgresql/html/release-9-1.html 1078share/doc/postgresql/html/release-9-1.html
1077share/doc/postgresql/html/release-9-2-1.html 1079share/doc/postgresql/html/release-9-2-1.html
1078share/doc/postgresql/html/release-9-2-10.html 1080share/doc/postgresql/html/release-9-2-10.html
1079share/doc/postgresql/html/release-9-2-11.html 1081share/doc/postgresql/html/release-9-2-11.html
 1082share/doc/postgresql/html/release-9-2-12.html
1080share/doc/postgresql/html/release-9-2-2.html 1083share/doc/postgresql/html/release-9-2-2.html
1081share/doc/postgresql/html/release-9-2-3.html 1084share/doc/postgresql/html/release-9-2-3.html
1082share/doc/postgresql/html/release-9-2-4.html 1085share/doc/postgresql/html/release-9-2-4.html
1083share/doc/postgresql/html/release-9-2-5.html 1086share/doc/postgresql/html/release-9-2-5.html
1084share/doc/postgresql/html/release-9-2-6.html 1087share/doc/postgresql/html/release-9-2-6.html
1085share/doc/postgresql/html/release-9-2-7.html 1088share/doc/postgresql/html/release-9-2-7.html
1086share/doc/postgresql/html/release-9-2-8.html 1089share/doc/postgresql/html/release-9-2-8.html
1087share/doc/postgresql/html/release-9-2-9.html 1090share/doc/postgresql/html/release-9-2-9.html
1088share/doc/postgresql/html/release-9-2.html 1091share/doc/postgresql/html/release-9-2.html
1089share/doc/postgresql/html/release-9-3-1.html 1092share/doc/postgresql/html/release-9-3-1.html
1090share/doc/postgresql/html/release-9-3-2.html 1093share/doc/postgresql/html/release-9-3-2.html
1091share/doc/postgresql/html/release-9-3-3.html 1094share/doc/postgresql/html/release-9-3-3.html
1092share/doc/postgresql/html/release-9-3-4.html 1095share/doc/postgresql/html/release-9-3-4.html
1093share/doc/postgresql/html/release-9-3-5.html 1096share/doc/postgresql/html/release-9-3-5.html
1094share/doc/postgresql/html/release-9-3-6.html 1097share/doc/postgresql/html/release-9-3-6.html
1095share/doc/postgresql/html/release-9-3-7.html 1098share/doc/postgresql/html/release-9-3-7.html
 1099share/doc/postgresql/html/release-9-3-8.html
1096share/doc/postgresql/html/release-9-3.html 1100share/doc/postgresql/html/release-9-3.html
1097share/doc/postgresql/html/release.html 1101share/doc/postgresql/html/release.html
1098share/doc/postgresql/html/resources.html 1102share/doc/postgresql/html/resources.html
1099share/doc/postgresql/html/role-attributes.html 1103share/doc/postgresql/html/role-attributes.html
1100share/doc/postgresql/html/role-membership.html 1104share/doc/postgresql/html/role-membership.html
1101share/doc/postgresql/html/routine-reindex.html 1105share/doc/postgresql/html/routine-reindex.html
1102share/doc/postgresql/html/routine-vacuuming.html 1106share/doc/postgresql/html/routine-vacuuming.html
1103share/doc/postgresql/html/row-estimation-examples.html 1107share/doc/postgresql/html/row-estimation-examples.html
1104share/doc/postgresql/html/rowtypes.html 1108share/doc/postgresql/html/rowtypes.html
1105share/doc/postgresql/html/rule-system.html 1109share/doc/postgresql/html/rule-system.html
1106share/doc/postgresql/html/rules-materializedviews.html 1110share/doc/postgresql/html/rules-materializedviews.html
1107share/doc/postgresql/html/rules-privileges.html 1111share/doc/postgresql/html/rules-privileges.html
1108share/doc/postgresql/html/rules-status.html 1112share/doc/postgresql/html/rules-status.html

cvs diff -r1.5 -r1.6 pkgsrc/databases/soci/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/soci/distinfo 2013/10/04 18:32:07 1.5
+++ pkgsrc/databases/soci/distinfo 2015/06/07 22:42:15 1.6
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1$NetBSD: distinfo,v 1.5 2013/10/04 18:32:07 joerg Exp $ 1$NetBSD: distinfo,v 1.6 2015/06/07 22:42:15 joerg Exp $
2 2
3SHA1 (soci-3.2.2.tar.gz) = 0a63cdbe719793c37b328a95778451a550f22c0a 3SHA1 (soci-3.2.2.tar.gz) = 0a63cdbe719793c37b328a95778451a550f22c0a
4RMD160 (soci-3.2.2.tar.gz) = d366c1773d23c551404a8e05791afc3a4b6acfdd 4RMD160 (soci-3.2.2.tar.gz) = d366c1773d23c551404a8e05791afc3a4b6acfdd
5Size (soci-3.2.2.tar.gz) = 354047 bytes 5Size (soci-3.2.2.tar.gz) = 354047 bytes
6SHA1 (patch-CMakeLists.txt) = 589fed2101a09637cb3f052bf7915dd2bccf0385 6SHA1 (patch-CMakeLists.txt) = 589fed2101a09637cb3f052bf7915dd2bccf0385
 7SHA1 (patch-backends_postgresql_standard-into-type.cpp) = 9d94bdf632deca3c39d4cc939e46771caa870996
7SHA1 (patch-backends_postgresql_statement.cpp) = d8c9fc32b9866eb3756e7f6f684255840462ac56 8SHA1 (patch-backends_postgresql_statement.cpp) = d8c9fc32b9866eb3756e7f6f684255840462ac56
8SHA1 (patch-cmake_SociConfig.cmake) = d9b7585b4fe82058f70928e4a57058fa03273385 9SHA1 (patch-cmake_SociConfig.cmake) = d9b7585b4fe82058f70928e4a57058fa03273385