Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3089326

Browse filesBrowse files
committed
deps: update archs files for OpenSSL-1.1.1m
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: #41173 Refs: https://mta.openssl.org/pipermail/openssl-announce/2021-December/000211.html Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
1 parent 59da7c1 commit 3089326
Copy full SHA for 3089326

File tree

Expand file treeCollapse file tree

139 files changed

+286
-208
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

139 files changed

+286
-208
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/configdata.pm
+3-2Lines 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",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1272,6 +1272,7 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275+
"apps/libapps.a",
12751276
"libcrypto.a",
12761277
"test/libtestutil.a",
12771278
],
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
+1-1Lines 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 18:23:09 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 17:32:59 2021 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
+3-2Lines 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",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1272,6 +1272,7 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275+
"apps/libapps.a",
12751276
"libcrypto.a",
12761277
"test/libtestutil.a",
12771278
],
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h
+1-1Lines 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 18:23:13 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 17:33:03 2021 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
+3-2Lines 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",
114-
version_num => "0x101010cfL",
113+
version => "1.1.1m",
114+
version_num => "0x101010dfL",
115115
);
116116

117117
our %target = (
@@ -1270,6 +1270,7 @@ our %unified_info = (
12701270
],
12711271
"test/ec_internal_test" =>
12721272
[
1273+
"apps/libapps.a",
12731274
"libcrypto.a",
12741275
"test/libtestutil.a",
12751276
],
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
+1-1Lines 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 18:23:17 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 17:33:07 2021 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
+3-2Lines 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",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1281,6 +1281,7 @@ our %unified_info = (
12811281
],
12821282
"test/ec_internal_test" =>
12831283
[
1284+
"apps/libapps.a",
12841285
"libcrypto.a",
12851286
"test/libtestutil.a",
12861287
],
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
+1-1Lines 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 18:23:20 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 17:33:10 2021 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
+3-2Lines 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",
115-
version_num => "0x101010cfL",
114+
version => "1.1.1m",
115+
version_num => "0x101010dfL",
116116
);
117117

118118
our %target = (
@@ -1281,6 +1281,7 @@ our %unified_info = (
12811281
],
12821282
"test/ec_internal_test" =>
12831283
[
1284+
"apps/libapps.a",
12841285
"libcrypto.a",
12851286
"test/libtestutil.a",
12861287
],
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h
+1-1Lines 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 18:23:31 2021 UTC"
14+
#define DATE "built on: Tue Dec 14 17:33:21 2021 UTC"
1515

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.