pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 16 10:14:39 UTC 2021

Modified Files:
        pkgsrc/databases/postgresql10: Makefile.common distinfo
        pkgsrc/databases/postgresql10-docs: PLIST
        pkgsrc/databases/postgresql10-server: PLIST
        pkgsrc/databases/postgresql11: Makefile.common distinfo
        pkgsrc/databases/postgresql11-docs: PLIST
        pkgsrc/databases/postgresql11-server: PLIST
        pkgsrc/databases/postgresql12: Makefile.common distinfo
        pkgsrc/databases/postgresql12-docs: PLIST
        pkgsrc/databases/postgresql12-server: PLIST
        pkgsrc/databases/postgresql13: Makefile.common distinfo
        pkgsrc/databases/postgresql13-client: PLIST
        pkgsrc/databases/postgresql13-docs: PLIST
        pkgsrc/databases/postgresql13-server: PLIST
        pkgsrc/databases/postgresql14: Makefile.common distinfo
        pkgsrc/databases/postgresql14-client: PLIST
        pkgsrc/databases/postgresql14-docs: PLIST
        pkgsrc/databases/postgresql14-plperl: PLIST
        pkgsrc/databases/postgresql14-server: PLIST
        pkgsrc/databases/postgresql96: Makefile.common distinfo
        pkgsrc/databases/postgresql96-docs: PLIST
        pkgsrc/databases/postgresql96-server: PLIST

Log Message:
postgresql: updated to 14.1, 13.5, 12.9, 11.14, 10.19, 9.6.24

PostgreSQL 14.1, 13.5, 12.9, 11.14, 10.19, and 9.6.24

Security Issues

CVE-2021-23214: Server processes unencrypted bytes from man-in-the-middle

Versions Affected: 9.6 - 14. The security team typically does not test unsupported versions, but this problem is quite old.

When the server is configured to use trust authentication with a clientcert requirement or to use cert authentication, a man-in-the-middle attacker can inject arbitrary SQL queries when a connection 
is first established, despite the use of SSL certificate verification and encryption.

The PostgreSQL project thanks Jacob Champion for reporting this problem.

CVE-2021-23222: libpq processes unencrypted bytes from man-in-the-middle

Versions Affected: 9.6 - 14. The security team typically does not test unsupported versions, but this problem is quite old.

A man-in-the-middle attacker can inject false responses to the client's first few queries, despite the use of SSL certificate verification and encryption.

If more preconditions hold, the attacker can exfiltrate the client's password or other confidential data that might be transmitted early in a session. The attacker must have a way to trick the 
client's intended server into making the confidential data accessible to the attacker. A known implementation having that property is a PostgreSQL configuration vulnerable to CVE-2021-23214.

As with any exploitation of CVE-2021-23214, the server must be using trust authentication with a clientcert requirement or using cert authentication. To disclose a password, the client must be in 
possession of a password, which is atypical when using an authentication configuration vulnerable to CVE-2021-23214. The attacker must have some other way to access the server to retrieve the 
exfiltrated data (a valid, unprivileged login account would be sufficient).

The PostgreSQL project thanks Jacob Champion for reporting this problem.

Bug Fixes and Improvements

This update fixes over 40 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 14. Some of these issues may also affect other supported versions of PostgreSQL.

Some of these fixes include:

