public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Daniel Gustafsson <[email protected]>
Cc: Peter Eisentraut <[email protected]>
Cc: Michael Paquier <[email protected]>
Cc: Jacob Champion <[email protected]>
Cc: Thomas Munro <[email protected]>
Cc: Postgres hackers <[email protected]>
Cc: [email protected]
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
Date: Sat, 06 Apr 2024 10:04:45 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <CA+hUKGJrfU7dhxwJEG2wPDx0LFS2svB0DWmDCKzYuX2XS5f1hw@mail.gmail.com>
<[email protected]>
<CAOYmi+mXbMVhHNm-GAzQaEopfsquqm1-wvCA73k4xnxa2Ln6yA@mail.gmail.com>
<[email protected]>
<CAOYmi+nh=o=tGjpDYsqV8tR6f2Qba4KNE5nvxWZw1ErW5izoZw@mail.gmail.com>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<CAOYmi+=KOxuj3z91ijwya6ycdBhhc7LDBathdFVy3y8rf=Qi_Q@mail.gmail.com>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
Daniel Gustafsson <[email protected]> writes:
>> On 6 Apr 2024, at 08:02, Peter Eisentraut <[email protected]> wrote:
>> Why do we need to check for the versions at all? We should just check for the functions we need. At least that's always been the normal approach in configure.
> We could, but finding a stable set of functions which identifies the version of
> OpenSSL *and* LibreSSL that we want, and their successors, while not matching
> any older versions seemed more opaque than testing two numeric values.
I don't think you responded to Peter's point at all. The way autoconf
is designed to work is explicitly NOT to try to identify the exact
version of $whatever. Rather, the idea is to probe for the API
features that you want to rely on: functions, macros, struct fields,
or the like. If you can't point to an important API difference
between 1.0.2 and 1.1.1, why drop support for 1.0.2?
regards, tom lane
view thread (60+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox