Skip to content

Commit

Permalink
[openssl3] fixup OpenSSLConfig.cmake with vcpkg-cmake-config (#295)
Browse files Browse the repository at this point in the history
* [openssl3] fixup OpenSSLConfig.cmake
* [openssl3] update baseline
  • Loading branch information
luncliff authored Nov 17, 2024
1 parent 583ad76 commit ffceacb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/openssl3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
include("${CMAKE_CURRENT_LIST_DIR}/install-pc-files.cmake")
endif()
vcpkg_fixup_pkgconfig()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/OpenSSL" PACKAGE_NAME OpenSSL)

if("tools" IN_LIST FEATURES)
vcpkg_copy_tools(TOOL_NAMES openssl AUTO_CLEAN)
Expand Down
7 changes: 7 additions & 0 deletions ports/openssl3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "openssl3",
"version-semver": "3.3.2",
"port-version": 1,
"description": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Buind/Install OpenSSL CLI tools",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
},
"openssl3": {
"baseline": "3.3.2",
"port-version": 0
"port-version": 1
},
"psimd": {
"baseline": "2020-05-17",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openssl3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "75624b98557e205222fa0df609897aaa73a0209c",
"version-semver": "3.3.2",
"port-version": 1
},
{
"git-tree": "4f69fff31d0114703d35d4df17e613da05c63e9c",
"version-semver": "3.3.2",
Expand Down

0 comments on commit ffceacb

Please sign in to comment.