diff options
author | adam <adam@pkgsrc.org> | 2015-05-27 13:27:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-05-27 13:27:27 +0000 |
commit | 63065e5eafde3727b6d7d63658a77708fe712d53 (patch) | |
tree | fe91524446dcca1d4825791d8e05669332988aba /databases/postgresql93 | |
parent | 2dcc53d687145c0c84640bf6718dae6137936af7 (diff) | |
download | pkgsrc-63065e5eafde3727b6d7d63658a77708fe712d53.tar.gz |
The PostgreSQL Global Development Group has released an update with multiple functionality and security fixes to all supported versions of the PostgreSQL database system, which includes minor versions 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20. The update contains a critical fix for a potential data corruption issue in PostgreSQL 9.3 and 9.4; users of those versions should update their servers at the next possible opportunity.
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 e768f9c28ac..f477eeb3300 100644 --- a/databases/postgresql93/Makefile.common +++ b/databases/postgresql93/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2015/02/14 07:40:18 adam Exp $ +# $NetBSD: Makefile.common,v 1.11 2015/05/27 13:27:28 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/postgresql93-server/Makefile # used by databases/postgresql93-upgrade/Makefile -DISTNAME= postgresql-9.3.6 +DISTNAME= postgresql-9.3.7 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 b5bb03df0ed..9a279bf5a43 100644 --- a/databases/postgresql93/distinfo +++ b/databases/postgresql93/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2015/02/14 07:40:18 adam Exp $ +$NetBSD: distinfo,v 1.11 2015/05/27 13:27:28 adam Exp $ -SHA1 (postgresql-9.3.6.tar.bz2) = fb6141f9f758ad484bc6991c7c1f960ca8b6b866 -RMD160 (postgresql-9.3.6.tar.bz2) = 4b538e9281b6913ecc0521cf49253772965d11d2 -Size (postgresql-9.3.6.tar.bz2) = 16889913 bytes +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 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9 |