Fix physical replication for cases where the primary crashes after shipping a WAL segment that ends with a partial WAL record. When applying this update, update your standby servers before the 
primary so that they will be ready to handle the fix if the primary happens to crash.
Fix parallel VACUUM so that it will process indexes below the min_parallel_index_scan_size threshold if the table has at least two indexes that are above that size. This problem does not affect 
autovacuum. If you are affected by this issue, you should reindex any manually-vacuumed tables.
Fix causes of CREATE INDEX CONCURRENTLY and REINDEX CONCURRENTLY writing corrupt indexes. You should reindex any concurrently-built indexes.
Fix for attaching/detaching a partition that could allow certain INSERT/UPDATE queries to misbehave in active sessions.
Fix for creating a new range type with CREATE TYPE that could cause problems for later event triggers or subsequent executions of the CREATE TYPE command.
Fix updates of element fields in arrays of a domain that is a part of a composite.
Disallow the combination of FETCH FIRST WITH TIES and FOR UPDATE SKIP LOCKED.
Fix corner-case loss of precision in the numeric power() function.
Fix restoration of a Portal's snapshot inside a subtransaction, which could lead to a crash. For example, this could occur in PL/pgSQL when a COMMIT is immediately followed by a BEGIN ... EXCEPTION 
block that performs a query.
Clean up correctly if a transaction fails after exporting its snapshot. This could occur if a replication slot was created then rolled back, and then another replication slot was created in the same 
session.
Fix for "overflowed-subtransaction" wraparound tracking on standby servers that could lead to performance degradation.
Ensure that prepared transactions are properly accounted for during promotion of a standby server.
Ensure that the correct lock level is used when renaming a table.
Avoid crash when dropping a role that owns objects being dropped concurrently.
Disallow setting huge_pages to on when shared_memory_type is sysv
Fix query type checking in the PL/pgSQL RETURN QUERY.
Several fixes for pg_dump, including the ability to dump non-global default privileges correctly.
Use the CLDR project's data to map Windows time zone names to IANA time zones.
This update also contains tzdata release 2021e for DST law changes in Fiji, Jordan, Palestine, and Samoa, plus historical corrections for Barbados, Cook Islands, Guyana, Niue, Portugal, and Tonga.

Also, the Pacific/Enderbury zone has been renamed to Pacific/Kanton. Also, the following zones have been merged into nearby, more-populous zones whose clocks have agreed with them since 1970: 
Africa/Accra, America/Atikokan, America/Blanc-Sablon, America/Creston, America/Curacao, America/Nassau, America/Port_of_Spain, Antarctica/DumontDUrville, and Antarctica/Syowa. In all these cases, the 
previous zone name remains as an alias.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/postgresql10/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/postgresql10/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql10-docs/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql10-server/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql11/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql11/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql11-docs/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql11-server/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql12/Makefile.common
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql12/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql12-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql12-server/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql13/Makefile.common \
    pkgsrc/databases/postgresql13/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql13-client/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql13-docs/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql13-server/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14/Makefile.common
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14-client/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14-plperl/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql14-server/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/postgresql96/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/postgresql96/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql96-docs/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql96-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql10/Makefile.common
diff -u pkgsrc/databases/postgresql10/Makefile.common:1.30 pkgsrc/databases/postgresql10/Makefile.common:1.31
--- pkgsrc/databases/postgresql10/Makefile.common:1.30  Fri Aug 13 11:54:43 2021
+++ pkgsrc/databases/postgresql10/Makefile.common       Tue Nov 16 10:14:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2021/08/13 11:54:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2021/11/16 10:14:36 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/postgresql10-pltcl/Makefile
 # used by databases/postgresql10-server/Makefile
 
-DISTNAME=      postgresql-10.18
+DISTNAME=      postgresql-10.19
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql10/distinfo
diff -u pkgsrc/databases/postgresql10/distinfo:1.24 pkgsrc/databases/postgresql10/distinfo:1.25
--- pkgsrc/databases/postgresql10/distinfo:1.24 Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql10/distinfo      Tue Nov 16 10:14:36 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.25 2021/11/16 10:14:36 adam Exp $
 
