download.lst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f979b6a6b12a53c094e8a29e956a78b1edcf1fa9
Author: Xisco Fauli <[email protected]>
AuthorDate: Mon Mar 31 10:29:29 2025 +0200
Commit: Michael Stahl <[email protected]>
CommitDate: Tue Jan 13 12:44:25 2026 +0100
postgresql: upgrade to 15.15
According to https://www.postgresql.org/support/versioning/
the last release of branch 14 is on November 12, 2026
Upgrade master branch to branch 15 to avoid reaching the EOL
Downloaded from
https://ftp.postgresql.org/pub/source/v15.15/postgresql-15.15.tar.bz2
Change-Id: Iff451dcc6f1f4dfaa763869056e610eee4a946d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193978
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
(cherry picked from commit 1b89a45baa7214977350ea6558b2c2f3af6c4a1a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196917
Reviewed-by: Michael Stahl <[email protected]>
Tested-by: Michael Stahl <[email protected]>
diff --git a/download.lst b/download.lst
index dafa227e1e01..a38addc2402e 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 :=
727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80
-POSTGRESQL_TARBALL := postgresql-14.19.tar.bz2
+POSTGRESQL_SHA256SUM :=
5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa
+POSTGRESQL_TARBALL := postgresql-15.15.tar.bz2
# three static lines
# so that git cherry-pick
# will not run into conflicts