summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/i686-win32-msvc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-10 21:46:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-13 17:57:06 +0300
commit369daf839d8be228f757c98676972fa0810aff9e (patch)
treeb31de48256be56533d98dd59cdb9aac81b040542 /upstream-build/configdata.pm/i686-win32-msvc
parent628ef8e06dfb02f1148587dcd3060c2f0413455c (diff)
Release version 1.1.1+19v1.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.
Diffstat (limited to 'upstream-build/configdata.pm/i686-win32-msvc')
-rw-r--r--upstream-build/configdata.pm/i686-win32-msvc27
1 files changed, 20 insertions, 7 deletions
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",