Skip to content

Commit

Permalink
[openssl] Fix pc files (#26170)
Browse files Browse the repository at this point in the history
* Fix openssl libdir

* Update versions
  • Loading branch information
dg0yt authored Aug 5, 2022
1 parent 52b6604 commit 498c6e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/openssl/unix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ else()
${DISABLES}
${PLATFORM}
"--prefix=${CMAKE_INSTALL_PREFIX}"
"--libdir=${CMAKE_INSTALL_PREFIX}/lib"
"--openssldir=/etc/ssl"
${CFLAGS}
VERBATIM
Expand Down
2 changes: 1 addition & 1 deletion ports/openssl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5266,7 +5266,7 @@
},
"openssl": {
"baseline": "3.0.5",
"port-version": 2
"port-version": 3
},
"openssl-unix": {
"baseline": "1.1.1h",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d4fd408544a2a6635ce994badc226aa945c8f78a",
"version": "3.0.5",
"port-version": 3
},
{
"git-tree": "1172be56343ba751b0fe10a0fbb6acedc7871e65",
"version": "3.0.5",
Expand Down

0 comments on commit 498c6e9

Please sign in to comment.