From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 29 Jun 2021 07:10:08 +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 1ly60e-0007AP-SI for lore@lore.pengutronix.de; Tue, 29 Jun 2021 07:10:08 +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 1ly60d-0006OO-ST; Tue, 29 Jun 2021 07:10:07 +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 1ly5zg-0005cL-4Q; Tue, 29 Jun 2021 07:09:08 +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 1ly5zf-0005c0-KT; Tue, 29 Jun 2021 07:09:07 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ly5zf-00AaRt-Hb; Tue, 29 Jun 2021 07:09:07 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 29 Jun 2021 07:09:07 +0200 Message-Id: <20210629050907.2523346-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210616143615.7294-1-bst@pengutronix.de> References: <20210616143615.7294-1-bst@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] postgresql: version bump 11.5 -> 13.3 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 db1ca4990cdfa77b3b769143767548104949f554. Michael [sent from post-receive hook] On Tue, 29 Jun 2021 07:09:07 +0200, Bastian Krause wrote: > Signed-off-by: Bastian Krause > Message-Id: <20210616143615.7294-1-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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