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: Fri May 15 08:34:13 UTC 2026
Modified Files:
pkgsrc/databases/postgresql14: Makefile.common distinfo
pkgsrc/databases/postgresql14-docs: PLIST
pkgsrc/databases/postgresql15: Makefile.common distinfo
pkgsrc/databases/postgresql15-docs: PLIST
pkgsrc/databases/postgresql16: Makefile.common distinfo
pkgsrc/databases/postgresql16-docs: PLIST
pkgsrc/databases/postgresql17: Makefile.common distinfo
pkgsrc/databases/postgresql17-docs: PLIST
pkgsrc/databases/postgresql18: Makefile.common distinfo
pkgsrc/databases/postgresql18-docs: PLIST
Log Message:
postgresql1*: updated to 18.4, 17.10, 16.14, 15.18, 14.23
PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23
This release fixes 11 security vulnerabilities and over 60 bugs reported over the last several months.
Security Issues
CVE-2026-6472: PostgreSQL CREATE TYPE does not check multirange schema CREATE privilege
CVSS v3.1 Base Score: 5.4
Supported, Vulnerable Versions: 14 - 18.
Missing authorization in PostgreSQL CREATE TYPE allows an object creator to hijack other queries that use search_path to find user-defined types, including extension-defined types. That is to say,
the victim will execute arbitrary SQL functions of the attacker's choice. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Jelte Fennema-Nio for reporting this problem.
CVE-2026-6473: PostgreSQL server undersizes allocations, via integer wraparound
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Integer wraparound in multiple PostgreSQL server features allows an application input provider to cause the server to undersize an allocation and write out-of-bounds. This results in a segmentation
fault. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Anemone, A1ex, Xint Code, Jihe Wang, Jingzhou Fu, Pavel Kohout, Petr Simecek, www.aisle.com, Bruce Dang of Calif.io, and Sven Klemm for reporting this problem.
CVE-2026-6474: PostgreSQL timeofday() can disclose portions of server memory
CVSS v3.1 Base Score: 4.3
Supported, Vulnerable Versions: 14 - 18.
Externally-controlled format string in PostgreSQL timeofday() function allows an attacker to retrieve portions of server memory, via crafted timezone zones. Versions before PostgreSQL 18.4, 17.10,
16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Xint Code for reporting this problem.
CVE-2026-6475: PostgreSQL pg_basebackup and pg_rewind can overwrite unrelated files of origin superuser choice
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Symlink following in PostgreSQL pg_basebackup plain format and in pg_rewind allows an origin superuser to overwrite local files, e.g. /var/lib/postgres/.bashrc, that hijack the operating system
account. It will remain the case that starting the server after these commands implicitly trusts the origin superuser, due to features like shared_preload_libraries. Hence, the attack has practical
implications only if one takes relevant action between these commands and server start, like moving the files to a different VM or snapshotting the VM. Versions before PostgreSQL 18.4, 17.10, 16.14,
15.18, and 14.23 are affected.
The PostgreSQL project thanks Valery Gubanov, XlabAI Team of Tencent Xuanwu Lab, Atuin Automated Vulnerability Discovery Engine, Zhanpeng Liu (pkugenuine(at)gmail(dot)com), Guannan Wang
(wgnbuaa(at)gmail(dot)com), and Guancheng Li (lgcpku(at)gmail(dot)com) for reporting this problem.
CVE-2026-6476: PostgreSQL pg_createsubscriber allows SQL injection via subscription name
CVSS v3.1 Base Score: 7.2
Supported, Vulnerable Versions: 17 - 18.
SQL injection in PostgreSQL pg_createsubscriber allows an attacker with pg_create_subscription rights to execute arbitrary SQL as a superuser. The attack takes effect when pg_createsubscriber next
runs. Within major versions 17 and 18, minor versions before PostgreSQL 18.4 and 17.10 are affected. Versions before PostgreSQL 17 are unaffected.
The PostgreSQL project thanks Yu Kunpeng for reporting this problem.
CVE-2026-6477: PostgreSQL libpq lo_* functions let server superuser overwrite client stack memory
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Use of inherently dangerous function PQfn(..., result_is_int=0, ...) in PostgreSQL libpq lo_export(), lo_read(), lo_lseek64(), and lo_tell64() functions allows the server superuser to overwrite a
client stack buffer with an arbitrarily-large response. Like gets(), PQfn(..., result_is_int=0, ...) stores arbitrary-length, server-determined data into a buffer of unspecified size. Because both
the \lo_export command in psql and pg_dump call lo_read(), the server superuser can overwrite pg_dump or psql stack memory. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are
affected.
The PostgreSQL project thanks Yu Kunpeng and Martin Heistermann for reporting this problem.
CVE-2026-6478: PostgreSQL discloses MD5-hashed passwords via covert timing channel
CVSS v3.1 Base Score: 6.5
Supported, Vulnerable Versions: 14 - 18.
Covert timing channel in comparison of MD5-hashed password in PostgreSQL authentication allows an attacker to recover user credentials sufficient to authenticate. This does not affect scram-sha-256
passwords, the default in all supported releases. However, current databases may have MD5-hashed passwords originating in upgrades from PostgreSQL 13 or earlier. Versions before PostgreSQL 18.4,
17.10, 16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Joe Conway for reporting this problem.
CVE-2026-6479: PostgreSQL SSL/GSS init causes denial of service, via uncontrolled recursion
CVSS v3.1 Base Score: 7.5
Supported, Vulnerable Versions: 14 - 18.
Uncontrolled recursion in PostgreSQL SSL and GSS negotiation allows an attacker able to connect to a PostgreSQL AF_UNIX socket to achieve sustained denial of service. If SSL and GSS are both
disabled, an attacker can do the same via access to a PostgreSQL TCP socket. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Calif.io in collaboration with Claude and Anthropic Research for reporting this problem.
CVE-2026-6575: PostgreSQL pg_restore_attribute_stats accepts values that cause query planning to read past end of stats array
CVSS v3.1 Base Score: 4.3
Supported, Vulnerable Versions: 18.
Buffer over-read in PostgreSQL function pg_restore_attribute_stats() accepts array values of unmatched length, which causes query planning to read past end of one array. This allows a table
maintainer to infer memory values past that array end. Within major version 18, minor versions before PostgreSQL 18.4 are affected. Versions before PostgreSQL 18 are unaffected.
The PostgreSQL project thanks Jeroen Gui for reporting this problem.
CVE-2026-6637: PostgreSQL refint allows stack buffer overflow and SQL injection
CVSS v3.1 Base Score: 8.8
Supported, Vulnerable Versions: 14 - 18.
Stack buffer overflow in PostgreSQL module refint allows an unprivileged database user to execute arbitrary code as the operating system user running the database. A distinct attack is possible if
the application declares a user-controlled column as a refint cascade primary key and facilitates user-controlled updates to that column. In that case, a SQL injection allows a primary key update
value provider to execute arbitrary SQL as the database user performing the primary key update. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.
The PostgreSQL project thanks Nikolay Samokhvalov for reporting this problem.
CVE-2026-6638: PostgreSQL REFRESH PUBLICATION allows SQL injection via table name
CVSS v3.1 Base Score: 3.7
Supported, Vulnerable Versions: 16 - 18.
SQL injection in PostgreSQL logical replication ALTER SUBSCRIPTION ... REFRESH PUBLICATION allows a subscriber table creator to execute arbitrary SQL with the subscription's publication-side
credentials. The attack takes effect at the next REFRESH PUBLICATION. Within major versions 16, 17, and 18, minor versions before PostgreSQL 18.4, 17.10, and 16.14 are affected. Versions before
PostgreSQL 16 are unaffected.
The PostgreSQL project thanks Pavel Kohout, Aisle Research for reporting this problem.
Bug Fixes and Improvements
This update fixes over 60 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 18. Some of these issues may also affect other supported versions of PostgreSQL.
Fix queries that could return incorrect results when using a nondeterministic collation over a unique index.
Fix loss of deferrability of foreign-key triggers. Previously, a foreign key defined as DEFERRABLE INITIALLY DEFERRED would behave as NOT DEFERRABLE after being set to NOT ENFORCED status and then
back to ENFORCED. If you have a foreign key with this problem, after installing this update you can fix it by setting it to NOT ENFORCED and then back to ENFORCED.
Improve the planner's ability to apply partition pruning to more cases.
Fix self-join removal to handle join clauses that are only boolean columns, for example, ON t1.boolcol.
Several fixes around virtual generated columns, including ensuring INSERT ... ON CONFLICT works when EXCLUDED references a virtual generated column.
Report a serialization failure when MERGE encounters a concurrently-updated tuple in "repeatable read" or "serializable" isolation modes.
Fix CREATE TABLE ... LIKE ... INCLUDING STATISTICS for cases where the source table had one or more dropped columns.
Fix WITHOUT OVERLAPS to allow domains.
Disallow making a composite type be a member of itself via a multirange.
Fix sometimes-incorrect results when array_agg(anyarray) executes in parallel.
Prevent bloating during restore of an incremental backup.
Prevent stuck logical replication slot synchronization worker processes from blocking promotion of a standby server.
Make the pg_aios system view pid column show NULL instead of 0 when an entry has no owning process.
Fix cases where pg_stat_replication shows NULL lag even while replication is active.
Correctly display JOIN alias variables that are used in GROUP BY.
If the startup process fails, properly shut down other child processes before exiting the postmaster.
Fix race condition that could cause a standby server following WAL from a primary of an older minor version to get into a crash-and-restart loop.
Prevent indefinite wait in shutdown of a walsender process when logical replication is actively publishing data.
Ensure that free space map changes are persisted during recovery. This could have performance ramifications on a standby server after promotion.
Fix assorted bugs in backup decompression and tar-parsing code used in pg_basebackup and pg_verifybackup.
Ensure pg_dumpall doesn't skip role grants with dangling grantor OIDs, restoring the behavior before PostgreSQL 16. Emits a warning about missing grantor if the source server is PostgreSQL 16 or
later.
Fix pg_upgrade to use the correct protocol version when connecting to older source servers.
Fix output in pg_overexplain when using the RANGE_TABLE option.
Fix postgres_fdw crash due to premature cleanup of a failed connection.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/postgresql14/Makefile.common
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/postgresql14/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql14-docs/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/postgresql15/Makefile.common
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql15/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql15-docs/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/postgresql16/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql16/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql16-docs/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/postgresql17/Makefile.common
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql17/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql17-docs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/postgresql18/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql18/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql18-docs/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/postgresql14/Makefile.common
diff -u pkgsrc/databases/postgresql14/Makefile.common:1.29 pkgsrc/databases/postgresql14/Makefile.common:1.30
--- pkgsrc/databases/postgresql14/Makefile.common:1.29 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql14/Makefile.common Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2026/02/26 17:18:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.30 2026/05/15 08:34:12 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.22
+DISTNAME= postgresql-14.23
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.25 pkgsrc/databases/postgresql14/distinfo:1.26
--- pkgsrc/databases/postgresql14/distinfo:1.25 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql14/distinfo Fri May 15 08:34:12 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2026/02/26 17:18:53 adam Exp $
+$NetBSD: distinfo,v 1.26 2026/05/15 08:34:12 adam Exp $
-BLAKE2s (postgresql-14.22.tar.bz2) = 373fca795535e2fc359837db28ae2014abdccb29f520baa0a761aaf5bd2585e6
-SHA512 (postgresql-14.22.tar.bz2) = b192189db081c0cb1d6dfba132dc3969a32a8990c69a0acf8f2c79b3fb1e865e727e6153ddd988c099021950cf7896c6619a7a12d83ca22765bf2736f67d66f5
-Size (postgresql-14.22.tar.bz2) = 22534388 bytes
+BLAKE2s (postgresql-14.23.tar.bz2) = de13d94e083ffd5b59315d05e1e5929d2625ed623def1469a36da8d299e80b7b
+SHA512 (postgresql-14.23.tar.bz2) = 09a534a0937593c9a0fefbe69f3cd57692e62d38c311c6c63e02edd57c289d73d4aa1a492f23d9eeffde636773c5212d9b2f1d18cc8e459f9c73ce74022b1280
+Size (postgresql-14.23.tar.bz2) = 22586931 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
Index: pkgsrc/databases/postgresql14-docs/PLIST
diff -u pkgsrc/databases/postgresql14-docs/PLIST:1.23 pkgsrc/databases/postgresql14-docs/PLIST:1.24
--- pkgsrc/databases/postgresql14-docs/PLIST:1.23 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql14-docs/PLIST Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2026/02/26 17:18:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2026/05/15 08:34:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -1001,6 +1001,7 @@ share/doc/postgresql/html/release-14-2.h
share/doc/postgresql/html/release-14-20.html
share/doc/postgresql/html/release-14-21.html
share/doc/postgresql/html/release-14-22.html
+share/doc/postgresql/html/release-14-23.html
share/doc/postgresql/html/release-14-3.html
share/doc/postgresql/html/release-14-4.html
share/doc/postgresql/html/release-14-5.html
Index: pkgsrc/databases/postgresql15/Makefile.common
diff -u pkgsrc/databases/postgresql15/Makefile.common:1.23 pkgsrc/databases/postgresql15/Makefile.common:1.24
--- pkgsrc/databases/postgresql15/Makefile.common:1.23 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql15/Makefile.common Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2026/02/26 17:18:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2026/05/15 08:34:12 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/postgresql15-pltcl/Makefile
# used by databases/postgresql15-server/Makefile
-DISTNAME= postgresql-15.17
+DISTNAME= postgresql-15.18
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/databases/postgresql15/distinfo
diff -u pkgsrc/databases/postgresql15/distinfo:1.18 pkgsrc/databases/postgresql15/distinfo:1.19
--- pkgsrc/databases/postgresql15/distinfo:1.18 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql15/distinfo Fri May 15 08:34:12 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2026/02/26 17:18:53 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/05/15 08:34:12 adam Exp $
-BLAKE2s (postgresql-15.17.tar.bz2) = 602e2780189cd44cdbe6ca1f3d6196ddebccd4b37e6f7034160f16d7e650c324
-SHA512 (postgresql-15.17.tar.bz2) = 032f27f4028ee8be10f7540edd0174b5e354a2a38f4f228414539178d1bbc542c4b9c599e376685fa9de78a2d918b9ce74997908e7e5c0204b3da88bc4661e2b
-Size (postgresql-15.17.tar.bz2) = 23357238 bytes
+BLAKE2s (postgresql-15.18.tar.bz2) = 7913649b6da6e8ff6501c06e7d6305f5f10e73f14af71b1e5af4e4635599744c
+SHA512 (postgresql-15.18.tar.bz2) = 01f6ff71dcc24d5c2240a53ac2d70c64fadf143ea46134a3c5af1c367857edca38c88b09d5903b5e679dd6139c3b21e1041e1bada0b6ba691a82ec3b854fd2d5
+Size (postgresql-15.18.tar.bz2) = 23405115 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
SHA1 (patch-configure) = 142ba9dc85a2408802e4b9e4943b775312d577c9
Index: pkgsrc/databases/postgresql15-docs/PLIST
diff -u pkgsrc/databases/postgresql15-docs/PLIST:1.18 pkgsrc/databases/postgresql15-docs/PLIST:1.19
--- pkgsrc/databases/postgresql15-docs/PLIST:1.18 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql15-docs/PLIST Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/02/26 17:18:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/05/15 08:34:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -1008,6 +1008,7 @@ share/doc/postgresql/html/release-15-14.
share/doc/postgresql/html/release-15-15.html
share/doc/postgresql/html/release-15-16.html
share/doc/postgresql/html/release-15-17.html
+share/doc/postgresql/html/release-15-18.html
share/doc/postgresql/html/release-15-2.html
share/doc/postgresql/html/release-15-3.html
share/doc/postgresql/html/release-15-4.html
Index: pkgsrc/databases/postgresql16/Makefile.common
diff -u pkgsrc/databases/postgresql16/Makefile.common:1.21 pkgsrc/databases/postgresql16/Makefile.common:1.22
--- pkgsrc/databases/postgresql16/Makefile.common:1.21 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql16/Makefile.common Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2026/02/26 17:18:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2026/05/15 08:34:12 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/postgresql16-pltcl/Makefile
# used by databases/postgresql16-server/Makefile
-DISTNAME= postgresql-16.13
+DISTNAME= postgresql-16.14
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/databases/postgresql16/distinfo
diff -u pkgsrc/databases/postgresql16/distinfo:1.15 pkgsrc/databases/postgresql16/distinfo:1.16
--- pkgsrc/databases/postgresql16/distinfo:1.15 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql16/distinfo Fri May 15 08:34:12 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2026/02/26 17:18:53 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/05/15 08:34:12 adam Exp $
-BLAKE2s (postgresql-16.13.tar.bz2) = 3258ebc2510ce586952b595d2b809c017559d51d1813939b2937d7736a0b7c0e
-SHA512 (postgresql-16.13.tar.bz2) = 3ea11b81ce55be5c3c169f0c94ddfa9debae6b3cbe7407086ba3a602fad7668900c2838d4d4488c671b2ccc670a9cd288ece90e42ecf8de953df6b4e103d286d
-Size (postgresql-16.13.tar.bz2) = 25051306 bytes
+BLAKE2s (postgresql-16.14.tar.bz2) = a891cf0d5aadd069019ee81574442c777d007e9b95157873a2b0e538de1d5203
+SHA512 (postgresql-16.14.tar.bz2) = ba2f943aa29a9473986aedd617b5884f61a4f28984e807b1f5cb4a7bd82f62856419b23bd020cbdeb4e572b4cabe8038a6dc9fd83e2a4cbccc9c11872504d210
+Size (postgresql-16.14.tar.bz2) = 25106859 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = 3392111516ca65ad7980ee39246c4210ec020c34
Index: pkgsrc/databases/postgresql16-docs/PLIST
diff -u pkgsrc/databases/postgresql16-docs/PLIST:1.14 pkgsrc/databases/postgresql16-docs/PLIST:1.15
--- pkgsrc/databases/postgresql16-docs/PLIST:1.14 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql16-docs/PLIST Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2026/02/26 17:18:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2026/05/15 08:34:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -1003,6 +1003,7 @@ share/doc/postgresql/html/release-16-10.
share/doc/postgresql/html/release-16-11.html
share/doc/postgresql/html/release-16-12.html
share/doc/postgresql/html/release-16-13.html
+share/doc/postgresql/html/release-16-14.html
share/doc/postgresql/html/release-16-2.html
share/doc/postgresql/html/release-16-3.html
share/doc/postgresql/html/release-16-4.html
Index: pkgsrc/databases/postgresql17/Makefile.common
diff -u pkgsrc/databases/postgresql17/Makefile.common:1.17 pkgsrc/databases/postgresql17/Makefile.common:1.18
--- pkgsrc/databases/postgresql17/Makefile.common:1.17 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql17/Makefile.common Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2026/02/26 17:18:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.18 2026/05/15 08:34:12 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/postgresql17-pltcl/Makefile
# used by databases/postgresql17-server/Makefile
-DISTNAME= postgresql-17.9
+DISTNAME= postgresql-17.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/databases/postgresql17/distinfo
diff -u pkgsrc/databases/postgresql17/distinfo:1.10 pkgsrc/databases/postgresql17/distinfo:1.11
--- pkgsrc/databases/postgresql17/distinfo:1.10 Thu Feb 26 17:18:53 2026
+++ pkgsrc/databases/postgresql17/distinfo Fri May 15 08:34:12 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2026/02/26 17:18:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/05/15 08:34:12 adam Exp $
-BLAKE2s (postgresql-17.9.tar.bz2) = b77bc99a663fece4e56224ce9b47fa4bc6c6b0de299871761ff54ef8f3fff490
-SHA512 (postgresql-17.9.tar.bz2) = 2b9c9ca9d765704895ec4af4107accead2ba3f3ce8bc87eed29fd020cf97b53a49a7d3eb9fa1242a7c430fe2f7e1be726f1ad67557ded2fe8b31b9d8fe659fbf
-Size (postgresql-17.9.tar.bz2) = 21648916 bytes
+BLAKE2s (postgresql-17.10.tar.bz2) = 4d0a81196f05454bebc07da6664863030bbe17800eb0f4b08b6114baa5ac8098
+SHA512 (postgresql-17.10.tar.bz2) = 1a7ea39efe5d42acd5f4edda50c418515b6c9032d92cd38c55181106ca5808b17f66ffe673f97002698c93cfb555a47ee450f9e471cb245c5ca44bc742a6a081
+Size (postgresql-17.10.tar.bz2) = 21664720 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147
Index: pkgsrc/databases/postgresql17-docs/PLIST
diff -u pkgsrc/databases/postgresql17-docs/PLIST:1.10 pkgsrc/databases/postgresql17-docs/PLIST:1.11
--- pkgsrc/databases/postgresql17-docs/PLIST:1.10 Thu Feb 26 17:18:54 2026
+++ pkgsrc/databases/postgresql17-docs/PLIST Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2026/02/26 17:18:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/05/15 08:34:12 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -983,6 +983,7 @@ share/doc/postgresql/html/regress-tap.ht
share/doc/postgresql/html/regress-variant.html
share/doc/postgresql/html/regress.html
share/doc/postgresql/html/release-17-1.html
+share/doc/postgresql/html/release-17-10.html
share/doc/postgresql/html/release-17-2.html
share/doc/postgresql/html/release-17-3.html
share/doc/postgresql/html/release-17-4.html
Index: pkgsrc/databases/postgresql18/Makefile.common
diff -u pkgsrc/databases/postgresql18/Makefile.common:1.5 pkgsrc/databases/postgresql18/Makefile.common:1.6
--- pkgsrc/databases/postgresql18/Makefile.common:1.5 Thu Feb 26 17:18:54 2026
+++ pkgsrc/databases/postgresql18/Makefile.common Fri May 15 08:34:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2026/02/26 17:18:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2026/05/15 08:34:12 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/postgresql18-pltcl/Makefile
# used by databases/postgresql18-server/Makefile
-DISTNAME= postgresql-18.3
+DISTNAME= postgresql-18.4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/databases/postgresql18/distinfo
diff -u pkgsrc/databases/postgresql18/distinfo:1.4 pkgsrc/databases/postgresql18/distinfo:1.5
--- pkgsrc/databases/postgresql18/distinfo:1.4 Thu Feb 26 17:18:54 2026
+++ pkgsrc/databases/postgresql18/distinfo Fri May 15 08:34:12 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2026/02/26 17:18:54 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/05/15 08:34:12 adam Exp $
-BLAKE2s (postgresql-18.3.tar.bz2) = 2415f17637740ad6ccf6385f919b83e403eba86466cdcd07b27b5ee4f10ea215
-SHA512 (postgresql-18.3.tar.bz2) = fdbe6d726f46738cf14acab96e5c05f7d65aefe78563281b416bb14a27c7c42e4df921e26b32816a5030ddbe506b95767e2c74a35afc589916504df38d1cb11c
-Size (postgresql-18.3.tar.bz2) = 22497924 bytes
+BLAKE2s (postgresql-18.4.tar.bz2) = f6730205148db7a93b012e0066061d334913835a9564c137a79d82f4c108ee6b
+SHA512 (postgresql-18.4.tar.bz2) = 1a7606b5b2460a4fc817d491e1e03262df17ece6869fa3d2b80647baffcfb790fbcfa019c3b10fab9f9a14218651b6a358864e40a5d8c5ddc796db2d6e5b469c
+Size (postgresql-18.4.tar.bz2) = 22567173 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = 9c4bf707b6aded63b2e0cff375465693cad1dea9
SHA1 (patch-configure) = beebdd7d46e37065c86d7edbfb982bac1fbc9147
Index: pkgsrc/databases/postgresql18-docs/PLIST
diff -u pkgsrc/databases/postgresql18-docs/PLIST:1.4 pkgsrc/databases/postgresql18-docs/PLIST:1.5
--- pkgsrc/databases/postgresql18-docs/PLIST:1.4 Thu Feb 26 17:18:54 2026
+++ pkgsrc/databases/postgresql18-docs/PLIST Fri May 15 08:34:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/02/26 17:18:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/05/15 08:34:13 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createuser.1
@@ -994,6 +994,7 @@ share/doc/postgresql/html/regress.html
share/doc/postgresql/html/release-18-1.html
share/doc/postgresql/html/release-18-2.html
share/doc/postgresql/html/release-18-3.html
+share/doc/postgresql/html/release-18-4.html
share/doc/postgresql/html/release-18.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
Home |
Main Index |
Thread Index |
Old Index