summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2021-02-11 14:34:02 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2021-02-11 14:34:02 +0000
commit6d480661d1fea606e0634f5cb4f28e6b983787b9 (patch)
tree62dacd24f43f081a6ad10cbf98f4b28cbb0cc168
parentshells/v7sh: pet pkg-fallout (diff)
PostgreSQL 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25 released
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 13.2, 12.6, 11.11, 10.16, 9.6.21, and 9.5.25. This release closes two security vulnerabilities and fixes over 80 bugs reported over the last three months. Additionally, this is the final release of PostgreSQL 9.5. If you are running PostgreSQL 9.5 in a production environment, we suggest that you make plans to upgrade. Release notes: https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/ Security notes: https://www.postgresql.org/support/security/ Security: CVE-2021-3393, CVE-2021-20229
Notes
Notes: svn path=/head/; revision=564956
-rw-r--r--databases/postgresql10-server/Makefile2
-rw-r--r--databases/postgresql10-server/distinfo6
-rw-r--r--databases/postgresql11-server/Makefile2
-rw-r--r--databases/postgresql11-server/distinfo6
-rw-r--r--databases/postgresql11-server/files/patch-icu6817
-rw-r--r--databases/postgresql12-server/Makefile2
-rw-r--r--databases/postgresql12-server/distinfo6
-rw-r--r--databases/postgresql12-server/files/patch-icu6817
-rw-r--r--databases/postgresql13-contrib/Makefile2
-rw-r--r--databases/postgresql13-server/Makefile4
-rw-r--r--databases/postgresql13-server/distinfo6
-rw-r--r--databases/postgresql13-server/files/patch-icu6817
-rw-r--r--databases/postgresql95-server/Makefile2
-rw-r--r--databases/postgresql95-server/distinfo6
-rw-r--r--databases/postgresql96-server/Makefile2
-rw-r--r--databases/postgresql96-server/distinfo6
16 files changed, 26 insertions, 77 deletions
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
index 6f68d17bc104..98225f40cb80 100644
--- a/databases/postgresql10-server/Makefile
+++ b/databases/postgresql10-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 10.15
+DISTVERSION?= 10.16
# 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?= 0
diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo
index bab0f07bc6cf..1d549b23ede6 100644
--- a/databases/postgresql10-server/distinfo
+++ b/databases/postgresql10-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605002469
-SHA256 (postgresql/postgresql-10.15.tar.bz2) = 5956bce0becffa77883c41594c95a23110b94f10cd66a1157e373c3575921f7e
-SIZE (postgresql/postgresql-10.15.tar.bz2) = 19089779
+TIMESTAMP = 1612956692
+SHA256 (postgresql/postgresql-10.16.tar.bz2) = a35c718b1b6690e01c69626d467edb933784f8d1d6741e21fe6cce0738467bb3
+SIZE (postgresql/postgresql-10.16.tar.bz2) = 19140221
diff --git a/databases/postgresql11-server/Makefile b/databases/postgresql11-server/Makefile
index 3b4db9b73777..a63a463447e1 100644
--- a/databases/postgresql11-server/Makefile
+++ b/databases/postgresql11-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 11.10
+DISTVERSION?= 11.11
# 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?= 0
diff --git a/databases/postgresql11-server/distinfo b/databases/postgresql11-server/distinfo
index 3eae75d6910b..1f46b5a4f2ab 100644
--- a/databases/postgresql11-server/distinfo
+++ b/databases/postgresql11-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605002490
-SHA256 (postgresql/postgresql-11.10.tar.bz2) = 13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899
-SIZE (postgresql/postgresql-11.10.tar.bz2) = 20003842
+TIMESTAMP = 1612956693
+SHA256 (postgresql/postgresql-11.11.tar.bz2) = 40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c
+SIZE (postgresql/postgresql-11.11.tar.bz2) = 20054359
diff --git a/databases/postgresql11-server/files/patch-icu68 b/databases/postgresql11-server/files/patch-icu68
deleted file mode 100644
index 7fc6d8fa98a6..000000000000
--- a/databases/postgresql11-server/files/patch-icu68
+++ /dev/null
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-collationcmds.c:467:51: error: use of undeclared identifier 'TRUE'
- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
- ^
-
---- src/backend/commands/collationcmds.c.orig 2020-08-10 21:17:40 UTC
-+++ src/backend/commands/collationcmds.c
-@@ -444,7 +444,7 @@ get_icu_language_tag(const char *localename)
- UErrorCode status;
-
- status = U_ZERO_ERROR;
-- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
-+ uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
- if (U_FAILURE(status))
- ereport(ERROR,
- (errmsg("could not convert locale name \"%s\" to language tag: %s",
diff --git a/databases/postgresql12-server/Makefile b/databases/postgresql12-server/Makefile
index 42597ec34792..90888ebe1ea9 100644
--- a/databases/postgresql12-server/Makefile
+++ b/databases/postgresql12-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 12.5
+DISTVERSION?= 12.6
# 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?= 0
diff --git a/databases/postgresql12-server/distinfo b/databases/postgresql12-server/distinfo
index 89f23b65332b..743b3b32c5f1 100644
--- a/databases/postgresql12-server/distinfo
+++ b/databases/postgresql12-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605002511
-SHA256 (postgresql/postgresql-12.5.tar.bz2) = bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95
-SIZE (postgresql/postgresql-12.5.tar.bz2) = 20729654
+TIMESTAMP = 1612956694
+SHA256 (postgresql/postgresql-12.6.tar.bz2) = df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
+SIZE (postgresql/postgresql-12.6.tar.bz2) = 20771172
diff --git a/databases/postgresql12-server/files/patch-icu68 b/databases/postgresql12-server/files/patch-icu68
deleted file mode 100644
index 475bdd8fe52a..000000000000
--- a/databases/postgresql12-server/files/patch-icu68
+++ /dev/null
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-collationcmds.c:467:51: error: use of undeclared identifier 'TRUE'
- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
- ^
-
---- src/backend/commands/collationcmds.c.orig 2020-08-10 21:15:53 UTC
-+++ src/backend/commands/collationcmds.c
-@@ -463,7 +463,7 @@ get_icu_language_tag(const char *localename)
- UErrorCode status;
-
- status = U_ZERO_ERROR;
-- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
-+ uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
- if (U_FAILURE(status))
- ereport(ERROR,
- (errmsg("could not convert locale name \"%s\" to language tag: %s",
diff --git a/databases/postgresql13-contrib/Makefile b/databases/postgresql13-contrib/Makefile
index c69d325e0ac3..4dfc34bf9174 100644
--- a/databases/postgresql13-contrib/Makefile
+++ b/databases/postgresql13-contrib/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= pgsql@FreeBSD.org
diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile
index 90f2ef5fa9a5..12af260f4ec0 100644
--- a/databases/postgresql13-server/Makefile
+++ b/databases/postgresql13-server/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME?= postgresql
-DISTVERSION?= 13.1
+DISTVERSION?= 13.2
# 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
CATEGORIES?= databases
MASTER_SITES= PGSQL/source/v${DISTVERSION}
PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
diff --git a/databases/postgresql13-server/distinfo b/databases/postgresql13-server/distinfo
index 0b154b657f4a..4daa9fa2e5a1 100644
--- a/databases/postgresql13-server/distinfo
+++ b/databases/postgresql13-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605002533
-SHA256 (postgresql/postgresql-13.1.tar.bz2) = 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
-SIZE (postgresql/postgresql-13.1.tar.bz2) = 21034192
+TIMESTAMP = 1612956695
+SHA256 (postgresql/postgresql-13.2.tar.bz2) = 5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc
+SIZE (postgresql/postgresql-13.2.tar.bz2) = 21057276
diff --git a/databases/postgresql13-server/files/patch-icu68 b/databases/postgresql13-server/files/patch-icu68
deleted file mode 100644
index 54d4cc7dc01f..000000000000
--- a/databases/postgresql13-server/files/patch-icu68
+++ /dev/null
@@ -1,17 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-collationcmds.c:467:51: error: use of undeclared identifier 'TRUE'
- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
- ^
-
---- src/backend/commands/collationcmds.c.orig 2020-09-21 20:47:36 UTC
-+++ src/backend/commands/collationcmds.c
-@@ -464,7 +464,7 @@ get_icu_language_tag(const char *localename)
- UErrorCode status;
-
- status = U_ZERO_ERROR;
-- uloc_toLanguageTag(localename, buf, sizeof(buf), TRUE, &status);
-+ uloc_toLanguageTag(localename, buf, sizeof(buf), true, &status);
- if (U_FAILURE(status))
- ereport(ERROR,
- (errmsg("could not convert locale name \"%s\" to language tag: %s",
diff --git a/databases/postgresql95-server/Makefile b/databases/postgresql95-server/Makefile
index 6faac79adf03..48d2ce4d3b49 100644
--- a/databases/postgresql95-server/Makefile
+++ b/databases/postgresql95-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.5.24
+DISTVERSION?= 9.5.25
# 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?= 0
diff --git a/databases/postgresql95-server/distinfo b/databases/postgresql95-server/distinfo
index e652f6c6d09c..b2da66a79c41 100644
--- a/databases/postgresql95-server/distinfo
+++ b/databases/postgresql95-server/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1605002554
-SHA256 (postgresql/postgresql-9.5.24.tar.bz2) = 065cfd3db9f5aca84e794e73e71a797c984b2e728e760f4f4226a9162a99c22a
-SIZE (postgresql/postgresql-9.5.24.tar.bz2) = 17881872
+TIMESTAMP = 1612956696
+SHA256 (postgresql/postgresql-9.5.25.tar.bz2) = 7628c55eb23768a2c799c018988d8f2ab48ee3d80f5e11259938f7a935f0d603
+SIZE (postgresql/postgresql-9.5.25.tar.bz2) = 17923796
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952
diff --git a/databases/postgresql96-server/Makefile b/databases/postgresql96-server/Makefile
index 22fb459b5291..1c1c1ac37a92 100644
--- a/databases/postgresql96-server/Makefile
+++ b/databases/postgresql96-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
-DISTVERSION?= 9.6.20
+DISTVERSION?= 9.6.21
# 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?= 0
diff --git a/databases/postgresql96-server/distinfo b/databases/postgresql96-server/distinfo
index b829c29605a8..f1955a9de49c 100644
--- a/databases/postgresql96-server/distinfo
+++ b/databases/postgresql96-server/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1605002555
-SHA256 (postgresql/postgresql-9.6.20.tar.bz2) = 3d08cba409d45ab62d42b24431a0d55e7537bcd1db2d979f5f2eefe34d487bb6
-SIZE (postgresql/postgresql-9.6.20.tar.bz2) = 18944478
+TIMESTAMP = 1612956697
+SHA256 (postgresql/postgresql-9.6.21.tar.bz2) = 930feaef28885c97ec40c26ab6221903751eeb625de92b22602706d7d47d1634
+SIZE (postgresql/postgresql-9.6.21.tar.bz2) = 18990266
SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e
SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998