-BLAKE2s (postgresql-10.18.tar.bz2) = 9088e58fc0bf10b544914b52f02d50928c930ec86bc593dc42517feb824914ff
-SHA512 (postgresql-10.18.tar.bz2) = 8a564256b0a5f6375a817cc5db14e56f7f7ee831881a2dc78759e7f2cf708d95fb61ad75a01f13fb05517ab165c991794d837bbb93f60d54f4fb33ca0ac45729
-Size (postgresql-10.18.tar.bz2) = 19197042 bytes
+BLAKE2s (postgresql-10.19.tar.bz2) = fc851119bc8796bb1d7a27313bbd685583c6667634d073795e1f3a06d336c0b6
+SHA512 (postgresql-10.19.tar.bz2) = 41b0f5026be7d563e41b54e9ea7199dd466a132d355be0b71a91d41f533d97fbf550eccf2a2ece3d60c5dab5921ebeea3ac4780c18c54b924df52d7423305a22
+Size (postgresql-10.19.tar.bz2) = 19261478 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql10-docs/PLIST
diff -u pkgsrc/databases/postgresql10-docs/PLIST:1.19 pkgsrc/databases/postgresql10-docs/PLIST:1.20
--- pkgsrc/databases/postgresql10-docs/PLIST:1.19       Fri Aug 13 11:54:44 2021
+++ pkgsrc/databases/postgresql10-docs/PLIST    Tue Nov 16 10:14:36 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/08/13 11:54:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/11/16 10:14:36 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -927,6 +927,7 @@ share/doc/postgresql/html/release-10-15.
 share/doc/postgresql/html/release-10-16.html
 share/doc/postgresql/html/release-10-17.html
 share/doc/postgresql/html/release-10-18.html
+share/doc/postgresql/html/release-10-19.html
 share/doc/postgresql/html/release-10-2.html
 share/doc/postgresql/html/release-10-3.html
 share/doc/postgresql/html/release-10-4.html

Index: pkgsrc/databases/postgresql10-server/PLIST
diff -u pkgsrc/databases/postgresql10-server/PLIST:1.9 pkgsrc/databases/postgresql10-server/PLIST:1.10
--- pkgsrc/databases/postgresql10-server/PLIST:1.9      Fri May 15 20:45:36 2020
+++ pkgsrc/databases/postgresql10-server/PLIST  Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/05/15 20:45:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/11/16 10:14:37 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -617,6 +617,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein

Index: pkgsrc/databases/postgresql11/Makefile.common
diff -u pkgsrc/databases/postgresql11/Makefile.common:1.23 pkgsrc/databases/postgresql11/Makefile.common:1.24
--- pkgsrc/databases/postgresql11/Makefile.common:1.23  Fri Aug 13 11:54:44 2021
+++ pkgsrc/databases/postgresql11/Makefile.common       Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2021/08/13 11:54:44 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2021/11/16 10:14:37 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/postgresql11-pltcl/Makefile
 # used by databases/postgresql11-server/Makefile
 
-DISTNAME=      postgresql-11.13
+DISTNAME=      postgresql-11.14
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql11/distinfo
diff -u pkgsrc/databases/postgresql11/distinfo:1.19 pkgsrc/databases/postgresql11/distinfo:1.20
--- pkgsrc/databases/postgresql11/distinfo:1.19 Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql11/distinfo      Tue Nov 16 10:14:37 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/16 10:14:37 adam Exp $
 
