From a271b9d5b7b2c0eb57d1a09fc44f2ecbbad7bc5a Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Thu, 12 Aug 2021 17:48:09 +0200 Subject: databases/postgresql*: update to latest versions The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.4, 12.8, 11.13, 10.18, and 9.6.23, as well as the third beta release of PostgreSQL 14. This release closes one security vulnerability and fixes over 75 bugs reported over the last three months. Turn off parallel builds since we continue to struggle with build problems when it is activated. [1] Avoid chasing latest LLVM version. [2] PR: 256466 [1], 256167 [2] Release notes: https://www.postgresql.org/docs/release/ Security: b471130b-fb86-11eb-87db-6cc21735f730 --- databases/postgresql12-server/Makefile | 4 ++-- databases/postgresql12-server/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/postgresql12-server') diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile index f0168a4f7eb1..67a88c130ae5 100644 --- a/databases/postgresql12-server/Makefile +++ b/databases/postgresql12-server/Makefile @@ -1,9 +1,9 @@ # Created by: Marc G. Fournier -DISTVERSION?= 12.7 +DISTVERSION?= 12.8 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. -PORTREVISION?= 1 +PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo index 76b4c494e32f..ebad7d7b460b 100644 --- a/databases/postgresql12-server/distinfo +++ b/databases/postgresql12-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620992107 -SHA256 (postgresql/postgresql-12.7.tar.bz2) = 8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 -SIZE (postgresql/postgresql-12.7.tar.bz2) = 20819005 +TIMESTAMP = 1628577879 +SHA256 (postgresql/postgresql-12.8.tar.bz2) = e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a +SIZE (postgresql/postgresql-12.8.tar.bz2) = 20849478 -- cgit v1.2.3