From 369daf839d8be228f757c98676972fa0810aff9e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 10 Feb 2023 21:46:04 +0300 Subject: Release version 1.1.1+19 Upgrade to 1.1.1t That in particular fixes CVE-2022-2097 CVE-2022-4304 CVE-2022-4450 CVE-2023-0215 CVE-2023-0286. --- upstream-build/configdata.pm/i686-win32-mingw32 | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'upstream-build/configdata.pm/i686-win32-mingw32') diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32 index 2d067f9..c0ac1ac 100644 --- a/upstream-build/configdata.pm/i686-win32-mingw32 +++ b/upstream-build/configdata.pm/i686-win32-mingw32 @@ -111,8 +111,8 @@ our %config = ( sourcedir => "..", target => "mingw", tdirs => [ "ossl_shim" ], - version => "1.1.1n", - version_num => "0x101010efL", + version => "1.1.1t", + version_num => "0x1010114fL", ); our %target = ( @@ -1980,6 +1980,7 @@ our %unified_info = ( "crypto/bn/bn_srp.o", "crypto/bn/bn_word.o", "crypto/bn/bn_x931p.o", + "crypto/bn/rsa_sup_mul.o", ], "products" => { @@ -6151,6 +6152,13 @@ our %unified_info = ( "crypto", "../crypto", ], + "crypto/bn/rsa_sup_mul.o" => + [ + ".", + "include", + "..", + "../include", + ], "crypto/bn/sparct4-mont.o" => [ "crypto", @@ -12549,6 +12557,10 @@ our %unified_info = ( [ "../crypto/bn/bn_x931p.c", ], + "crypto/bn/rsa_sup_mul.o" => + [ + "../crypto/bn/rsa_sup_mul.c", + ], "crypto/buffer/buf_err.o" => [ "../crypto/buffer/buf_err.c", @@ -14836,6 +14848,7 @@ our %unified_info = ( "crypto/bn/bn_srp.o", "crypto/bn/bn_word.o", "crypto/bn/bn_x931p.o", + "crypto/bn/rsa_sup_mul.o", "crypto/buffer/buf_err.o", "crypto/buffer/buffer.o", "crypto/camellia/camellia.o", -- cgit v1.1