-BLAKE2s (postgresql-11.13.tar.bz2) = 255c94b9c1e51cc16f6c6fe4439aebc13cef0bd7d899d9b0059b9cb49b07ca3b
-SHA512 (postgresql-11.13.tar.bz2) = 1b2061d505a7460e0aaae53818e77fc99fa7b73eea119033a98a3d7dd3d70d00403998654990b03bbf6eb2df383e2f44791137c8922ea4015715f8bf49c5837f
-Size (postgresql-11.13.tar.bz2) = 20123787 bytes
+BLAKE2s (postgresql-11.14.tar.bz2) = 54eff3d77ba619e5c132e4617d16f9a3e2016306e5b8083e017deec1a26f7820
+SHA512 (postgresql-11.14.tar.bz2) = ab71461ee6fb4cdc5b4240f7ecd8af2497ce6780283fde2abf5951ffdb616bd0c8ed22b26fdfca402a346e663ff77c4d17f3284c9d700e6fd6795b2aec97c9be
+Size (postgresql-11.14.tar.bz2) = 20172910 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql11-docs/PLIST
diff -u pkgsrc/databases/postgresql11-docs/PLIST:1.14 pkgsrc/databases/postgresql11-docs/PLIST:1.15
--- pkgsrc/databases/postgresql11-docs/PLIST:1.14       Fri Aug 13 11:54:45 2021
+++ pkgsrc/databases/postgresql11-docs/PLIST    Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2021/08/13 11:54:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/11/16 10:14:37 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -958,6 +958,7 @@ share/doc/postgresql/html/release-11-10.
 share/doc/postgresql/html/release-11-11.html
 share/doc/postgresql/html/release-11-12.html
 share/doc/postgresql/html/release-11-13.html
+share/doc/postgresql/html/release-11-14.html
 share/doc/postgresql/html/release-11-2.html
 share/doc/postgresql/html/release-11-3.html
 share/doc/postgresql/html/release-11-4.html

Index: pkgsrc/databases/postgresql11-server/PLIST
diff -u pkgsrc/databases/postgresql11-server/PLIST:1.4 pkgsrc/databases/postgresql11-server/PLIST:1.5
--- pkgsrc/databases/postgresql11-server/PLIST:1.4      Fri May 15 20:31:41 2020
+++ pkgsrc/databases/postgresql11-server/PLIST  Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/05/15 20:31:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/11/16 10:14:37 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -1271,6 +1271,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein

Index: pkgsrc/databases/postgresql12/Makefile.common
diff -u pkgsrc/databases/postgresql12/Makefile.common:1.16 pkgsrc/databases/postgresql12/Makefile.common:1.17
--- pkgsrc/databases/postgresql12/Makefile.common:1.16  Fri Aug 13 11:54:45 2021
+++ pkgsrc/databases/postgresql12/Makefile.common       Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2021/08/13 11:54:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2021/11/16 10:14:37 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/postgresql12-pltcl/Makefile
 # used by databases/postgresql12-server/Makefile
 
-DISTNAME=      postgresql-12.8
+DISTNAME=      postgresql-12.9
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql12/distinfo
diff -u pkgsrc/databases/postgresql12/distinfo:1.13 pkgsrc/databases/postgresql12/distinfo:1.14
--- pkgsrc/databases/postgresql12/distinfo:1.13 Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql12/distinfo      Tue Nov 16 10:14:37 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/11/16 10:14:37 adam Exp $
 
-BLAKE2s (postgresql-12.8.tar.bz2) = febcd6677e7e0b91ba288c1477fdb25e083bb62fdd8be63509df1ae9416fa5fd
-SHA512 (postgresql-12.8.tar.bz2) = 970fe1041e427ac1c8a786c93e2079b0a9c8b3fcaf9d38877894eb02e8a9afc7cd73d7ac28078c455845a922a1b7d9c1e22cb7990d8d523dd6496af9442fba01
-Size (postgresql-12.8.tar.bz2) = 20849478 bytes
+BLAKE2s (postgresql-12.9.tar.bz2) = 49e63f4232284b7e3571ca903d0545be889342c15fec3729c4ab4adc16d53ba8
+SHA512 (postgresql-12.9.tar.bz2) = 11697d8283f5df5a9c74c2406e94d1b6da6df8358ad48f3b773825aab98e8395f9fd4e3fc8b1e6ebad3743c3dadbda8b795d4fe84a447d7913223e136cf2b88f
+Size (postgresql-12.9.tar.bz2) = 20904260 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd

