summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2021-06-16 16:36:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-06-17 08:49:26 +0200
commitdb1ca4990cdfa77b3b769143767548104949f554 (patch)
tree58faf9bc3ec9057ee01a60e503f9927cc061c93c
parente1f0f2abd3116fdcb5e3e3211321aef801e959ff (diff)
downloadptxdist-db1ca4990cdfa77b3b769143767548104949f554.tar.gz
ptxdist-db1ca4990cdfa77b3b769143767548104949f554.tar.xz
postgresql: version bump 11.5 -> 13.3
Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210616143615.7294-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-postgresql.make3
-rw-r--r--rules/postgresql.make7
2 files changed, 2 insertions, 8 deletions
diff --git a/rules/host-postgresql.make b/rules/host-postgresql.make
index c28447837..1092c38a8 100644
--- a/rules/host-postgresql.make
+++ b/rules/host-postgresql.make
@@ -28,7 +28,6 @@ HOST_POSTGRESQL_CONF_OPT := \
--disable-rpath \
--enable-spinlocks \
--enable-atomics \
- --enable-strong-random \
--disable-debug \
--disable-profiling \
--disable-coverage \
@@ -38,8 +37,6 @@ HOST_POSTGRESQL_CONF_OPT := \
--disable-cassert \
--enable-thread-safety \
--enable-largefile \
- --disable-float4-byval \
- --disable-float8-byval \
--without-llvm \
--without-icu \
--without-tcl \
diff --git a/rules/postgresql.make b/rules/postgresql.make
index 7f4643683..b7ce0c70a 100644
--- a/rules/postgresql.make
+++ b/rules/postgresql.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_POSTGRESQL) += postgresql
#
# Paths and names
#
-POSTGRESQL_VERSION := 11.5
-POSTGRESQL_MD5 := 580da94f6d85046ff2a228785ab2cc89
+POSTGRESQL_VERSION := 13.3
+POSTGRESQL_MD5 := edf0e016fc53025bcabc7e793920f1c1
POSTGRESQL := postgresql-$(POSTGRESQL_VERSION)
POSTGRESQL_SUFFIX := tar.bz2
POSTGRESQL_URL := https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)/$(POSTGRESQL).$(POSTGRESQL_SUFFIX)
@@ -42,7 +42,6 @@ POSTGRESQL_CONF_OPT := \
--disable-rpath \
--enable-spinlocks \
--enable-atomics \
- --enable-strong-random \
--disable-debug \
--disable-profiling \
--disable-coverage \
@@ -52,8 +51,6 @@ POSTGRESQL_CONF_OPT := \
--disable-cassert \
--enable-thread-safety \
--enable-largefile \
- --disable-float4-byval \
- --disable-float8-byval \
--without-llvm \
--without-icu \
--without-tcl \