ok sthen@. do you have time for -stable as well? if not, I can take a look.
On 2025/02/21 02:08, Jeremy Evans wrote: > This upgrades PostgreSQL to 17.4. We skipped 17.3 as it caused issues. > Related announcements at: > > https://www.postgresql.org/about/news/postgresql-174-168-1512-1417-and-1320-released-3018/ > https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-20-2025-3016/ > https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/ > > Tested on amd64. Will be committing in a couple days unless I hear > objections. > > Thanks, > Jeremy > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/postgresql/Makefile,v > retrieving revision 1.308 > diff -u -p -u -p -r1.308 Makefile > --- Makefile 24 Nov 2024 12:29:26 -0000 1.308 > +++ Makefile 20 Feb 2025 16:21:18 -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.2 > +VERSION= 17.4 > PREV_MAJOR= 16 > DISTNAME= postgresql-${VERSION} > PKGNAME-main= postgresql-client-${VERSION} > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/postgresql/distinfo,v > retrieving revision 1.103 > diff -u -p -u -p -r1.103 distinfo > --- distinfo 23 Nov 2024 06:54:15 -0000 1.103 > +++ distinfo 20 Feb 2025 16:21:18 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (postgresql-17.2.tar.gz) = > UdjN1qUiD6jAo7EvLQ7rUPz14L23s3kEqc3/XPHmHDY= > -SIZE (postgresql-17.2.tar.gz) = 27962663 > +SHA256 (postgresql-17.4.tar.gz) = > 5p0HFMOoSAwgiq26bAMfuM6c9YCTDIASv3SMi17RGFA= > +SIZE (postgresql-17.4.tar.gz) = 28056622 > Index: pkg/PLIST-contrib > =================================================================== > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-contrib,v > retrieving revision 1.29 > diff -u -p -u -p -r1.29 PLIST-contrib > --- pkg/PLIST-contrib 23 Nov 2024 06:54:15 -0000 1.29 > +++ pkg/PLIST-contrib 20 Feb 2025 16:21:18 -0000 > @@ -115,6 +115,7 @@ share/postgresql/extension/dict_int.cont > share/postgresql/extension/dict_xsyn--1.0.sql > share/postgresql/extension/dict_xsyn.control > share/postgresql/extension/earthdistance--1.0--1.1.sql > +share/postgresql/extension/earthdistance--1.1--1.2.sql > share/postgresql/extension/earthdistance--1.1.sql > share/postgresql/extension/earthdistance.control > share/postgresql/extension/file_fdw--1.0.sql > Index: pkg/PLIST-docs > =================================================================== > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v > retrieving revision 1.116 > diff -u -p -u -p -r1.116 PLIST-docs > --- pkg/PLIST-docs 23 Nov 2024 06:54:15 -0000 1.116 > +++ pkg/PLIST-docs 20 Feb 2025 16:21:18 -0000 > @@ -697,6 +697,8 @@ share/doc/postgresql/html/regress-varian > share/doc/postgresql/html/regress.html > share/doc/postgresql/html/release-17-1.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 > share/doc/postgresql/html/release-17.html > share/doc/postgresql/html/release-prior.html > share/doc/postgresql/html/release.html >