Update to the latest release of PostgreSQL, fixing CVE-2022-1552, see
release announcement:
https://www.postgresql.org/about/news/postgresql-143-137-1211-1116-and-1021-released-2449/

Tested briefly on amd64. I plan to do more testing tomorrow, and
assuming no problems, commit the day after.  I'll also update -stable
early next week.

Do we want to upgrade postgresql-previous for this?  It's only supposed
to be used for pg_upgrade, and I don't think the CVE affects that. If
anyone wants that, please let me know and I can update that as well.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.285
diff -u -p -r1.285 Makefile
--- Makefile    11 Mar 2022 18:31:37 -0000      1.285
+++ Makefile    12 May 2022 19:27:43 -0000
@@ -5,12 +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.2
+VERSION=       14.3
 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.92
diff -u -p -r1.92 distinfo
--- distinfo    12 Feb 2022 21:10:34 -0000      1.92
+++ distinfo    12 May 2022 18:38:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-14.2.tar.gz) = k00SLrq9bc4+CZN9yZWFh23QiZJb5aIw2v0URawZWHg=
-SIZE (postgresql-14.2.tar.gz) = 28794023
+SHA256 (postgresql-14.3.tar.gz) = GO/zBDhwPdel8qfKkWdBvOPJnq20AlvGJoryaOjpCcU=
+SIZE (postgresql-14.3.tar.gz) = 28930973
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.105
diff -u -p -r1.105 PLIST-docs
--- pkg/PLIST-docs      11 Mar 2022 18:31:37 -0000      1.105
+++ pkg/PLIST-docs      12 May 2022 19:28:16 -0000
@@ -704,6 +704,7 @@ share/doc/postgresql/html/regress-varian
 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.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to