* [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3
@ 2021-06-11 12:54 Bastian Krause
2021-06-16 13:19 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Bastian Krause @ 2021-06-11 12:54 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Krause
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
rules/postgresql.make | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
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] 3+ messages in thread
* Re: [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3
2021-06-11 12:54 [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3 Bastian Krause
@ 2021-06-16 13:19 ` Michael Olbrich
2021-06-16 13:39 ` Bastian Krause
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2021-06-16 13:19 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Krause
On Fri, Jun 11, 2021 at 02:54:26PM +0200, Bastian Krause wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> ---
> rules/postgresql.make | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> 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 \
The host package needs the same changes.
Michael
> --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
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3
2021-06-16 13:19 ` Michael Olbrich
@ 2021-06-16 13:39 ` Bastian Krause
0 siblings, 0 replies; 3+ messages in thread
From: Bastian Krause @ 2021-06-16 13:39 UTC (permalink / raw)
To: ptxdist
On 6/16/21 3:19 PM, Michael Olbrich wrote:
> On Fri, Jun 11, 2021 at 02:54:26PM +0200, Bastian Krause wrote:
>> Signed-off-by: Bastian Krause <bst@pengutronix.de>
>> ---
>> rules/postgresql.make | 7 ++-----
>> 1 file changed, 2 insertions(+), 5 deletions(-)
>>
>> 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 \
>
> The host package needs the same changes.
Oh, I was not aware of that. I'll prepare a v2.
Regards,
Bastian
>
> Michael
>
>> --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
>>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-16 13:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 12:54 [ptxdist] [PATCH] postgresql: version bump 11.5 -> 13.3 Bastian Krause
2021-06-16 13:19 ` Michael Olbrich
2021-06-16 13:39 ` Bastian Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox