summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/x86_64-macos
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/x86_64-macos
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/x86_64-macos')
-rw-r--r--upstream-build/configdata.pm/x86_64-macos17
1 files changed, 15 insertions, 2 deletions
diff --git a/upstream-build/configdata.pm/x86_64-macos b/upstream-build/configdata.pm/x86_64-macos
index 6f40342..fb94f79 100644
--- a/upstream-build/configdata.pm/x86_64-macos
+++ b/upstream-build/configdata.pm/x86_64-macos
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "darwin64-x86_64-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1966,6 +1966,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" =>
{
@@ -6080,6 +6081,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12424,6 +12432,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",
@@ -14703,6 +14715,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",