Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier <[email protected]> Mon, 6 Jan 2020 13:58:58 +0900
| Newsgroups | gmane.comp.db.postgresql.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jan 06, 2020 at 03:53:08AM +0000, Michael Paquier wrote: > Remove support for OpenSSL 0.9.8 and 1.0.0 > > Support is out of scope from all the major vendors for these versions > (for example RHEL5 uses a version based on 0.9.8, and RHEL6 uses 1.0.1), > and it created some extra maintenance work. Upstream has stopped > support of 0.9.8 in December 2015 and of 1.0.0 in February 2016. > > Since b1abfec, note that the default SSL protocol version set with > ssl_min_protocol_version is TLSv1.2, whose support was added in OpenSSL > 1.0.1, so there is no point to enforce ssl_min_protocol_version to TLSv1 > in the SSL tests. 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 -- Michael
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEG72nH6vTowiyblFKnvQgOdbyQH0FAl4SvpIACgkQnvQgOdby QH35Ig/9Fpq4qf55idv2ZaXkowRsbL1K6lND1TcWHaOimBZnoWYEc6nuSILSUfok hVlWAUsAyv392lcFV7IZgq1mWfja9EyDEUIWhrR2wTkLWyAXtVtUwB5EtT1pGq5D LKmZySrRzPujFpqimNf95mnb8ntunPTKNgmlWevP6HefMa/RJL1XVOEF7aRusDvE t1ZHzVKsjvwcZkEvDE9wdv77ShoEZ4l4DCyCpjkAKCsOh5VIw5vDO/BMyjhS5fWl 8eW2/XRYZqVgTP4i8DVfeZaWMalG1ckLqxuv5zHZG9AuIcK5XUPIq4/AP0Efn2yH UF6wFbXFABLS4vUvIKH7EZ+BJSyKJHloNbJ7f+6PokalmZaoXwOjCJnAKCBV+GYr YC6rqL9rm+KWMrKggX+Mn7CpzURf4rlrWpNeaCZgBlBUPJgHFQa4P4Zgd4ex1w69 wiCS8Mrg+E/QbEZ+nY1ZPk8DYxwYzVDbOVFu6Eg9TLhmTzIMBXcqHW5ZaRjORWSt NfVAylyGBbIY5pTXl6z5dgcds3ftT/iL2q9wCs9xm8vigJLsXlLiz3BiJYVjET9i gR7c1crkviC4+0NJ4WuGjh0KkL0ICXy3DbqXDTeYHUd8V/AUqU0E37f8ZYRE2Hov UL3wv6g02Z+YWmyYDyyVL6/XveMBEvfdFZS5bujUWwrCpesXNfg= =ryOI -----END PGP SIGNATURE-----