Apparently I was not paying attention back in June when they released
14.4. In my defense, no CVE in the 14.4 release.  The 14.5 release
fixes CVE-2022-2625.

Release announcements:

https://www.postgresql.org/about/news/postgresql-144-released-2470/
https://www.postgresql.org/about/news/postgresql-145-138-1212-1117-1022-and-15-beta-3-released-2496/

No regressions in some basic tests.  OKs?  After this is committed,
I'll backport to -stable.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.288
diff -u -p -r1.288 Makefile
--- Makefile    21 May 2022 15:36:16 -0000      1.288
+++ Makefile    12 Aug 2022 16:59:59 -0000
@@ -5,11 +5,10 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 COMMENT-plpython=Python procedural language for PostgreSQL
 COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
 
-VERSION=       14.3
+VERSION=       14.5
 PREV_MAJOR=    13
 DISTNAME=      postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
-REVISION-server=1
 
 DPB_PROPERTIES=        parallel
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.93
diff -u -p -r1.93 distinfo
--- distinfo    14 May 2022 17:51:54 -0000      1.93
+++ distinfo    12 Aug 2022 17:00:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-14.3.tar.gz) = GO/zBDhwPdel8qfKkWdBvOPJnq20AlvGJoryaOjpCcU=
-SIZE (postgresql-14.3.tar.gz) = 28930973
+SHA256 (postgresql-14.5.tar.gz) = kOrTk9vGVMsAdeqvDsIFjmuYZs7UeP7TzytopbwE6yQ=
+SIZE (postgresql-14.5.tar.gz) = 28988974
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.106
diff -u -p -r1.106 PLIST-docs
--- pkg/PLIST-docs      14 May 2022 17:51:55 -0000      1.106
+++ pkg/PLIST-docs      12 Aug 2022 18:14:47 -0000
@@ -271,6 +271,7 @@ share/doc/postgresql/html/ecpg-errors.ht
 share/doc/postgresql/html/ecpg-informix-compat.html
 share/doc/postgresql/html/ecpg-library.html
 share/doc/postgresql/html/ecpg-lo.html
+share/doc/postgresql/html/ecpg-oracle-compat.html
 share/doc/postgresql/html/ecpg-pgtypes.html
 share/doc/postgresql/html/ecpg-preproc.html
 share/doc/postgresql/html/ecpg-process.html
@@ -705,6 +706,8 @@ 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-5.html
 share/doc/postgresql/html/release-14.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to