Passing api=1.0.0 removes all API deprecated with 1.0.0. That's not the default
config and breaks code trying to support multiple openssl versions, so remove it.
* Update to OpenSSL 1.1.1 -
mingw-w64-openssl 1.1.1 - upgrade to latest version - This will break stuff compiled with stuff compiled with older versions of OpenSSL
mingw-w64-nghttp2 - 1l33l0 - rebuild for new OpenSSL version
mingw-w64-curl - 7.61.1 - rebuild with new openssl version
* This is a COMPATABILITY package that should only contain relevant config, engine .DLL's, and the standard old .DLL's.
This should NOT contain any development stuff because we want to use the new OpenSSL 1.1.1. I only provided this for compatability.
openssl-compat - 1.0.2p - UNew package
* OpenSSL 1.1.1 - revisions:
- relocation patch from https://github.com/MSP-Greg/ruby-makepkg-mingw/tree/master/mingw-w64-openssl-1.1.1
- encorporate some things from https://github.com/MSP-Greg/ruby-makepkg-mingw/tree/master/mingw-w64-openssl-1.1.1 PKGBUILD file
- enable rc5 since the patent expired
- added a patch to fix socket issue I discussed as well as added __USE_MINGW_ANSI_STDIO
- incidentily, I have built the package out of source with success for both Win32 and Win64.
Removeopenssl-compat package - it is not desired
The windres patch was accepted upstream in a slightly different manner, so
we drop our patch now.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>