Thursday, November 12, 2020

[Update] PostgreSQL 12.5

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.264
diff -u -p -u -p -r1.264 Makefile
--- Makefile 24 Sep 2020 13:11:46 -0000 1.264
+++ Makefile 12 Nov 2020 14:54:01 -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.4
+VERSION= 12.5
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
diff -u -p -u -p -r1.85 distinfo
--- distinfo 24 Sep 2020 13:11:46 -0000 1.85
+++ distinfo 12 Nov 2020 14:54:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (postgresql-12.4.tar.gz) = l0m4kbnY+YQxL+UQp6NhMDUTTO4eY0eT2sVWjR4aWFI=
-SIZE (postgresql-12.4.tar.gz) = 27070070
+SHA256 (postgresql-12.5.tar.gz) = 2IPpfP0ss7OrqUkVQdtrMM/jO7akAxzbCOxQFNBNbpY=
+SIZE (postgresql-12.5.tar.gz) = 27137095
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.97
diff -u -p -u -p -r1.97 PLIST-docs
--- pkg/PLIST-docs 24 Sep 2020 13:11:46 -0000 1.97
+++ pkg/PLIST-docs 12 Nov 2020 14:54:02 -0000
@@ -679,6 +679,7 @@ share/doc/postgresql/html/release-12-1.h
share/doc/postgresql/html/release-12-2.html
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.html
share/doc/postgresql/html/release-prior.html
share/doc/postgresql/html/release.html
Hello,

Small diff to update PostgreSQL to it's latest version: 12.5
Changelog here: https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/

Comments, ok ?
Regards,

No comments:

Post a Comment