aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-08-26 04:38:37 +0200
committerGitHub <noreply@github.com>2021-08-25 19:38:37 -0700
commit772d435ba18bf2f342458e0187ab7b48b84fe3f0 (patch)
tree2559bde65445af494439ae1e0ed1e7b634c4f4cb /ports
parentd8e1d6b50caec4f54ca86376d6ad7d159e3b736f (diff)
downloadvcpkg-772d435ba18bf2f342458e0187ab7b48b84fe3f0.tar.gz
vcpkg-772d435ba18bf2f342458e0187ab7b48b84fe3f0.zip
[openssl] Update to 1.1.1l (#19739)
Diffstat (limited to 'ports')
-rw-r--r--ports/openssl/portfile.cmake4
-rw-r--r--ports/openssl/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake
index c507c0f7e..be6029c71 100644
--- a/ports/openssl/portfile.cmake
+++ b/ports/openssl/portfile.cmake
@@ -2,11 +2,11 @@ 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.")
endif()
-set(OPENSSL_VERSION 1.1.1k)
+set(OPENSSL_VERSION 1.1.1l)
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 73cd042d4056585e5a9dd7ab68e7c7310a3a4c783eafa07ab0b560e7462b924e4376436a6d38a155c687f6942a881cfc0c1b9394afcde1d8c46bf396e7d51121
+ SHA512 d9611f393e37577cca05004531388d3e0ebbf714894cab9f95f4903909cd4f45c214faab664c0cbc3ad3cca309d500b9e6d0ecbf9a0a0588d1677dc6b047f9e0
)
vcpkg_find_acquire_program(PERL)
diff --git a/ports/openssl/vcpkg.json b/ports/openssl/vcpkg.json
index 9c4ec7f1e..96397867b 100644
--- a/ports/openssl/vcpkg.json
+++ b/ports/openssl/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "openssl",
- "version-string": "1.1.1k",
- "port-version": 8,
+ "version-string": "1.1.1l",
"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"
}