Re: Update minimum SSL version
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
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-06T04:40:37Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > 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? OK, re-reading the thread, I see the point --- old NetBSD has a weird OpenSSL version that this would break. OK, let's stay compatible with that on the back branches. So, your patch on HEAD and Daniel's in the back branches is the right thing. Please push. (Note: I didn't actually test Daniel's patch or read it closely --- it looks like about the right thing, but please double check.) regards, tom lane
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