Index: pkgsrc/databases/postgresql12-docs/PLIST
diff -u pkgsrc/databases/postgresql12-docs/PLIST:1.9 pkgsrc/databases/postgresql12-docs/PLIST:1.10
--- pkgsrc/databases/postgresql12-docs/PLIST:1.9        Fri Aug 13 11:54:46 2021
+++ pkgsrc/databases/postgresql12-docs/PLIST    Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/08/13 11:54:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/11/16 10:14:37 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -969,6 +969,7 @@ share/doc/postgresql/html/release-12-5.h
 share/doc/postgresql/html/release-12-6.html
 share/doc/postgresql/html/release-12-7.html
 share/doc/postgresql/html/release-12-8.html
+share/doc/postgresql/html/release-12-9.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql12-server/PLIST
diff -u pkgsrc/databases/postgresql12-server/PLIST:1.5 pkgsrc/databases/postgresql12-server/PLIST:1.6
--- pkgsrc/databases/postgresql12-server/PLIST:1.5      Fri Aug 14 06:56:24 2020
+++ pkgsrc/databases/postgresql12-server/PLIST  Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/08/14 06:56:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/11/16 10:14:37 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -1287,6 +1287,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein

Index: pkgsrc/databases/postgresql13/Makefile.common
diff -u pkgsrc/databases/postgresql13/Makefile.common:1.9 pkgsrc/databases/postgresql13/Makefile.common:1.10
--- pkgsrc/databases/postgresql13/Makefile.common:1.9   Fri Aug 13 11:54:46 2021
+++ pkgsrc/databases/postgresql13/Makefile.common       Tue Nov 16 10:14:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/08/13 11:54:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/11/16 10:14:37 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/postgresql13-pltcl/Makefile
 # used by databases/postgresql13-server/Makefile
 
-DISTNAME=      postgresql-13.4
+DISTNAME=      postgresql-13.5
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/databases/postgresql13/distinfo
diff -u pkgsrc/databases/postgresql13/distinfo:1.9 pkgsrc/databases/postgresql13/distinfo:1.10
--- pkgsrc/databases/postgresql13/distinfo:1.9  Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql13/distinfo      Tue Nov 16 10:14:37 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/11/16 10:14:37 adam Exp $
 
-BLAKE2s (postgresql-13.4.tar.bz2) = 865fb6dd2d29848fd8ba2241af932e97c02ab20796846ada7c557fb4c4d19668
-SHA512 (postgresql-13.4.tar.bz2) = f1faf676ffdcee3e7f2c3b78f4badf44770d6be58090036d119d8fb0688e2b9f9159dd44fe850c179b8e23f256942c05edb8fcc385f0e852d16b37eace785b5a
-Size (postgresql-13.4.tar.bz2) = 21157443 bytes
+BLAKE2s (postgresql-13.5.tar.bz2) = d57be90445afc8f6680aa3b0c7a314352437adc08f0a3559751b5036c59bd2a6
+SHA512 (postgresql-13.5.tar.bz2) = c76effbca8ee63be48fa3aeb39c7038221848fe83ca2afc4e0904ba8c6a50b89aa2ad37080d4e3be75e9bdc2d6ca6dfefcda334ef55a5e1a8954bb955ce905e5
+Size (postgresql-13.5.tar.bz2) = 21186674 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql13-client/PLIST
diff -u pkgsrc/databases/postgresql13-client/PLIST:1.4 pkgsrc/databases/postgresql13-client/PLIST:1.5
--- pkgsrc/databases/postgresql13-client/PLIST:1.4      Tue May 18 11:56:19 2021
+++ pkgsrc/databases/postgresql13-client/PLIST  Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/05/18 11:56:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/11/16 10:14:38 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -128,6 +128,7 @@ include/postgresql/server/access/twophas
 include/postgresql/server/access/twophase_rmgr.h
 include/postgresql/server/access/valid.h
 include/postgresql/server/access/visibilitymap.h
+include/postgresql/server/access/visibilitymapdefs.h
 include/postgresql/server/access/xact.h
 include/postgresql/server/access/xlog.h
 include/postgresql/server/access/xlog_internal.h

