[openssl] Fix pc files (#26170)

* Fix openssl libdir

* Update versions
This commit is contained in:
Kai Pastor 2022-08-05 19:30:55 +02:00 committed by GitHub
parent 52b6604253
commit 498c6e90a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -227,6 +227,7 @@ else()
${DISABLES}
${PLATFORM}
"--prefix=${CMAKE_INSTALL_PREFIX}"
"--libdir=${CMAKE_INSTALL_PREFIX}/lib"
"--openssldir=/etc/ssl"
${CFLAGS}
VERBATIM

View File

@ -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",

View File

@ -5266,7 +5266,7 @@
},
"openssl": {
"baseline": "3.0.5",
"port-version": 2
"port-version": 3
},
"openssl-unix": {
"baseline": "1.1.1h",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d4fd408544a2a6635ce994badc226aa945c8f78a",
"version": "3.0.5",
"port-version": 3
},
{
"git-tree": "1172be56343ba751b0fe10a0fbb6acedc7871e65",
"version": "3.0.5",