postgresql: update to 13.2

This commit is contained in:
Leonid Pliushch 2021-05-05 15:04:16 +00:00
parent 4e90ef4188
commit 0133607378
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 2 additions and 12 deletions

View File

@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Object-relational SQL database"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_LICENSE_FILE="COPYRIGHT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=13.1
TERMUX_PKG_REVISION=4
TERMUX_PKG_VERSION=13.2
TERMUX_PKG_SRCURL=https://ftp.postgresql.org/pub/source/v$TERMUX_PKG_VERSION/postgresql-$TERMUX_PKG_VERSION.tar.bz2
TERMUX_PKG_SHA256=12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
TERMUX_PKG_SHA256=5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc
TERMUX_PKG_DEPENDS="openssl, libcrypt, readline, libandroid-shmem, libuuid, libxml2, libicu, zlib"
# - pgac_cv_prog_cc_ldflags__Wl___as_needed: Inform that the linker supports as-needed. It's
# not stricly necessary but avoids unnecessary linking of binaries.

View File

@ -10,12 +10,3 @@ diff -uNr postgresql-13.1/src/backend/commands/collationcmds.c postgresql-13.1.m
#define READ_LOCALE_A_OUTPUT
#endif
@@ -464,7 +463,7 @@
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",