diff options
| author | Kevin Lu <6320810+kevinlul@users.noreply.github.com> | 2020-10-13 16:44:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:44:22 -0700 |
| commit | ee736e7656e0e323f4156dd928e6b1732f262bcb (patch) | |
| tree | afbe36440d033d1746f2e6fb2b74a167fef7492b | |
| parent | be0c3424d184afb0167a33c731bee2a03decfc4b (diff) | |
| download | vcpkg-ee736e7656e0e323f4156dd928e6b1732f262bcb.tar.gz vcpkg-ee736e7656e0e323f4156dd928e6b1732f262bcb.zip | |
[openssl] Update to 1.1.1h (#13956)
* [openssl] Update to 1.1.1h
* Update ports/openssl-unix/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-uwp/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
* Update ports/openssl-windows/CONTROL
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
| -rw-r--r-- | ports/openssl-unix/CONTROL | 3 | ||||
| -rw-r--r-- | ports/openssl-unix/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/openssl-uwp/CONTROL | 3 | ||||
| -rw-r--r-- | ports/openssl-uwp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/openssl-windows/CONTROL | 3 | ||||
| -rw-r--r-- | ports/openssl-windows/portfile.cmake | 4 |
6 files changed, 9 insertions, 12 deletions
diff --git a/ports/openssl-unix/CONTROL b/ports/openssl-unix/CONTROL index 9c28728ff..1961fa299 100644 --- a/ports/openssl-unix/CONTROL +++ b/ports/openssl-unix/CONTROL @@ -1,5 +1,4 @@ Source: openssl-unix -Version: 1.1.1g -Port-Version: 4 +Version: 1.1.1h 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. Supports: !(windows|uwp) diff --git a/ports/openssl-unix/portfile.cmake b/ports/openssl-unix/portfile.cmake index b3bdf72cd..3f23dbe69 100644 --- a/ports/openssl-unix/portfile.cmake +++ b/ports/openssl-unix/portfile.cmake @@ -9,12 +9,12 @@ endif() vcpkg_find_acquire_program(PERL) -set(OPENSSL_VERSION 1.1.1g) +set(OPENSSL_VERSION 1.1.1h) vcpkg_download_distfile(OPENSSL_SOURCE_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 01e3d0b1bceeed8fb066f542ef5480862001556e0f612e017442330bbd7e5faee228b2de3513d7fc347446b7f217e27de1003dc9d7214d5833b97593f3ec25ab + SHA512 da50fd99325841ed7a4367d9251c771ce505a443a73b327d8a46b2c6a7d2ea99e43551a164efc86f8743b22c2bdb0020bf24a9cbd445e9d68868b2dc1d34033a ) vcpkg_extract_source_archive_ex( diff --git a/ports/openssl-uwp/CONTROL b/ports/openssl-uwp/CONTROL index d82bb6455..6d42b3af0 100644 --- a/ports/openssl-uwp/CONTROL +++ b/ports/openssl-uwp/CONTROL @@ -1,5 +1,4 @@ Source: openssl-uwp -Version: 1.1.1g -Port-Version: 1 +Version: 1.1.1h 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. Supports: uwp diff --git a/ports/openssl-uwp/portfile.cmake b/ports/openssl-uwp/portfile.cmake index e601742aa..6c84553c9 100644 --- a/ports/openssl-uwp/portfile.cmake +++ b/ports/openssl-uwp/portfile.cmake @@ -13,12 +13,12 @@ get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY) vcpkg_add_to_path("${PERL_EXE_PATH}") vcpkg_add_to_path("${JOM_EXE_PATH}") -set(OPENSSL_VERSION 1.1.1g) +set(OPENSSL_VERSION 1.1.1h) 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 01e3d0b1bceeed8fb066f542ef5480862001556e0f612e017442330bbd7e5faee228b2de3513d7fc347446b7f217e27de1003dc9d7214d5833b97593f3ec25ab + SHA512 da50fd99325841ed7a4367d9251c771ce505a443a73b327d8a46b2c6a7d2ea99e43551a164efc86f8743b22c2bdb0020bf24a9cbd445e9d68868b2dc1d34033a ) vcpkg_extract_source_archive_ex( diff --git a/ports/openssl-windows/CONTROL b/ports/openssl-windows/CONTROL index e70ab221c..0f0f65516 100644 --- a/ports/openssl-windows/CONTROL +++ b/ports/openssl-windows/CONTROL @@ -1,5 +1,4 @@ Source: openssl-windows -Version: 1.1.1g -Port-Version: 1 +Version: 1.1.1h 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. Supports: windows diff --git a/ports/openssl-windows/portfile.cmake b/ports/openssl-windows/portfile.cmake index 44de51569..10742b23e 100644 --- a/ports/openssl-windows/portfile.cmake +++ b/ports/openssl-windows/portfile.cmake @@ -6,7 +6,7 @@ endif() vcpkg_find_acquire_program(PERL) -set(OPENSSL_VERSION 1.1.1g) +set(OPENSSL_VERSION 1.1.1h) get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY) vcpkg_add_to_path("${PERL_EXE_PATH}") @@ -14,7 +14,7 @@ vcpkg_add_to_path("${PERL_EXE_PATH}") 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 01e3d0b1bceeed8fb066f542ef5480862001556e0f612e017442330bbd7e5faee228b2de3513d7fc347446b7f217e27de1003dc9d7214d5833b97593f3ec25ab + SHA512 da50fd99325841ed7a4367d9251c771ce505a443a73b327d8a46b2c6a7d2ea99e43551a164efc86f8743b22c2bdb0020bf24a9cbd445e9d68868b2dc1d34033a ) vcpkg_extract_source_archive_ex( |
