diff options
| author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-02-11 14:34:02 +0000 |
|---|---|---|
| committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-02-11 14:34:02 +0000 |
| commit | 6d480661d1fea606e0634f5cb4f28e6b983787b9 (patch) | |
| tree | 62dacd24f43f081a6ad10cbf98f4b28cbb0cc168 /databases/postgresql13-server | |
| parent | shells/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
Diffstat (limited to 'databases/postgresql13-server')
| -rw-r--r-- | databases/postgresql13-server/Makefile | 4 | ||||
| -rw-r--r-- | databases/postgresql13-server/distinfo | 6 | ||||
| -rw-r--r-- | databases/postgresql13-server/files/patch-icu68 | 17 |
3 files changed, 5 insertions, 22 deletions
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", |
