Re: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017
Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
From: Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>, serpashk@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2019-06-24T11:44:18Z
Lists: pgsql-bugs
Attachments
- 0001_windows_openssl_1.1.0_build_PG11_&_HEAD_v2.patch (application/octet-stream) patch v2
- 0001_windows_openssl_1.1.0_build_PG10_v2.patch (application/octet-stream) patch v2
- 0001_windows_openssl_1.1.0_build_PG94_v2.patch (application/octet-stream) patch v2
- 0001_windows_openssl_1.1.0_build_PG95_&_PG96_v2.patch (application/octet-stream) patch v2
On Sat, Jun 22, 2019 at 4:44 AM Michael Paquier <michael@paquier.xyz> wrote: > > Could you send an updated patch? I would like to look at this stuff > rather sooner than later as OpenSSL 1.0.2 goes EOL in a couple of > months, so there is going to be demand for it. The updated patches include: 1. Comments for AddLibrary. 2. The function GetOpenSSLVersion returns: major, minor and fix numbers. 3. The version check will default to 1.1.X behaviour for 1.Y.X versions if Y > 0. Regards, Juan José Santamaría Flecha
Commits
-
Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts
- 05b2758c39e2 9.4.24 landed
- d908a0087e0a 9.5.19 landed
- 5329606693fc 9.6.15 landed
- a559805597d5 10.10 landed
- 0e08a3a1f541 11.5 landed
- d993e0fb82ff 12.0 landed