mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[openssl] Update to 1.1.1m (#22376)
* [openssl] Update to 1.1.1m * run x-add-version --all for openssl 1.1.1m * switch to 4 spaces to standardize instead of 2 Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
1acb3e1999
commit
b25cb779e5
@ -1,12 +1,13 @@
|
||||
if(EXISTS "${CURRENT_INSTALLED_DIR}/include/openssl/ssl.h")
|
||||
message(FATAL_ERROR "Can't build openssl if libressl/boringssl is installed. Please remove libressl/boringssl, and try install openssl again if you need it.")
|
||||
message(FATAL_ERROR "Can't build openssl if libressl/boringssl is installed. Please remove libressl/boringssl, and try install openssl again if you need it.")
|
||||
endif()
|
||||
|
||||
set(OPENSSL_VERSION 1.1.1l)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
set(OPENSSL_VERSION 1.1.1m)
|
||||
vcpkg_download_distfile(
|
||||
ARCHIVE
|
||||
URLS "https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz" "https://www.openssl.org/source/old/1.1.1/openssl-${OPENSSL_VERSION}.tar.gz"
|
||||
FILENAME "openssl-${OPENSSL_VERSION}.tar.gz"
|
||||
SHA512 d9611f393e37577cca05004531388d3e0ebbf714894cab9f95f4903909cd4f45c214faab664c0cbc3ad3cca309d500b9e6d0ecbf9a0a0588d1677dc6b047f9e0
|
||||
SHA512 ba0ef99b321546c13385966e4a607734df38b96f6ed45c4c67063a5f8d1482986855279797a6920d9f86c2ec31ce3e104dcc62c37328caacdd78aec59aa66156
|
||||
)
|
||||
|
||||
vcpkg_find_acquire_program(PERL)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "openssl",
|
||||
"version-string": "1.1.1l",
|
||||
"port-version": 4,
|
||||
"version-string": "1.1.1m",
|
||||
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
||||
"homepage": "https://www.openssl.org",
|
||||
"dependencies": [
|
||||
|
@ -5037,8 +5037,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "1.1.1l",
|
||||
"port-version": 4
|
||||
"baseline": "1.1.1m",
|
||||
"port-version": 0
|
||||
},
|
||||
"openssl-unix": {
|
||||
"baseline": "1.1.1h",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1dbcaacad14ed0761323aa12c13e917270153594",
|
||||
"version-string": "1.1.1m",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d25384246619019a1e44f018546cdfcaf1800174",
|
||||
"version-string": "1.1.1l",
|
||||
|
Loading…
x
Reference in New Issue
Block a user