Skip to content

Commit

Permalink
Update only the mklove version of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
milindl committed Sep 29, 2023
1 parent 978304c commit 15f7124
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ librdkafka v2.3.0 is a feature release:
* Fix to add leader epoch to control messages, to make sure they're stored
for committing even without a subsequent fetch message (#4434).
* Fix for stored offsets not being committed if they lacked the leader epoch (#4442).
* Upgrade OpenSSL to v3.0.11 (while building from source) with various security fixes,
check the [release notes](https://www.openssl.org/news/cl30.txt)
(#4454, started by @migarc1).


## Fixes
Expand Down Expand Up @@ -175,8 +178,8 @@ librdkafka v2.1.0 is a feature release:
See **Consumer fixes** section below for more information.
* Update lz4.c from upstream. Fixes [CVE-2021-3520](https://github.com/advisories/GHSA-gmc7-pqv9-966m)
(by @filimonov, #4232).
* Upgrade OpenSSL to v3.1.1 with various security fixes,
check the [release notes](https://www.openssl.org/news/cl31.txt) (#4215).
* Upgrade OpenSSL to v3.0.8 with various security fixes,
check the [release notes](https://www.openssl.org/news/cl30.txt) (#4215).

## Enhancements

Expand Down
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.8
local checksum="b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674"
local ver=3.0.11
local checksum="b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55"
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.1.1"
"version>=": "3.0.8"
},
{
"name": "curl",
Expand Down

0 comments on commit 15f7124

Please sign in to comment.