On 09.05.2025 01:26, Jeremy Evans wrote:
Update to the latest PostgreSQL version, released today.  Release notes at:
https://www.postgresql.org/about/news/postgresql-175-169-1513-1418-and-1321-released-3072/

Fixes CVE-2025-4207: PostgreSQL GB18030 encoding validation can read one
byte past end of allocation for text that fails validation

Tested on amd64.  I plan to commit on Monday unless there are
objections.

Updated two machines. No issues.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
diff -u -p -u -p -r1.309 Makefile
--- Makefile    22 Feb 2025 03:15:44 -0000      1.309
+++ Makefile    9 May 2025 00:11:45 -0000
@@ -5,7 +5,7 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
COMMENT-plpython=Python procedural language for PostgreSQL
COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version

-VERSION=       17.4
+VERSION=       17.5
PREV_MAJOR=     16
DISTNAME=       postgresql-${VERSION}
PKGNAME-main=   postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
diff -u -p -u -p -r1.104 distinfo
--- distinfo    22 Feb 2025 03:15:44 -0000      1.104
+++ distinfo    9 May 2025 00:11:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-17.4.tar.gz) = 5p0HFMOoSAwgiq26bAMfuM6c9YCTDIASv3SMi17RGFA=
-SIZE (postgresql-17.4.tar.gz) = 28056622
+SHA256 (postgresql-17.5.tar.gz) = cwv+80sDglwFGuD8N1Qsi+JrVaRORyNpIhr9OXGW4wM=
+SIZE (postgresql-17.5.tar.gz) = 28082580
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
diff -u -p -u -p -r1.117 PLIST-docs
--- pkg/PLIST-docs      22 Feb 2025 03:15:44 -0000      1.117
+++ pkg/PLIST-docs      9 May 2025 00:23:02 -0000
@@ -699,6 +699,7 @@ share/doc/postgresql/html/release-17-1.h
share/doc/postgresql/html/release-17-2.html
share/doc/postgresql/html/release-17-3.html
share/doc/postgresql/html/release-17-4.html
+share/doc/postgresql/html/release-17-5.html
share/doc/postgresql/html/release-17.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html


--
Mark Patruck ( mark at wrapped.cx )
GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74  F644 0D3C F66F F286 5E51
https://www.wrapped.cx

Reply via email to