openssl: Use builds from curl.haxx.se

This commit is contained in:
Richard Kuhnt 2018-09-07 23:03:45 +02:00
parent 42cf53c38a
commit 50fc12daf2

View File

@ -1,37 +1,42 @@
{ {
"homepage": "https://slproweb.com/products/Win32OpenSSL.html", "homepage": "https://curl.haxx.se/windows/",
"version": "1.1.0i", "version": "1.1.0i",
"license": "OpenSSL", "license": "OpenSSL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_0i.exe", "url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-1.1.0i-win64-mingw.tar.xz",
"hash": "sha512:c416dc3a363d959841c551cc401514c46f6c2cb534f2d3912a03c3fcca039a43705e8732f9e3370d3dbd895169536318f63754d21566f2a31b876fbd1d1ab9f1" "hash": "e05d60e1f45c036ae44e09ec7c35ec74fa37196cb45816e2f842c0e8acc09404",
"extract_dir": "openssl-1.1.0i-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-1_1_0i.exe", "url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-1.1.0i-win32-mingw.tar.xz",
"hash": "sha512:45f7b3ad2f6cb463e0d792c4fc6b15f422f243bcb4c8f11516f5f7c6c747ac18c903e66c26c2dc9b01bae5c43b84b0c640904b37cf2ddd74a2c9daa22402a548" "hash": "c01e1fed842f2294ff455ecd5252e69405312107abb80ac90b01920cbfd4fed9",
"extract_dir": "openssl-1.1.0i-win32-mingw"
} }
}, },
"innosetup": true, "bin": "openssl.exe",
"bin": "bin\\openssl.exe", "env_add_path": ".",
"env_add_path": "bin",
"env_set": { "env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" "OPENSSL_CONF": "$dir\\openssl.cnf"
},
"checkver": {
"url": "https://curl.haxx.se/windows/",
"re": "dl-(?<curl>[\\d.]+)/openssl-(?<version>[\\w.]+)-win64-mingw"
}, },
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe" "url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-$version-win64-mingw.tar.xz",
"extract_dir": "openssl-$version-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe" "url": "https://curl.haxx.se/windows/dl-7.61.1/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$version-win32-mingw"
} }
}, },
"hash": { "hash": {
"mode": "json", "url": "$baseurl/hashes.txt",
"jp": "$.files.['$basename'].sha512", "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
"url": "$baseurl/win32_openssl_hashes.json"
} }
} }
} }