Skip to content

Commit 3b1a0b2

Browse files
committed
deps: update archs files for OpenSSL-1.1.1n
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: #42347 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-March/000218.html Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joe Sepi <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c83dd99 commit 3b1a0b2

File tree

204 files changed

+278
-342
lines changed

Some content is hidden

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

204 files changed

+278
-342
lines changed

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

Lines changed: 2 additions & 3 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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1272,7 +1272,6 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275-
"apps/libapps.a",
12761275
"libcrypto.a",
12771276
"test/libtestutil.a",
12781277
],

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 Dec 14 17:32:59 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:46:54 2022 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm/include/progs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the OpenSSL license (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

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

Lines changed: 2 additions & 3 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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1272,7 +1272,6 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275-
"apps/libapps.a",
12761275
"libcrypto.a",
12771276
"test/libtestutil.a",
12781277
],

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 Dec 14 17:33:03 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:46:58 2022 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/asm_avx2/include/progs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the OpenSSL license (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

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

Lines changed: 2 additions & 3 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.1m",
114-
version_num => "0x101010dfL",
113+
version => "1.1.1n",
114+
version_num => "0x101010efL",
115115
);
116116

117117
our %target = (
@@ -1270,7 +1270,6 @@ our %unified_info = (
12701270
],
12711271
"test/ec_internal_test" =>
12721272
[
1273-
"apps/libapps.a",
12741273
"libcrypto.a",
12751274
"test/libtestutil.a",
12761275
],

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 Dec 14 17:33:07 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:47:02 2022 UTC"
1515

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

deps/openssl/config/archs/BSD-x86/no-asm/include/progs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the OpenSSL license (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

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

Lines changed: 2 additions & 3 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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1281,7 +1281,6 @@ our %unified_info = (
12811281
],
12821282
"test/ec_internal_test" =>
12831283
[
1284-
"apps/libapps.a",
12851284
"libcrypto.a",
12861285
"test/libtestutil.a",
12871286
],

0 commit comments

Comments
 (0)