diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-08 12:36:16 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-08 14:22:00 +0000 |
commit | 80dd2ce29413809ca337618e313795bd9610cf80 (patch) | |
tree | 154ee239a5578ca391b6e999b9425b89c1aae461 /download.lst | |
parent | 9ebba1d99457a1049c2f61ba15cd4c99a68d74e7 (diff) |
openssl: upgrade to release 3.0.8
Fixes CVE-2023-0401 CVE-2023-0286 CVE-2023-0217 CVE-2023-0216
CVE-2023-0215 CVE-2022-4450 CVE-2022-4304 CVE-2022-4203 CVE-2022-3996
Remove the patch that fixed CVE-2022-3996.
Change-Id: I8587d780ea7dc07637278643dc1c49b577e3ae56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146657
Tested-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'download.lst')
-rw-r--r-- | download.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/download.lst b/download.lst index 7ca17b72d88e..0f42585bb7c8 100644 --- a/download.lst +++ b/download.lst @@ -418,8 +418,8 @@ OPENLDAP_TARBALL := openldap-2.4.59.tgz # three static lines # so that git cherry-pick # will not run into conflicts -OPENSSL_SHA256SUM := 83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e -OPENSSL_TARBALL := openssl-3.0.7.tar.gz +OPENSSL_SHA256SUM := 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e +OPENSSL_TARBALL := openssl-3.0.8.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts |