summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/aix-gcc/no-asm
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/aix-gcc/no-asm
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/aix-gcc/no-asm')
-rw-r--r--deps/openssl/config/archs/aix-gcc/no-asm/configdata.pm20
-rw-r--r--deps/openssl/config/archs/aix-gcc/no-asm/crypto/buildinf.h2
2 files changed, 14 insertions, 8 deletions
diff --git a/deps/openssl/config/archs/aix-gcc/no-asm/configdata.pm b/deps/openssl/config/archs/aix-gcc/no-asm/configdata.pm
index 2040d26004..48bc45df70 100644
--- a/deps/openssl/config/archs/aix-gcc/no-asm/configdata.pm
+++ b/deps/openssl/config/archs/aix-gcc/no-asm/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "aix-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 => "",
module_cflags => "",
module_cxxflags => "",
- module_ldflags => "-Wl,-G,-bsymbolic,-bexpall",
+ module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry",
padlock_asm_src => "",
padlock_obj => "",
perlasm_scheme => "aix32",
@@ -3222,6 +3222,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",
@@ -7823,10 +7824,6 @@ our %unified_info = (
[
"crypto",
],
- "crypto/poly1305/poly1305-s390x.o" =>
- [
- "crypto",
- ],
"crypto/poly1305/poly1305-sparcv9.o" =>
[
"crypto",
@@ -9919,6 +9916,10 @@ our %unified_info = (
[
"include",
],
+ "test/testutil/random.o" =>
+ [
+ "include",
+ ],
"test/testutil/stanza.o" =>
[
"include",
@@ -15092,6 +15093,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",
@@ -15437,6 +15439,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",
diff --git a/deps/openssl/config/archs/aix-gcc/no-asm/crypto/buildinf.h b/deps/openssl/config/archs/aix-gcc/no-asm/crypto/buildinf.h
index 95c174ecd1..a3c2c5a66f 100644
--- a/deps/openssl/config/archs/aix-gcc/no-asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/aix-gcc/no-asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix-gcc"
-#define DATE "built on: Wed Jun 12 20:53:16 2019 UTC"
+#define DATE "built on: Fri Sep 13 15:56:58 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a