mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
parent
52b6604253
commit
498c6e90a1
@ -227,6 +227,7 @@ else()
|
||||
${DISABLES}
|
||||
${PLATFORM}
|
||||
"--prefix=${CMAKE_INSTALL_PREFIX}"
|
||||
"--libdir=${CMAKE_INSTALL_PREFIX}/lib"
|
||||
"--openssldir=/etc/ssl"
|
||||
${CFLAGS}
|
||||
VERBATIM
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openssl",
|
||||
"version": "3.0.5",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"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",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -5266,7 +5266,7 @@
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "3.0.5",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"openssl-unix": {
|
||||
"baseline": "1.1.1h",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d4fd408544a2a6635ce994badc226aa945c8f78a",
|
||||
"version": "3.0.5",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "1172be56343ba751b0fe10a0fbb6acedc7871e65",
|
||||
"version": "3.0.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user