Skip to content

Commit

Permalink
[openssl] Update to 1.1.1l (#19739)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Aug 26, 2021
1 parent d8e1d6b commit 772d435
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/openssl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions ports/openssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4697,8 +4697,8 @@
"port-version": 0
},
"openssl": {
"baseline": "1.1.1k",
"port-version": 8
"baseline": "1.1.1l",
"port-version": 0
},
"openssl-unix": {
"baseline": "1.1.1h",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1916410d0a836cb70be2341fa3ec3cce74d25267",
"version-string": "1.1.1l",
"port-version": 0
},
{
"git-tree": "80b86b6b857d1b7bbb2c24cfcded13c28a4c3e81",
"version-string": "1.1.1k",
Expand Down

0 comments on commit 772d435

Please sign in to comment.