Hello,

Small diff to upgrade PostgreSQL to version 12.6 on OpenBSD -stable.
It's a bug fix version. Changelog here: 
https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/

Comments, ok ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.264.2.1
diff -u -p -u -p -r1.264.2.1 Makefile
--- Makefile	14 Nov 2020 11:49:30 -0000	1.264.2.1
+++ Makefile	11 Feb 2021 15:15:59 -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.5
+VERSION=	12.6
 PREV_MAJOR=	11
 DISTNAME=	postgresql-${VERSION}
 PKGNAME-main=	postgresql-client-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.85.2.1
diff -u -p -u -p -r1.85.2.1 distinfo
--- distinfo	14 Nov 2020 11:49:30 -0000	1.85.2.1
+++ distinfo	11 Feb 2021 15:15:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-12.5.tar.gz) = 2IPpfP0ss7OrqUkVQdtrMM/jO7akAxzbCOxQFNBNbpY=
-SIZE (postgresql-12.5.tar.gz) = 27137095
+SHA256 (postgresql-12.6.tar.gz) = wiA5y5GmG0bC3ya0/2TGS5XWzz2OJcIqQwvY/o63jn0=
+SIZE (postgresql-12.6.tar.gz) = 27191581
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.97.2.1
diff -u -p -u -p -r1.97.2.1 PLIST-docs
--- pkg/PLIST-docs	14 Nov 2020 11:49:30 -0000	1.97.2.1
+++ pkg/PLIST-docs	11 Feb 2021 15:15:59 -0000
@@ -680,6 +680,7 @@ share/doc/postgresql/html/release-12-2.h
 share/doc/postgresql/html/release-12-3.html
 share/doc/postgresql/html/release-12-4.html
 share/doc/postgresql/html/release-12-5.html
+share/doc/postgresql/html/release-12-6.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