Index: pkgsrc/databases/postgresql13-docs/PLIST
diff -u pkgsrc/databases/postgresql13-docs/PLIST:1.5 pkgsrc/databases/postgresql13-docs/PLIST:1.6
--- pkgsrc/databases/postgresql13-docs/PLIST:1.5        Fri Aug 13 11:54:47 2021
+++ pkgsrc/databases/postgresql13-docs/PLIST    Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/08/13 11:54:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/11/16 10:14:38 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -973,6 +973,7 @@ share/doc/postgresql/html/release-13-1.h
 share/doc/postgresql/html/release-13-2.html
 share/doc/postgresql/html/release-13-3.html
 share/doc/postgresql/html/release-13-4.html
+share/doc/postgresql/html/release-13-5.html
 share/doc/postgresql/html/release-13.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql13-server/PLIST
diff -u pkgsrc/databases/postgresql13-server/PLIST:1.3 pkgsrc/databases/postgresql13-server/PLIST:1.4
--- pkgsrc/databases/postgresql13-server/PLIST:1.3      Thu Apr  1 10:22:23 2021
+++ pkgsrc/databases/postgresql13-server/PLIST  Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/01 10:22:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/11/16 10:14:38 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -1288,6 +1288,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein

Index: pkgsrc/databases/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.1 pkgsrc/databases/postgresql14/Makefile.common:1.2
--- pkgsrc/databases/postgresql14/Makefile.common:1.1   Fri Oct  8 10:23:43 2021
+++ pkgsrc/databases/postgresql14/Makefile.common       Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2021/10/08 10:23:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/11/16 10:14:38 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.0
+DISTNAME=      postgresql-14.1
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql14/distinfo
diff -u pkgsrc/databases/postgresql14/distinfo:1.3 pkgsrc/databases/postgresql14/distinfo:1.4
--- pkgsrc/databases/postgresql14/distinfo:1.3  Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql14/distinfo      Tue Nov 16 10:14:38 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/11/16 10:14:38 adam Exp $
 
-BLAKE2s (postgresql-14.0.tar.bz2) = e1ef3e2dd1332e4e01d86bf730d7ba0f82f2769800313b2353574b55c1a1ca9c
-SHA512 (postgresql-14.0.tar.bz2) = d0b5ea1bb63847a137216074f2ac2d1410723c61c279624b3034af4a130fe0e1b6d89a549c61065f025c3505af89bcd9728b04575fde2c932fa718813d2e9635
-Size (postgresql-14.0.tar.bz2) = 21836842 bytes
+BLAKE2s (postgresql-14.1.tar.bz2) = 03b32a14ca1839581900b012c36d7aeaa4333e9a5024c75a3e7067bb4c0aff3d
+SHA512 (postgresql-14.1.tar.bz2) = 4a0bec157d5464bb9e5f5c0eb0efdede55526e03f6f4d660b87d161a47705eb152fa0878960b1581bce42a5ed28a1f457825ea54e8d22e34b5b8eb36473ceefd
+Size (postgresql-14.1.tar.bz2) = 21887101 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
 SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9

Index: pkgsrc/databases/postgresql14-client/PLIST
diff -u pkgsrc/databases/postgresql14-client/PLIST:1.1 pkgsrc/databases/postgresql14-client/PLIST:1.2
--- pkgsrc/databases/postgresql14-client/PLIST:1.1      Fri Oct  8 10:23:43 2021
+++ pkgsrc/databases/postgresql14-client/PLIST  Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/10/08 10:23:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/16 10:14:38 adam Exp $
 bin/clusterdb
 bin/createdb
 bin/createuser
