Re: Removal of support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Daniel Gustafsson <daniel@yesql.se>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-01-06T02:17:03Z
Lists: pgsql-hackers
On Thu, Jan 02, 2020 at 09:22:47AM -0500, Tom Lane wrote: > FWIW, I'm not sure I see why there's a connection between moving up > the minimum Python version and minimum OpenSSL version. Nobody is > installing bleeding-edge Postgres on RHEL5, not even me ;-), so I > don't especially buy Peter's line of reasoning. It seems to me that the line of reasoning was to consider RHEL5 in the garbage for all our dependencies, in a consistent way. > I'm perfectly okay with doing both things in HEAD, I just don't > see that doing one is an argument for or against doing the other. Yes, right. That would be the case if we had direct dependencies between both, but that has never been the case AFAIK. -- Michael
Commits
-
Remove support for OpenSSL 0.9.8 and 1.0.0
- 7b283d0e1d1d 13.0 landed
-
Fix handling of OpenSSL's SSL_clear_options
- 7ad544fd8e45 11.7 landed
- 902276ff1309 12.2 landed
- 7d0bcb047717 13.0 landed
-
Remove configure check for OpenSSL's SSL_get_current_compression()
- 28f4bba66b57 13.0 landed