Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0
Date: 2020-01-06 05:09:04
Message-ID: 20200106050904.GK3598@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Mon, Jan 06, 2020 at 01:58:58PM +0900, Michael Paquier wrote:
> So the buildfarm is not that bad, I have spotted one failure from
> nightjar:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=nightjar&dt=2020-01-06%2003%3A54%3A10
>
> /pgbuild/root/HEAD/pgsql.build/../pgsql/src/interfaces/libpq/fe-secure-openssl.c:
> In function 'initialize_SSL':
> /pgbuild/root/HEAD/pgsql.build/../pgsql/src/interfaces/libpq/fe-secure-openssl.c:1198:
> error: 'SSL_OP_NO_COMPRESSION' undeclared (first use in this function)
> /pgbuild/root/HEAD/pgsql.build/../pgsql/src/interfaces/libpq/fe-secure-openssl.c:1198:
> error: (Each undeclared identifier is reported only once
> /pgbuild/root/HEAD/pgsql.build/../pgsql/src/interfaces/libpq/fe-secure-openssl.c:1198:
> error: for each function it appears in.)
>
> And this means that the version likely used here should be 0.9.8.
> FreeBSD 9 is EOL since March 2013 based on Wikipedia-Sensei's data:
> https://en.wikipedia.org/wiki/FreeBSD

And here comes prairiedog, also using OpenSSL 0.9.8 from what I can
see:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prairiedog&dt=2020-01-06%2004%3A56%3A02
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-06 05:20:22 Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0
Previous Message Tom Lane 2020-01-06 05:06:30 Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0