summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-09-13 09:16:08 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-10-01 11:11:13 -0700
commit1ca1e0163e62cd9df771a6f0809e30a3382c54b6 (patch)
tree12fbbade02d802388552060d6849fb80b5c07cb6 /deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm
parent17d1d164418552089fcd72568e97a88b17ec1d21 (diff)
downloadandroid-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.tar.gz
android-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.tar.bz2
android-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.zip
deps: update archs files for OpenSSL-1.1.1
After an OpenSSL source update, all the config files need to be regenerated and comitted by: $ cd deps/openssl/config $ make $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h $ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: https://github.com/nodejs/node/pull/29550 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm')
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm20
1 files changed, 13 insertions, 7 deletions
diff --git a/deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm b/deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm
index ecd2182d17..56f615362d 100644
--- a/deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm
+++ b/deps/openssl/config/archs/aix64-gcc/asm_avx2/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "aix64-gcc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1c",
- version_num => "0x1010103fL",
+ version => "1.1.1d",
+ version_num => "0x1010104fL",
);
our %target = (
@@ -170,7 +170,7 @@ our %target = (
modes_obj => "ghashp8-ppc.o",
module_cflags => "",
module_cxxflags => "",
- module_ldflags => "-Wl,-G,-bsymbolic,-bexpall",
+ module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry",
padlock_asm_src => "",
padlock_obj => "",
perlasm_scheme => "aix64",
@@ -3239,6 +3239,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -7894,10 +7895,6 @@ our %unified_info = (
"crypto/include",
"include",
],
- "crypto/poly1305/poly1305-s390x.o" =>
- [
- "crypto",
- ],
"crypto/poly1305/poly1305-sparcv9.o" =>
[
"crypto",
@@ -10032,6 +10029,10 @@ our %unified_info = (
[
"include",
],
+ "test/testutil/random.o" =>
+ [
+ "include",
+ ],
"test/testutil/stanza.o" =>
[
"include",
@@ -15285,6 +15286,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -15630,6 +15632,10 @@ our %unified_info = (
[
"test/testutil/output_helpers.c",
],
+ "test/testutil/random.o" =>
+ [
+ "test/testutil/random.c",
+ ],
"test/testutil/stanza.o" =>
[
"test/testutil/stanza.c",