From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 29 Jun 2021 07:10:12 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ly60i-0007Am-ON for lore@lore.pengutronix.de; Tue, 29 Jun 2021 07:10:12 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ly60h-0006Zy-Pn; Tue, 29 Jun 2021 07:10:11 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ly5zh-0005cc-FQ; Tue, 29 Jun 2021 07:09:09 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ly5zg-0005c5-VU; Tue, 29 Jun 2021 07:09:08 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ly5zg-00AaTA-Se; Tue, 29 Jun 2021 07:09:08 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 29 Jun 2021 07:09:08 +0200 Message-Id: <20210629050908.2523425-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210616143615.7294-2-bst@pengutronix.de> References: <20210616143615.7294-2-bst@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] timescaledb: version bump 1.5.0 -> 2.3.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bastian Krause Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 30795bf52c73a3eac81c4689a73cc5724a5aa0f0. Michael [sent from post-receive hook] On Tue, 29 Jun 2021 07:09:08 +0200, Bastian Krause 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 > Message-Id: <20210616143615.7294-2-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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