diff options
author | adam <adam@pkgsrc.org> | 2022-06-17 18:16:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-06-17 18:16:51 +0000 |
commit | 9b5547eeb2ab858fa564aa3b7bbf83b3ee472c50 (patch) | |
tree | a268c49eb9d3033c912bfb6ef9cb6e6a8a5e473c /databases | |
parent | 0005b5e93ee9845d337745daf3459c9074aee147 (diff) | |
download | pkgsrc-9b5547eeb2ab858fa564aa3b7bbf83b3ee472c50.tar.gz |
postgresql14: updated to 14.4
PostgreSQL 14.4 Released!
The PostgreSQL Global Development Group has released PostgreSQL 14.4 to fix an issue that could cause silent data corruption when using the CREATE INDEX CONCURRENTLY or REINDEX CONCURRENTLY commands. Please see the following section for information on how to detect and correct silent data corruption in your indexes.
This release also fixes over 15 bugs since PostgreSQL 14.3 was released in May. For the full list of changes, please review the release notes.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql14-docs/PLIST | 3 | ||||
-rw-r--r-- | databases/postgresql14/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql14/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/postgresql14-docs/PLIST b/databases/postgresql14-docs/PLIST index 842d500f808..46c3ecc7b05 100644 --- a/databases/postgresql14-docs/PLIST +++ b/databases/postgresql14-docs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/05/12 19:02:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/06/17 18:16:51 adam Exp $ man/man1/clusterdb.1 man/man1/createdb.1 man/man1/createuser.1 @@ -988,6 +988,7 @@ share/doc/postgresql/html/regress.html share/doc/postgresql/html/release-14-1.html share/doc/postgresql/html/release-14-2.html share/doc/postgresql/html/release-14-3.html +share/doc/postgresql/html/release-14-4.html share/doc/postgresql/html/release-14.html share/doc/postgresql/html/release-prior.html share/doc/postgresql/html/release.html diff --git a/databases/postgresql14/Makefile.common b/databases/postgresql14/Makefile.common index cdbf8764a50..62498ef7be0 100644 --- a/databases/postgresql14/Makefile.common +++ b/databases/postgresql14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2022/05/21 07:25:35 nia Exp $ +# $NetBSD: Makefile.common,v 1.6 2022/06/17 18:16:51 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/postgresql14-pltcl/Makefile # used by databases/postgresql14-server/Makefile -DISTNAME= postgresql-14.3 +DISTNAME= postgresql-14.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 diff --git a/databases/postgresql14/distinfo b/databases/postgresql14/distinfo index f5bbb942618..71dfe24582b 100644 --- a/databases/postgresql14/distinfo +++ b/databases/postgresql14/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2022/05/12 19:02:46 adam Exp $ +$NetBSD: distinfo,v 1.7 2022/06/17 18:16:51 adam Exp $ -BLAKE2s (postgresql-14.3.tar.bz2) = 70e8f4efa10e09ac9904b039c977a868ff5a3472453925faa7971d49fc9f4ae0 -SHA512 (postgresql-14.3.tar.bz2) = 70e6f67b5729a23f80b92b04e3fad2e09596b939660e3ddebf499d06af946459a45a019279e05413673e7b65d09a28a0440ed3c2ae565068466ed37e2d4f6f17 -Size (postgresql-14.3.tar.bz2) = 22092190 bytes +BLAKE2s (postgresql-14.4.tar.bz2) = 12faf343c9439b085dd83fc6c097131871e06505bcf2a1b1db2db2a9ce291a16 +SHA512 (postgresql-14.4.tar.bz2) = dd2f80248684e331d2ffb1e26cd2a285df1fb18710807a0c31aedabf917912ce9267f8ca26318e5371d916c6fe476f8a17886d82d3ff86a974e6f24c19a6aafb +Size (postgresql-14.4.tar.bz2) = 22094218 bytes SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9 |