diff options
| author | Septarius <1136966+Septarius@users.noreply.github.com> | 2020-06-29 15:43:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 14:43:51 -0700 |
| commit | 3c34afc1c44efd67f080b6fd6354f32e9ed182f0 (patch) | |
| tree | 389569bf9b9f491b759c00f69a1fe7e211d63cda /ports/openssl | |
| parent | d47570b8d615abfaa1e31f612d65d89a05815ad9 (diff) | |
| download | vcpkg-3c34afc1c44efd67f080b6fd6354f32e9ed182f0.tar.gz vcpkg-3c34afc1c44efd67f080b6fd6354f32e9ed182f0.zip | |
[openssl] Update openssl 1.1.1g - continued from PR #11003 (#11882)
* [openssl] Update version to 1.1.1g
* [openssl] Disable build tests
* [openssl-unix][openssl-uwp] use vcpkg_fail_port_install
* [openssl] Applying PR #11003 Suggestions
The suggested changes from PR #11003
Along with one additional to remove the deprecated vcpkg_test_cmake from openssl-uwp\portfile.cmake as well.
* Update ports/openssl-uwp/portfile.cmake
Co-authored-by: crackedmind <digital.stream.of.mind@gmail.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/openssl')
| -rw-r--r-- | ports/openssl/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index 7c62094b6..4591141bf 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,5 +1,5 @@ Source: openssl -Version: 1.1.1d +Version: 1.1.1g Homepage: https://www.openssl.org 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. -Build-Depends: openssl-windows (!uwp&windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows)
\ No newline at end of file +Build-Depends: openssl-windows (!uwp&windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows) |
