Skip to content

Commit 155d3aa

Browse files
committedJun 19, 2023
deps: update archs files for OpenSSL-1.1.1u+quic
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: #48369 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 8d4c8f8 commit 155d3aa

File tree

202 files changed

+304
-1077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+304
-1077
lines changed
 

‎deps/openssl/config/archs/BSD-x86/asm/configdata.pm

+3-14
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ our %config = (
6262
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
6363
perl_archname => "x86_64-linux-gnu-thread-multi",
6464
perl_cmd => "/usr/bin/perl",
65-
perl_version => "5.30.0",
65+
perl_version => "5.34.0",
6666
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
6767
perlenv => {
6868
"AR" => undef,
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1t+quic",
115-
version_num => "0x1010114fL",
114+
version => "1.1.1u+quic",
115+
version_num => "0x1010115fL",
116116
);
117117

118118
our %target = (
@@ -1945,7 +1945,6 @@ our %unified_info = (
19451945
"crypto/bn/bn_word.o",
19461946
"crypto/bn/bn_x931p.o",
19471947
"crypto/bn/co-586.o",
1948-
"crypto/bn/rsa_sup_mul.o",
19491948
"crypto/bn/x86-gf2m.o",
19501949
"crypto/bn/x86-mont.o",
19511950
],
@@ -5639,11 +5638,6 @@ our %unified_info = (
56395638
[
56405639
"crypto",
56415640
],
5642-
"crypto/bn/rsa_sup_mul.o" =>
5643-
[
5644-
".",
5645-
"include",
5646-
],
56475641
"crypto/bn/sparct4-mont.o" =>
56485642
[
56495643
"crypto",
@@ -10593,10 +10587,6 @@ our %unified_info = (
1059310587
[
1059410588
"crypto/bn/co-586.s",
1059510589
],
10596-
"crypto/bn/rsa_sup_mul.o" =>
10597-
[
10598-
"crypto/bn/rsa_sup_mul.c",
10599-
],
1060010590
"crypto/bn/x86-gf2m.o" =>
1060110591
[
1060210592
"crypto/bn/x86-gf2m.s",
@@ -12867,7 +12857,6 @@ our %unified_info = (
1286712857
"crypto/bn/bn_word.o",
1286812858
"crypto/bn/bn_x931p.o",
1286912859
"crypto/bn/co-586.o",
12870-
"crypto/bn/rsa_sup_mul.o",
1287112860
"crypto/bn/x86-gf2m.o",
1287212861
"crypto/bn/x86-mont.o",
1287312862
"crypto/buffer/buf_err.o",

‎deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Feb 8 13:03:07 2023 UTC"
14+
#define DATE "built on: Tue Jun 6 20:33:21 2023 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

0 commit comments

Comments
 (0)
Please sign in to comment.