Re: Update minimum SSL version
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>, Magnus Hagander <magnus@hagander.net>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-12-06T00:59:51Z
Lists: pgsql-hackers
On Thu, Dec 05, 2019 at 07:41:14PM -0500, Tom Lane wrote: > It'd be possible to also backpatch the other thread's > 0001-Remove-configure-checks-for-SSL_get_current_compress.patch > as far as v10, but I'm less excited about that -- it'd just save > a few configure cycles, no? Yeah. I'd try not to meddle with stable branches more than necessary, and the removal of the part for get_current_compression is just a cleanup so I would just do that on HEAD and be done with it. About clear_options, my take is to remove the check on HEAD, and to apply Daniel's patch on *all* stable branches because I think that we should not break the business that happened with NetBSD 5 on already released branches. Does that sound good? -- Michael
Commits
-
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
-
Update minimum SSL version
- b1abfec82547 13.0 landed