Skip to content

Commit

Permalink
cve: Update openssl to 3.2.1
Browse files Browse the repository at this point in the history
Also fix CVE-2023-6129
  • Loading branch information
Smjert committed Jan 31, 2024
1 parent abfede0 commit e01a4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/cmake/formula/openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(thirdparty_openssl)

set(OPENSSL_VERSION "3.2.0")
set(OPENSSL_ARCHIVE_SHA256 "14c826f07c7e433706fb5c69fa9e25dab95684844b4c962a2cf1bf183eb4690e")
set(OPENSSL_VERSION "3.2.1")
set(OPENSSL_ARCHIVE_SHA256 "83c7329fe52c850677d75e5d0b0ca245309b97e8ecbcfdc1dfdc4ab9fac35b39")

set(OSQUERY_OPENSSL_ARCHIVE_PATH "" CACHE FILEPATH "Optional path to an openssl archive to use instead of downloading it")

Expand Down
2 changes: 1 addition & 1 deletion libraries/third_party_libraries_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openssl": {
"product": "openssl",
"vendor": "openssl",
"version": "3.2.0",
"version": "3.2.1",
"ignored-cves": []
},
"augeas": {
Expand Down

0 comments on commit e01a4d4

Please sign in to comment.