@@ -1080,6 +1080,7 @@ ${PLIST.nls}share/locale/sv/LC_MESSAGES/
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/ecpglib6-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/initdb-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/libpq5-14.mo
+${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_amcheck-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_archivecleanup-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_basebackup-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_checksums-14.mo
@@ -1090,6 +1091,7 @@ ${PLIST.nls}share/locale/sv/LC_MESSAGES/
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_resetwal-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_rewind-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_test_fsync-14.mo
+${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_test_timing-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_upgrade-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_verifybackup-14.mo
 ${PLIST.nls}share/locale/sv/LC_MESSAGES/pg_waldump-14.mo

Index: pkgsrc/databases/postgresql14-docs/PLIST
diff -u pkgsrc/databases/postgresql14-docs/PLIST:1.1 pkgsrc/databases/postgresql14-docs/PLIST:1.2
--- pkgsrc/databases/postgresql14-docs/PLIST:1.1        Fri Oct  8 10:23:44 2021
+++ pkgsrc/databases/postgresql14-docs/PLIST    Tue Nov 16 10:14:38 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/10/08 10:23:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/16 10:14:38 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createuser.1
@@ -985,6 +985,7 @@ share/doc/postgresql/html/regress-run.ht
 share/doc/postgresql/html/regress-tap.html
 share/doc/postgresql/html/regress-variant.html
 share/doc/postgresql/html/regress.html
+share/doc/postgresql/html/release-14-1.html
 share/doc/postgresql/html/release-14.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Index: pkgsrc/databases/postgresql14-plperl/PLIST
diff -u pkgsrc/databases/postgresql14-plperl/PLIST:1.1 pkgsrc/databases/postgresql14-plperl/PLIST:1.2
--- pkgsrc/databases/postgresql14-plperl/PLIST:1.1      Fri Oct  8 10:23:44 2021
+++ pkgsrc/databases/postgresql14-plperl/PLIST  Tue Nov 16 10:14:38 2021
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2021/10/08 10:23:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/16 10:14:38 adam Exp $
 include/postgresql/server/plperl.h
 include/postgresql/server/plperl_helpers.h
 include/postgresql/server/ppport.h
 lib/postgresql/plperl.so
 ${PLIST.nls}share/locale/cs/LC_MESSAGES/plperl-14.mo
 ${PLIST.nls}share/locale/de/LC_MESSAGES/plperl-14.mo
+${PLIST.nls}share/locale/el/LC_MESSAGES/plperl-14.mo
 ${PLIST.nls}share/locale/es/LC_MESSAGES/plperl-14.mo
 ${PLIST.nls}share/locale/fr/LC_MESSAGES/plperl-14.mo
 ${PLIST.nls}share/locale/it/LC_MESSAGES/plperl-14.mo

Index: pkgsrc/databases/postgresql14-server/PLIST
diff -u pkgsrc/databases/postgresql14-server/PLIST:1.1 pkgsrc/databases/postgresql14-server/PLIST:1.2
--- pkgsrc/databases/postgresql14-server/PLIST:1.1      Fri Oct  8 10:23:44 2021
+++ pkgsrc/databases/postgresql14-server/PLIST  Tue Nov 16 10:14:38 2021
@@ -1,6 +1,6 @@
 ${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-gssapi-common.bc
 ${PLIST.llvm}${PLIST.gssapi}lib/postgresql/bitcode/postgres/libpq/be-secure-gssapi.bc
-@comment $NetBSD: PLIST,v 1.1 2021/10/08 10:23:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/16 10:14:38 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -1290,6 +1290,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.35 pkgsrc/databases/postgresql96/Makefile.common:1.36
--- pkgsrc/databases/postgresql96/Makefile.common:1.35  Fri Aug 13 11:54:47 2021
+++ pkgsrc/databases/postgresql96/Makefile.common       Tue Nov 16 10:14:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2021/08/13 11:54:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2021/11/16 10:14:39 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/postgresql96-pltcl/Makefile
 # used by databases/postgresql96-server/Makefile
 
-DISTNAME=      postgresql-9.6.23
+DISTNAME=      postgresql-9.6.24
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/postgresql96/distinfo
diff -u pkgsrc/databases/postgresql96/distinfo:1.28 pkgsrc/databases/postgresql96/distinfo:1.29
--- pkgsrc/databases/postgresql96/distinfo:1.28 Tue Oct 26 10:09:47 2021
+++ pkgsrc/databases/postgresql96/distinfo      Tue Nov 16 10:14:39 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:09:47 nia Exp $
+$NetBSD: distinfo,v 1.29 2021/11/16 10:14:39 adam Exp $
 
-BLAKE2s (postgresql-9.6.23.tar.bz2) = 0fcbe6f3e8422d476ed74e6237394b6f756648e522ded804fe7e7d9856688aed
-SHA512 (postgresql-9.6.23.tar.bz2) = 205b47cf1c22519092f840a9b3bf6bdf95f455e5ba02a7e1bc1495f85bb25f8ccfe9f60c83dc2801f1366b88fc35e64c23eb9bdc89a4bb5d233243af4606d59c
-Size (postgresql-9.6.23.tar.bz2) = 19013235 bytes
+BLAKE2s (postgresql-9.6.24.tar.bz2) = 6404965601e93ddbcfd885b59f16ef902a2ae14e8105c01f1bfc1d53b3556312
+SHA512 (postgresql-9.6.24.tar.bz2) = c17ef8e7149bd136f6058e20b28f9a7307625614e37ff837feb7a6fa37b6932dfab6379285120c9bb0198961eb446c9979d5ee1f3e8583b09f981f52bee33505
+Size (postgresql-9.6.24.tar.bz2) = 19047518 bytes
 SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
 SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
 SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24

Index: pkgsrc/databases/postgresql96-docs/PLIST
diff -u pkgsrc/databases/postgresql96-docs/PLIST:1.23 pkgsrc/databases/postgresql96-docs/PLIST:1.24
--- pkgsrc/databases/postgresql96-docs/PLIST:1.23       Fri Aug 13 11:54:48 2021
+++ pkgsrc/databases/postgresql96-docs/PLIST    Tue Nov 16 10:14:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2021/08/13 11:54:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2021/11/16 10:14:39 adam Exp $
 man/man1/clusterdb.1
 man/man1/createdb.1
 man/man1/createlang.1
@@ -899,6 +899,7 @@ share/doc/postgresql/html/release-9-6-20
 share/doc/postgresql/html/release-9-6-21.html
 share/doc/postgresql/html/release-9-6-22.html
 share/doc/postgresql/html/release-9-6-23.html
+share/doc/postgresql/html/release-9-6-24.html
 share/doc/postgresql/html/release-9-6-3.html
 share/doc/postgresql/html/release-9-6-4.html
 share/doc/postgresql/html/release-9-6-5.html

Index: pkgsrc/databases/postgresql96-server/PLIST
diff -u pkgsrc/databases/postgresql96-server/PLIST:1.8 pkgsrc/databases/postgresql96-server/PLIST:1.9
--- pkgsrc/databases/postgresql96-server/PLIST:1.8      Tue May 19 07:05:28 2020
+++ pkgsrc/databases/postgresql96-server/PLIST  Tue Nov 16 10:14:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/05/19 07:05:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/11/16 10:14:39 adam Exp $
 bin/postgres
 bin/postmaster
 include/postgresql/server/plpgsql.h
@@ -618,6 +618,7 @@ share/postgresql/timezone/Pacific/Guadal
 share/postgresql/timezone/Pacific/Guam
 share/postgresql/timezone/Pacific/Honolulu
 share/postgresql/timezone/Pacific/Johnston
+share/postgresql/timezone/Pacific/Kanton
 share/postgresql/timezone/Pacific/Kiritimati
 share/postgresql/timezone/Pacific/Kosrae
 share/postgresql/timezone/Pacific/Kwajalein



Home | Main Index | Thread Index | Old Index