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/postgresql12-server/files | |
| 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
Notes
Notes:
svn path=/head/; revision=564956
Diffstat (limited to 'databases/postgresql12-server/files')
| -rw-r--r-- | databases/postgresql12-server/files/patch-icu68 | 17 |
1 files changed, 0 insertions, 17 deletions
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", |
