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/x86_64-linux | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'upstream-build/configdata.pm/x86_64-linux') diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux index a9e27a5..63248de 100644 --- a/upstream-build/configdata.pm/x86_64-linux +++ b/upstream-build/configdata.pm/x86_64-linux @@ -63,7 +63,7 @@ our %config = ( options => "--prefix=/home/karen/install enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic", perl_archname => "x86_64-linux-thread-multi", perl_cmd => "/usr/bin/perl", - perl_version => "5.32.1", + perl_version => "5.34.1", perlargv => [ "linux-x86_64", "--prefix=/home/karen/install", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ], perlenv => { "AR" => undef, @@ -112,8 +112,8 @@ our %config = ( sourcedir => "..", target => "linux-x86_64", tdirs => [ "ossl_shim" ], - version => "1.1.1n", - version_num => "0x101010efL", + version => "1.1.1t", + version_num => "0x1010114fL", ); our %target = ( @@ -1982,6 +1982,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" => { @@ -3209,8 +3210,6 @@ our %unified_info = ( { "deps" => [ - "ssl/packet.o", - "ssl/tls13_enc.o", "ssl/bio_ssl.o", "ssl/d1_lib.o", "ssl/d1_msg.o", @@ -3240,6 +3239,8 @@ our %unified_info = ( "ssl/t1_trce.o", "ssl/tls13_enc.o", "ssl/tls_srp.o", + "ssl/packet.o", + "ssl/tls13_enc.o", ], "products" => { @@ -6110,6 +6111,13 @@ our %unified_info = ( "crypto", "../crypto", ], + "crypto/bn/rsa_sup_mul.o" => + [ + ".", + "include", + "..", + "../include", + ], "crypto/bn/sparct4-mont.o" => [ "crypto", @@ -12468,6 +12476,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", @@ -14755,6 +14767,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