diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-01-21 12:21:18 -0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-21 12:21:18 -0800 |
| commit | f4f442b49865dc6f8d10a0083be1c5eeb0c3cfb3 (patch) | |
| tree | d1c755f0103d20d15b3d339e4526bc5a7e0191f1 | |
| parent | 9e6ca40aace5c70b2391f740757fb1a721e41685 (diff) | |
| download | vcpkg-f4f442b49865dc6f8d10a0083be1c5eeb0c3cfb3.tar.gz vcpkg-f4f442b49865dc6f8d10a0083be1c5eeb0c3cfb3.zip | |
[openssl] Update the version (#9777)
| -rw-r--r-- | ports/openssl/CONTROL | 4 | ||||
| -rw-r--r-- | ports/openssl/portfile.cmake | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index b495ce0c3..ec827f4da 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,5 +1,5 @@ Source: openssl -Version: 1 +Version: 1.1.1d 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 (windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows) +Build-Depends: openssl-windows (windows), openssl-uwp (uwp), openssl-unix (!uwp&!windows)
\ No newline at end of file diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake index 4d25eff6b..3d55c367f 100644 --- a/ports/openssl/portfile.cmake +++ b/ports/openssl/portfile.cmake @@ -1,4 +1,2 @@ -include(vcpkg_common_functions) - set(VCPKG_POLICY_EMPTY_PACKAGE enabled) file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/openssl/) |
