Skip to content

Commit

Permalink
Update openSSL to 1.1.1o (#560)
Browse files Browse the repository at this point in the history
Co-authored-by: res0nance <res0nance@users.noreply.github.com>
  • Loading branch information
res0nance and res0nance committed May 11, 2022
1 parent 605a086 commit 2e15eeb
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -115,7 +115,7 @@ hunter_default_version(OpenCV-Extra VERSION 4.5.3)
hunter_default_version(OpenEXR VERSION 3.1.4-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.1n)
hunter_default_version(OpenSSL VERSION 1.1.1o)
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
11 changes: 11 additions & 0 deletions cmake/projects/OpenSSL/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,17 @@ hunter_add_version(
4565f3f1dd08dcd851167bb29e7afa72ae81ea6d
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"1.1.1o"
URL
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1o.tar.gz"
SHA1
a697ae04ff9e6e587358788326da97bc411c4407
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
Expand Down

0 comments on commit 2e15eeb

Please sign in to comment.