mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/2] postgresql: version bump 11.5 -> 13.3
@ 2021-06-16 14:36 Bastian Krause
  2021-06-16 14:36 ` [ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0 Bastian Krause
  2021-06-29  5:09 ` [ptxdist] [APPLIED] postgresql: version bump 11.5 -> 13.3 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bastian Krause @ 2021-06-16 14:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
Changes since (implicit) v1:
- applied configuration changes to host-postgresql
---
 rules/host-postgresql.make | 3 ---
 rules/postgresql.make      | 7 ++-----
 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 \
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0
  2021-06-16 14:36 [ptxdist] [PATCH v2 1/2] postgresql: version bump 11.5 -> 13.3 Bastian Krause
@ 2021-06-16 14:36 ` Bastian Krause
  2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-06-29  5:09 ` [ptxdist] [APPLIED] postgresql: version bump 11.5 -> 13.3 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Bastian Krause @ 2021-06-16 14:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

The timescaledb package selects host-postgresql. host-postgresql was
updated in a previous patch to 13.3. TimescaleDB 1.5.0 only supports
PostgreSQL 9.6, 10 or 11. So update to the latest release. This
supports PostgreSQL 12 and 13.

Note that this is only compile-tested.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
No previous version. See above.
---
 rules/timescaledb.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/timescaledb.make b/rules/timescaledb.make
index ab7f48f22..c4111dc66 100644
--- a/rules/timescaledb.make
+++ b/rules/timescaledb.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TIMESCALEDB) += timescaledb
 #
 # Paths and names
 #
-TIMESCALEDB_VERSION	:= 1.5.0
-TIMESCALEDB_MD5		:= d48403460f6ee4e3a8f9ba51a5a95899
+TIMESCALEDB_VERSION	:= 2.3.0
+TIMESCALEDB_MD5		:= fc0a789deb5097c7213c231190e4b15f
 TIMESCALEDB		:= timescaledb-$(TIMESCALEDB_VERSION)
 TIMESCALEDB_SUFFIX	:= tar.gz
 TIMESCALEDB_URL		:= https://github.com/timescale/timescaledb/archive/$(TIMESCALEDB_VERSION).$(TIMESCALEDB_SUFFIX)
@@ -42,9 +42,14 @@ TIMESCALEDB_CONF_OPT	:= \
 	-DPG_PKGLIBDIR="/usr/lib/postgresql" \
 	-DPG_SHAREDIR="/usr/share/postgresql" \
 	-DAPACHE_ONLY=1 \
+	-DASSERTIONS=OFF \
+	-DCODECOVERAGE=OFF \
+	-DENABLE_OPTIMIZER_DEBUG=OFF \
+	-DLINTER=OFF \
 	-DREGRESS_CHECKS=0 \
 	-DSEND_TELEMETRY_DEFAULT=0 \
-	-DUSE_OPENSSL=0
+	-DUSE_OPENSSL=0 \
+	-DWARNINGS_AS_ERRORS=OFF
 
 # -DAPACHE_ONLY=1             is needed to build a free/libre version
 #                             of TimescaleDB.
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] postgresql: version bump 11.5 -> 13.3
  2021-06-16 14:36 [ptxdist] [PATCH v2 1/2] postgresql: version bump 11.5 -> 13.3 Bastian Krause
  2021-06-16 14:36 ` [ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0 Bastian Krause
@ 2021-06-29  5:09 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as db1ca4990cdfa77b3b769143767548104949f554.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:07 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> 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>
> 
> diff --git a/rules/host-postgresql.make b/rules/host-postgresql.make
> index c284478372dd..1092c38a8b1c 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 7f464368336b..b7ce0c70a29d 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 \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] timescaledb: version bump 1.5.0 -> 2.3.0
  2021-06-16 14:36 ` [ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0 Bastian Krause
@ 2021-06-29  5:09   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as 30795bf52c73a3eac81c4689a73cc5724a5aa0f0.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:08 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> The timescaledb package selects host-postgresql. host-postgresql was
> updated in a previous patch to 13.3. TimescaleDB 1.5.0 only supports
> PostgreSQL 9.6, 10 or 11. So update to the latest release. This
> supports PostgreSQL 12 and 13.
> 
> Note that this is only compile-tested.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210616143615.7294-2-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/timescaledb.make b/rules/timescaledb.make
> index ab7f48f22e7f..c4111dc6630e 100644
> --- a/rules/timescaledb.make
> +++ b/rules/timescaledb.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TIMESCALEDB) += timescaledb
>  #
>  # Paths and names
>  #
> -TIMESCALEDB_VERSION	:= 1.5.0
> -TIMESCALEDB_MD5		:= d48403460f6ee4e3a8f9ba51a5a95899
> +TIMESCALEDB_VERSION	:= 2.3.0
> +TIMESCALEDB_MD5		:= fc0a789deb5097c7213c231190e4b15f
>  TIMESCALEDB		:= timescaledb-$(TIMESCALEDB_VERSION)
>  TIMESCALEDB_SUFFIX	:= tar.gz
>  TIMESCALEDB_URL		:= https://github.com/timescale/timescaledb/archive/$(TIMESCALEDB_VERSION).$(TIMESCALEDB_SUFFIX)
> @@ -42,9 +42,14 @@ TIMESCALEDB_CONF_OPT	:= \
>  	-DPG_PKGLIBDIR="/usr/lib/postgresql" \
>  	-DPG_SHAREDIR="/usr/share/postgresql" \
>  	-DAPACHE_ONLY=1 \
> +	-DASSERTIONS=OFF \
> +	-DCODECOVERAGE=OFF \
> +	-DENABLE_OPTIMIZER_DEBUG=OFF \
> +	-DLINTER=OFF \
>  	-DREGRESS_CHECKS=0 \
>  	-DSEND_TELEMETRY_DEFAULT=0 \
> -	-DUSE_OPENSSL=0
> +	-DUSE_OPENSSL=0 \
> +	-DWARNINGS_AS_ERRORS=OFF
>  
>  # -DAPACHE_ONLY=1             is needed to build a free/libre version
>  #                             of TimescaleDB.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-29  5:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 14:36 [ptxdist] [PATCH v2 1/2] postgresql: version bump 11.5 -> 13.3 Bastian Krause
2021-06-16 14:36 ` [ptxdist] [PATCH v2 2/2] timescaledb: version bump 1.5.0 -> 2.3.0 Bastian Krause
2021-06-29  5:09   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-06-29  5:09 ` [ptxdist] [APPLIED] postgresql: version bump 11.5 -> 13.3 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox