download.lst                                |    4 ++--
 external/postgresql/arm64.patch.1           |    2 +-
 external/postgresql/postgresql.exit.patch.0 |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit efff34d7bdccf210a5e878bd9bc4d35ec72b71ab
Author:     Taichi Haradaguchi <[email protected]>
AuthorDate: Fri Feb 24 17:49:23 2023 +0900
Commit:     Michael Stahl <[email protected]>
CommitDate: Wed Mar 1 11:09:04 2023 +0000

    postgresql: upgrade to release 13.10
    
    Fixes CVE-2022-41862
    
    Reference: https://www.postgresql.org/support/security/CVE-2022-41862/
    
    Change-Id: I6075838972fec1c091f3150b19c5da4dc80ad6d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147834
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/download.lst b/download.lst
index cfeeb8df7579..5719657456f3 100644
--- a/download.lst
+++ b/download.lst
@@ -461,8 +461,8 @@ POPPLER_DATA_TARBALL := poppler-data-0.4.11.tar.gz
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
-POSTGRESQL_SHA256SUM := 
73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded
-POSTGRESQL_TARBALL := postgresql-13.8.tar.bz2
+POSTGRESQL_SHA256SUM := 
5bbcf5a56d85c44f3a8b058fb46862ff49cbc91834d07e295d02e6de3c216df2
+POSTGRESQL_TARBALL := postgresql-13.10.tar.bz2
 # three static lines
 # so that git cherry-pick
 # will not run into conflicts
diff --git a/external/postgresql/arm64.patch.1 
b/external/postgresql/arm64.patch.1
index 7f8f2d6e4137..db8a3ad0a069 100644
--- a/external/postgresql/arm64.patch.1
+++ b/external/postgresql/arm64.patch.1
@@ -28,7 +28,7 @@ diff -ur postgresql.org/src/tools/msvc/MSBuildProject.pm 
postgresql/src/tools/ms
  
        my $includes = $self->{includes};
        unless ($includes eq '' or $includes =~ /;$/)
-@@ -347,7 +347,6 @@
+@@ -347,7 +346,6 @@
        
<ProgramDatabaseFile>.\\$cfgname\\$self->{name}\\$self->{name}.pdb</ProgramDatabaseFile>
        <GenerateMapFile>false</GenerateMapFile>
        <MapFileName>.\\$cfgname\\$self->{name}\\$self->{name}.map</MapFileName>
diff --git a/external/postgresql/postgresql.exit.patch.0 
b/external/postgresql/postgresql.exit.patch.0
index bd14d16e0ed6..8eaa1ea52ebb 100644
--- a/external/postgresql/postgresql.exit.patch.0
+++ b/external/postgresql/postgresql.exit.patch.0
@@ -1,7 +1,7 @@
 # error: implicitly declaring library function 'exit' with type 'void (int) 
__attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
 --- configure
 +++ configure
-@@ -16821,6 +16821,7 @@
+@@ -16997,6 +16997,7 @@
  else
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
@@ -9,7 +9,7 @@
  typedef long int ac_int64;
  
  /*
-@@ -16905,6 +16905,7 @@
+@@ -17081,6 +17082,7 @@
  else
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */

Reply via email to