download.lst               |    4 ++--
 external/postgresql/README |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 3e88d79827738862ee19b687c002349b93d4e138
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Wed Jun 28 18:58:58 2023 +0900
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Jul 3 22:33:45 2023 +0200

    postgresql: upgrade to release 13.11
    
    CVE-2023-2454 and CVE-2023-2455 don't affect LibreOffice.
    
    Release Notes: https://www.postgresql.org/docs/release/13.11/
    
    Change-Id: I1de521b6aa9af1e6d84ea794b0f4f5d62de377f8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153728
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
    (cherry picked from commit a815a1dbc765df464a36f120ff32c2a834c1fc8f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153895
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/download.lst b/download.lst
index ccb3ae574391..74fc95e75c61 100644
--- a/download.lst
+++ b/download.lst
@@ -465,8 +465,8 @@ POPPLER_DATA_TARBALL := poppler-data-0.4.12.tar.gz
 # 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 := 
4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
+POSTGRESQL_TARBALL := postgresql-13.11.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/].

Reply via email to