Skip to content

Commit

Permalink
Update openssl to 1.1.1n (#541)
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 Mar 16, 2022
1 parent 2091908 commit 22481fd
Show file tree
Hide file tree
Showing 2 changed files with 45 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.1j)
hunter_default_version(OpenSSL VERSION 1.1.1n)
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
44 changes: 44 additions & 0 deletions cmake/projects/OpenSSL/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,50 @@ hunter_add_version(
327a400b8bb58058604f83c7e839fea11bba095e
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"1.1.1k"
URL
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1k.tar.gz"
SHA1
95a5b6a0f9e866b1b131d71ec13b7f2b83a93da1
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"1.1.1l"
URL
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1l.tar.gz"
SHA1
8ef8e71af7f07e2dfe204ce298ac0ff224205f1c
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"1.1.1m"
URL
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1m.tar.gz"
SHA1
959f80447659a310059e7e33fdfc6fe61348a3c9
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
VERSION
"1.1.1n"
URL
"https://github.com/openssl/openssl/archive/OpenSSL_1_1_1n.tar.gz"
SHA1
4565f3f1dd08dcd851167bb29e7afa72ae81ea6d
)

hunter_add_version(
PACKAGE_NAME
OpenSSL
Expand Down

0 comments on commit 22481fd

Please sign in to comment.