Skip to content

Commit 0466400

Browse files
committed
deps: update archs files for OpenSSL-1.1.1m+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: #41175 Refs: quictls/openssl#68 Refs: https://mta.openssl.org/pipermail/openssl-announce/2021-December/000212.html Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 553246c commit 0466400

File tree

141 files changed

+291
-212
lines changed

Some content is hidden

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

141 files changed

+291
-212
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1l+quic",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m+quic",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1273,6 +1273,7 @@ our %unified_info = (
12731273
],
12741274
"test/ec_internal_test" =>
12751275
[
1276+
"apps/libapps.a",
12761277
"libcrypto.a",
12771278
"test/libtestutil.a",
12781279
],

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

Lines changed: 1 addition & 1 deletion
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: Tue Aug 24 15:07:53 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 20:49:47 2021 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1l+quic",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m+quic",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1273,6 +1273,7 @@ our %unified_info = (
12731273
],
12741274
"test/ec_internal_test" =>
12751275
[
1276+
"apps/libapps.a",
12761277
"libcrypto.a",
12771278
"test/libtestutil.a",
12781279
],

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

Lines changed: 1 addition & 1 deletion
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: Tue Aug 24 15:07:57 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 20:49:52 2021 UTC"
1515

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ our %config = (
110110
sourcedir => ".",
111111
target => "BSD-x86",
112112
tdirs => [ "ossl_shim" ],
113-
version => "1.1.1l+quic",
114-
version_num => "0x101010cfL",
113+
version => "1.1.1m+quic",
114+
version_num => "0x101010dfL",
115115
);
116116

117117
our %target = (
@@ -1271,6 +1271,7 @@ our %unified_info = (
12711271
],
12721272
"test/ec_internal_test" =>
12731273
[
1274+
"apps/libapps.a",
12741275
"libcrypto.a",
12751276
"test/libtestutil.a",
12761277
],

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

Lines changed: 1 addition & 1 deletion
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: Tue Aug 24 15:08:02 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 20:49:56 2021 UTC"
1515

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

deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86_64",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1l+quic",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m+quic",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1282,6 +1282,7 @@ our %unified_info = (
12821282
],
12831283
"test/ec_internal_test" =>
12841284
[
1285+
"apps/libapps.a",
12851286
"libcrypto.a",
12861287
"test/libtestutil.a",
12871288
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86_64"
14-
#define DATE "built on: Tue Aug 24 15:08:04 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 20:49:59 2021 UTC"
1515

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

deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86_64",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1l+quic",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m+quic",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1282,6 +1282,7 @@ our %unified_info = (
12821282
],
12831283
"test/ec_internal_test" =>
12841284
[
1285+
"apps/libapps.a",
12851286
"libcrypto.a",
12861287
"test/libtestutil.a",
12871288
],

deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86_64"
14-
#define DATE "built on: Tue Aug 24 15:08:15 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 20:50:10 2021 UTC"
1515

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

0 commit comments

Comments
 (0)