diff options
author | joerg <joerg> | 2015-06-07 22:42:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-07 22:42:15 +0000 |
commit | 3cf7a2c750f62e7f1a3dc06b7bd88bfd86204ce9 (patch) | |
tree | b573500fd644396c4c56e8da09ff5c01aefeb17e /databases/postgresql93 | |
parent | 3c24e2d45394b3acea73d563ec74993099c2b6e3 (diff) | |
download | pkgsrc-3cf7a2c750f62e7f1a3dc06b7bd88bfd86204ce9.tar.gz |
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
Diffstat (limited to 'databases/postgresql93')
-rw-r--r-- | databases/postgresql93/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql93/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common index f477eeb3300..8004e6c62de 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2015/05/27 13:27:28 adam Exp $ +# $NetBSD: Makefile.common,v 1.12 2015/06/07 22:42:15 joerg 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/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -DISTNAME= postgresql-9.3.7 +DISTNAME= postgresql-9.3.8 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo index 9a279bf5a43..cf9bcb5c804 100644 --- a/databases/postgresql93/distinfo +++ b/databases/postgresql93/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2015/05/27 13:27:28 adam Exp $ +$NetBSD: distinfo,v 1.12 2015/06/07 22:42:15 joerg Exp $ -SHA1 (postgresql-9.3.7.tar.bz2) = 52eab90f7c207bffcd200e98223cf0a8514b8fbe -RMD160 (postgresql-9.3.7.tar.bz2) = cf92d7197ee14b002eb4f1847e1d5e7a75d6b579 -Size (postgresql-9.3.7.tar.bz2) = 16958172 bytes +SHA1 (postgresql-9.3.8.tar.bz2) = cdecd2b89f62af209cad94eaa59cc930d53d2419 +RMD160 (postgresql-9.3.8.tar.bz2) = f7de02089d7f660d6bcc47a4bc769ee4dc0346e9 +Size (postgresql-9.3.8.tar.bz2) = 16960398 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 |