Skip to content

Commit

Permalink
openssl: update to v3 as 1.1.1 is almost eol
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance committed Apr 3, 2023
1 parent 73a49d1 commit 62824ed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ hunter_default_version(OpenCV-Extra VERSION 4.5.3)
hunter_default_version(OpenEXR VERSION 3.1.5-p0)
hunter_default_version(OpenGL-Registry VERSION 0.0.0-d15191e-p0)
hunter_default_version(OpenNMTTokenizer VERSION 1.11.0-p1)
hunter_default_version(OpenSSL VERSION 1.1.1t)
hunter_default_version(OpenSSL VERSION 3.0.8)
hunter_default_version(OpenSceneGraph VERSION 3.6.3-p0)
hunter_default_version(Opus VERSION 1.3.1)
hunter_default_version(PNG VERSION 1.6.26-p6)
Expand Down
22 changes: 22 additions & 0 deletions cmake/projects/OpenSSL/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"3.1.0"
URL
"https://github.com/openssl/openssl/archive/openssl-3.1.0.tar.gz"
SHA1
1adb0f773af645b9f54738301920e5c74360b76d
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"3.0.8"
URL
"https://github.com/openssl/openssl/archive/openssl-3.0.8.tar.gz"
SHA1
49816d51f0c4e306f72a6928780d3fb2815d05ac
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
Expand Down

0 comments on commit 62824ed

Please sign in to comment.