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/+/147674 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
This commit is contained in:
committed by
Michael Stahl
parent
9afc6b22e2
commit
1a980e7ac8
@@ -460,8 +460,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
|
||||
|
2
external/postgresql/arm64.patch.1
vendored
2
external/postgresql/arm64.patch.1
vendored
@@ -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>
|
||||
|
4
external/postgresql/postgresql.exit.patch.0
vendored
4
external/postgresql/postgresql.exit.patch.0
vendored
@@ -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. */
|
||||
|
Reference in New Issue
Block a user