Skip to content

Commit

Permalink
Upgraded OpenSSL to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth authored and emasab committed Mar 22, 2023
1 parent 5139719 commit c1c7960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mklove/modules/configure.libssl
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ function manual_checks {
function libcrypto_install_source {
local name=$1
local destdir=$2
local ver=3.0.7
local checksum="83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e"
local ver=3.0.8
local checksum="6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e"
local url=https://www.openssl.org/source/openssl-${ver}.tar.gz

local conf_args="--prefix=/usr --openssldir=/usr/lib/ssl no-shared no-zlib"
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"name": "openssl",
"version>=": "3.0.7"
"version>=": "3.0.8"
},
{
"name": "curl",
Expand Down

0 comments on commit c1c7960

Please sign in to comment.