download.lst | 4 ++-- external/postgresql/README | 6 +++++- external/postgresql/postgres-msvc-build.patch.1 | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-)
New commits: commit 5272865d186839b2e3a17c90e0d6b2fee42dc170 Author: Taichi Haradaguchi <[email protected]> AuthorDate: Wed Jun 28 18:58:58 2023 +0900 Commit: Michael Stahl <[email protected]> CommitDate: Tue Jan 13 12:44:06 2026 +0100 postgresql: upgrade to 14.19 Postgres 13 will reach the EOL in November 13, 2025 https://www.postgresql.org/support/versioning/ so upgrade it now after the creation of the libreoffice-24-8 branch towards LibreOffice 25.2 * external/postgresql/0001-Assume-that-stdbool.h-conforms-to-the-C-standard.patch.1 has been fixed upstream Downloaded from https://ftp.postgresql.org/pub/source/v14.19/postgresql-14.19.tar.bz2 Change-Id: Ied1619e7a8c01fee9ad137ac5edc5e5869bd278c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189648 Reviewed-by: Taichi Haradaguchi <[email protected]> Tested-by: Jenkins (cherry picked from commit f16e982bdf85427e1cba1fe300bf1f5a1b76d6e2) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196916 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/download.lst b/download.lst index d22393a28822..dafa227e1e01 100644 --- a/download.lst +++ b/download.lst @@ -475,8 +475,8 @@ POPPLER_TARBALL := poppler-25.08.0.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts -POSTGRESQL_SHA256SUM := 5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2 -POSTGRESQL_TARBALL := postgresql-13.10.tar.bz2 +POSTGRESQL_SHA256SUM := 727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80 +POSTGRESQL_TARBALL := postgresql-14.19.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts diff --git a/external/postgresql/README b/external/postgresql/README index edc3d5df2781..a04037993690 100644 --- a/external/postgresql/README +++ b/external/postgresql/README @@ -1,3 +1,7 @@ PostgreSQL object-relational database management system -We use some pieces of this code for the postgresql database connector. \ No newline at end of file +We use some pieces of this code for the postgresql database connector. + +From [https://www.postgresql.org/]. + +Release archives at [https://www.postgresql.org/ftp/source/]. diff --git a/external/postgresql/postgres-msvc-build.patch.1 b/external/postgresql/postgres-msvc-build.patch.1 index c217a755918b..b91e14ebfec1 100644 --- a/external/postgresql/postgres-msvc-build.patch.1 +++ b/external/postgresql/postgres-msvc-build.patch.1 @@ -33,7 +33,7 @@ Also Cygwin perl has $Config{osname} different from MSWin32, and why even check libraries => [], --- postgresql/src/tools/msvc/Solution.pm.orig 2021-01-19 18:03:04.594229100 +0100 +++ postgresql/src/tools/msvc/Solution.pm 2021-01-19 18:04:13.677610100 +0100 -@@ -59,7 +59,7 @@ +@@ -62,7 +62,7 @@ { my $self = shift; @@ -41,8 +41,8 @@ Also Cygwin perl has $Config{osname} different from MSWin32, and why even check + if (1) #($^O eq "MSWin32") { # Examine CL help output to determine if we are in 32 or 64-bit mode. - my $output = `cl /? 2>&1`; -@@ -1081,7 +1081,7 @@ + my $output = `cl /help 2>&1`; +@@ -1100,7 +1100,7 @@ } if ($fld ne "") {
