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-msvc | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'upstream-build/configdata.pm/i686-win32-msvc') diff --git a/upstream-build/configdata.pm/i686-win32-msvc b/upstream-build/configdata.pm/i686-win32-msvc index 00ac7c1..264731b 100644 --- a/upstream-build/configdata.pm/i686-win32-msvc +++ b/upstream-build/configdata.pm/i686-win32-msvc @@ -115,8 +115,8 @@ our %config = ( sourcedir => "..", target => "VC-WIN32", tdirs => [ "ossl_shim" ], - version => "1.1.1n", - version_num => "0x101010efL", + version => "1.1.1t", + version_num => "0x1010114fL", ); our %target = ( @@ -132,7 +132,7 @@ our %target = ( LDFLAGS => "/nologo /debug", MT => "mt", MTFLAGS => "-nologo", - RANLIB => "CODE(0x24f43e0)", + RANLIB => "CODE(0x724088)", RC => "rc", _conf_fname_int => [ "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ], aes_asm_src => "aes_core.c aes_cbc.c", @@ -1998,6 +1998,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" => { @@ -6169,6 +6170,13 @@ our %unified_info = ( "crypto", "..\\crypto", ], + "crypto\\bn\\rsa_sup_mul.o" => + [ + ".", + "include", + "..", + "..\\include", + ], "crypto\\bn\\sparct4-mont.o" => [ "crypto", @@ -10024,14 +10032,14 @@ our %unified_info = ( ], "ms\\applink.o" => [ - ".", + "crypto\\ec", "apps", + ".", "include", - "crypto\\ec", - "..", + "..\\crypto\\ec", "..\\apps", + "..", "..\\include", - "..\\crypto\\ec", ], "ms\\uplink.o" => [ @@ -12528,6 +12536,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", @@ -14811,6 +14823,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