diff options
author | adam <adam@pkgsrc.org> | 2015-06-08 12:52:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-06-08 12:52:07 +0000 |
commit | 3489d74b963b81b891a903779280dd6a5d7124eb (patch) | |
tree | b001f49fe93e2b3955e8a1fe1cea9baf89a7ea07 | |
parent | ce42e06f6752a7d50cde7c1871014595f3f6448f (diff) | |
download | pkgsrc-3489d74b963b81b891a903779280dd6a5d7124eb.tar.gz |
Changes:
* File Permissions Fix
* Have pg_get_functiondef() show the LEAKPROOF property
* Make pushJsonbValue() function push jbvBinary type
* Allow building with threaded Python on OpenBSD
-rw-r--r-- | databases/postgresql90-docs/PLIST | 3 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql90/distinfo | 8 | ||||
-rw-r--r-- | databases/postgresql91-docs/PLIST | 4 | ||||
-rw-r--r-- | databases/postgresql91/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql91/distinfo | 8 | ||||
-rw-r--r-- | databases/postgresql92-docs/PLIST | 5 | ||||
-rw-r--r-- | databases/postgresql92/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql92/distinfo | 8 | ||||
-rw-r--r-- | databases/postgresql94-docs/PLIST | 7 | ||||
-rw-r--r-- | databases/postgresql94/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql94/distinfo | 8 |
12 files changed, 39 insertions, 28 deletions
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST index ca0fede9118..b8977731df7 100644 --- a/databases/postgresql90-docs/PLIST +++ b/databases/postgresql90-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2015/05/27 13:27:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.23 2015/06/08 12:52:07 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -953,6 +953,7 @@ share/doc/postgresql/html/release-9-0-18.html share/doc/postgresql/html/release-9-0-19.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-20.html +share/doc/postgresql/html/release-9-0-21.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html share/doc/postgresql/html/release-9-0-5.html diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 89ea829612c..15ea04d0cbf 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2015/05/27 13:27:27 adam Exp $ +# $NetBSD: Makefile.common,v 1.36 2015/06/08 12:52:07 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql90-server/Makefile # used by databases/postgresql90-upgrade/Makefile -DISTNAME= postgresql-9.0.20 +DISTNAME= postgresql-9.0.21 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo index 60485b53534..38b57042974 100644 --- a/databases/postgresql90/distinfo +++ b/databases/postgresql90/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2015/05/27 13:27:27 adam Exp $ +$NetBSD: distinfo,v 1.26 2015/06/08 12:52:07 adam Exp $ -SHA1 (postgresql-9.0.20.tar.bz2) = 327ea6b08fd6e391679af0259620af72cc9ac145 -RMD160 (postgresql-9.0.20.tar.bz2) = 7f887a769d3c4ebf2da97aeb9684dca74e86ecfa -Size (postgresql-9.0.20.tar.bz2) = 15043555 bytes +SHA1 (postgresql-9.0.21.tar.bz2) = 95beb50278fdc03a057288e6fb4e6850fac6ec65 +RMD160 (postgresql-9.0.21.tar.bz2) = afd39dbb9c38b1c626245d7854809904a71fee0f +Size (postgresql-9.0.21.tar.bz2) = 15044880 bytes SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1 SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5 diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST index 47d07d7e008..4b342fb82cf 100644 --- a/databases/postgresql91-docs/PLIST +++ b/databases/postgresql91-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2015/05/27 13:27:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2015/06/08 12:52:08 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -999,6 +999,7 @@ share/doc/postgresql/html/release-9-0-18.html share/doc/postgresql/html/release-9-0-19.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-20.html +share/doc/postgresql/html/release-9-0-21.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html share/doc/postgresql/html/release-9-0-5.html @@ -1015,6 +1016,7 @@ share/doc/postgresql/html/release-9-1-13.html share/doc/postgresql/html/release-9-1-14.html share/doc/postgresql/html/release-9-1-15.html share/doc/postgresql/html/release-9-1-16.html +share/doc/postgresql/html/release-9-1-17.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common index 5e8422ae424..209a6069de5 100644 --- a/databases/postgresql91/Makefile.common +++ b/databases/postgresql91/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2015/05/27 13:27:27 adam Exp $ +# $NetBSD: Makefile.common,v 1.25 2015/06/08 12:52:07 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql91-server/Makefile # used by databases/postgresql91-upgrade/Makefile -DISTNAME= postgresql-9.1.16 +DISTNAME= postgresql-9.1.17 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo index c14fddf9d86..7ad6c9ad67e 100644 --- a/databases/postgresql91/distinfo +++ b/databases/postgresql91/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2015/05/27 13:27:27 adam Exp $ +$NetBSD: distinfo,v 1.23 2015/06/08 12:52:07 adam Exp $ -SHA1 (postgresql-9.1.16.tar.bz2) = e6cdb1494cc90ede8c0a19ac2ea1c14dbf36d404 -RMD160 (postgresql-9.1.16.tar.bz2) = 24dd8c0ab2879a47e0ccf247a43b7b472d85c7f6 -Size (postgresql-9.1.16.tar.bz2) = 15814306 bytes +SHA1 (postgresql-9.1.17.tar.bz2) = e5d81fc7bfca5441e1cc8cbbadea2895f2c42135 +RMD160 (postgresql-9.1.17.tar.bz2) = 15caeb52d32d292cb6bab6948109ab5a7ae32bb3 +Size (postgresql-9.1.17.tar.bz2) = 15817867 bytes SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7 SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04 diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST index ef4e67dfa16..daa2a1c3b04 100644 --- a/databases/postgresql92-docs/PLIST +++ b/databases/postgresql92-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/05/27 13:27:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.12 2015/06/08 12:52:08 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1028,6 +1028,7 @@ share/doc/postgresql/html/release-9-0-18.html share/doc/postgresql/html/release-9-0-19.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-20.html +share/doc/postgresql/html/release-9-0-21.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html share/doc/postgresql/html/release-9-0-5.html @@ -1044,6 +1045,7 @@ share/doc/postgresql/html/release-9-1-13.html share/doc/postgresql/html/release-9-1-14.html share/doc/postgresql/html/release-9-1-15.html share/doc/postgresql/html/release-9-1-16.html +share/doc/postgresql/html/release-9-1-17.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html @@ -1056,6 +1058,7 @@ share/doc/postgresql/html/release-9-1.html share/doc/postgresql/html/release-9-2-1.html share/doc/postgresql/html/release-9-2-10.html share/doc/postgresql/html/release-9-2-11.html +share/doc/postgresql/html/release-9-2-12.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 diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common index d33c159f0f5..8cc15fcf250 100644 --- a/databases/postgresql92/Makefile.common +++ b/databases/postgresql92/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2015/05/27 13:27:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.16 2015/06/08 12:52:08 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql92-server/Makefile # used by databases/postgresql92-upgrade/Makefile -DISTNAME= postgresql-9.2.11 +DISTNAME= postgresql-9.2.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo index c05b25e0ae8..710599767fc 100644 --- a/databases/postgresql92/distinfo +++ b/databases/postgresql92/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2015/05/27 13:27:28 adam Exp $ +$NetBSD: distinfo,v 1.13 2015/06/08 12:52:08 adam Exp $ -SHA1 (postgresql-9.2.11.tar.bz2) = 3d2d3fd99ee36e7fab8466896f4a635e44175550 -RMD160 (postgresql-9.2.11.tar.bz2) = 935477e1763e53d01b0f83fb7570e1ee389a361d -Size (postgresql-9.2.11.tar.bz2) = 16387018 bytes +SHA1 (postgresql-9.2.12.tar.bz2) = 4b9278d15dcb6fd54ad33385275279c0cd8664c6 +RMD160 (postgresql-9.2.12.tar.bz2) = 41464ce018069951d3c3ddf4139917deb47f77ae +Size (postgresql-9.2.12.tar.bz2) = 16396804 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0 SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747 diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST index 4b81cc5db62..598613bc843 100644 --- a/databases/postgresql94-docs/PLIST +++ b/databases/postgresql94-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/05/27 13:27:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/06/08 12:52:08 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createlang.1 @@ -1069,6 +1069,7 @@ share/doc/postgresql/html/release-9-0-18.html share/doc/postgresql/html/release-9-0-19.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-20.html +share/doc/postgresql/html/release-9-0-21.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html share/doc/postgresql/html/release-9-0-5.html @@ -1085,6 +1086,7 @@ share/doc/postgresql/html/release-9-1-13.html share/doc/postgresql/html/release-9-1-14.html share/doc/postgresql/html/release-9-1-15.html share/doc/postgresql/html/release-9-1-16.html +share/doc/postgresql/html/release-9-1-17.html share/doc/postgresql/html/release-9-1-2.html share/doc/postgresql/html/release-9-1-3.html share/doc/postgresql/html/release-9-1-4.html @@ -1097,6 +1099,7 @@ share/doc/postgresql/html/release-9-1.html share/doc/postgresql/html/release-9-2-1.html share/doc/postgresql/html/release-9-2-10.html share/doc/postgresql/html/release-9-2-11.html +share/doc/postgresql/html/release-9-2-12.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 @@ -1113,9 +1116,11 @@ share/doc/postgresql/html/release-9-3-4.html share/doc/postgresql/html/release-9-3-5.html share/doc/postgresql/html/release-9-3-6.html share/doc/postgresql/html/release-9-3-7.html +share/doc/postgresql/html/release-9-3-8.html share/doc/postgresql/html/release-9-3.html share/doc/postgresql/html/release-9-4-1.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.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common index 84df88ad950..16c9bea17c1 100644 --- a/databases/postgresql94/Makefile.common +++ b/databases/postgresql94/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2015/05/27 13:27:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2015/06/08 12:52:08 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,7 +23,7 @@ # used by databases/postgresql94-server/Makefile # used by databases/postgresql94-upgrade/Makefile -DISTNAME= postgresql-9.4.2 +DISTNAME= postgresql-9.4.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo index 8802502db3a..359a7c7131a 100644 --- a/databases/postgresql94/distinfo +++ b/databases/postgresql94/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2015/05/27 13:27:28 adam Exp $ +$NetBSD: distinfo,v 1.5 2015/06/08 12:52:08 adam Exp $ -SHA1 (postgresql-9.4.2.tar.bz2) = c1ec1254a3ebcef71594000426efab7f07230fe5 -RMD160 (postgresql-9.4.2.tar.bz2) = d98f33111da17c091247af3392e8854b7f72305b -Size (postgresql-9.4.2.tar.bz2) = 17611143 bytes +SHA1 (postgresql-9.4.3.tar.bz2) = ca13047d38d09db0105cb39d74ba72a83d74d14b +RMD160 (postgresql-9.4.3.tar.bz2) = ce7f75939ed819dce5227f9343b090da1e55e06f +Size (postgresql-9.4.3.tar.bz2) = 17618524 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632 |