Simple update to recently released PostgreSQL update.  Release
announcement at https://www.postgresql.org/about/news/2011/

One security fix in this release, CVE-2020-1720.  -stable will need an
update to 11.7.

OKs?  I'll be traveling for the next week and may be unable to commit,
so if another committer could take care of this, I would appreciate it.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.260
diff -u -p -r1.260 Makefile
--- Makefile    12 Feb 2020 13:20:34 -0000      1.260
+++ Makefile    16 Feb 2020 19:14:04 -0000
@@ -7,7 +7,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=       12.1
+VERSION=       12.2
 PREV_MAJOR=    11
 DISTNAME=      postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.82
diff -u -p -r1.82 distinfo
--- distinfo    6 Feb 2020 00:36:12 -0000       1.82
+++ distinfo    16 Feb 2020 19:14:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-12.1.tar.gz) = mGjBFJoEuuETFTPFy9HEb5wHf4NPYUerrvh5GnyRsaE=
-SIZE (postgresql-12.1.tar.gz) = 26428138
+SHA256 (postgresql-12.2.tar.gz) = iAhElETumwhgVKbc+/uYAp5PgCI3LC7fPeW22PQXyOQ=
+SIZE (postgresql-12.2.tar.gz) = 26669211
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.94
diff -u -p -r1.94 PLIST-docs
--- pkg/PLIST-docs      6 Feb 2020 00:36:12 -0000       1.94
+++ pkg/PLIST-docs      16 Feb 2020 19:14:04 -0000
@@ -675,6 +675,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-12-1.html
+share/doc/postgresql/html/release-12-2.html
 share/doc/postgresql/html/release-12.html
 share/doc/postgresql/html/release-prior.html
 share/doc/postgresql/html/release.html

Reply via email to