diff --git a/package-lock.json b/package-lock.json index 08320febe..2affa2227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "php-wasm-libxml": "^0.0.9-n", "php-wasm-libzip": "^0.0.9-e", "php-wasm-mbstring": "^0.0.0-a", - "php-wasm-openssl": "^0.0.9-g", + "php-wasm-openssl": "^0.0.9-h", "php-wasm-phar": "^0.0.9-d", "php-wasm-simplexml": "^0.0.0-h", "php-wasm-sqlite": "^0.0.9-v", @@ -1955,9 +1955,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.808", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.808.tgz", - "integrity": "sha512-0ItWyhPYnww2VOuCGF4s1LTfbrdAV2ajy/TN+ZTuhR23AHI6rWHCrBXJ/uxoXOvRRqw8qjYVrG81HFI7x/2wdQ==" + "version": "1.4.810", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.810.tgz", + "integrity": "sha512-Kaxhu4T7SJGpRQx99tq216gCq2nMxJo+uuT6uzz9l8TVN2stL7M06MIIXAtr9jsrLs2Glflgf2vMQRepxawOdQ==" }, "node_modules/escalade": { "version": "3.1.2", @@ -2311,9 +2311,9 @@ "integrity": "sha512-5w+5+/8quydazlO75XV2ehDYfnin2WDACHo+TPC5JdfrcxVII8lzUvM72skqikUzJwhj4P5EcTl7gZ7wfkpCtg==" }, "node_modules/php-wasm-openssl": { - "version": "0.0.9-g", - "resolved": "https://registry.npmjs.org/php-wasm-openssl/-/php-wasm-openssl-0.0.9-g.tgz", - "integrity": "sha512-xcQGZuZnJGEWICHa9QtqYZokYvO5F31gS7+TTNdvqnN2DKgJEwr4DuZWp7a6Kg75BuwPwuX0DQKcPgItdjYT2w==" + "version": "0.0.9-h", + "resolved": "https://registry.npmjs.org/php-wasm-openssl/-/php-wasm-openssl-0.0.9-h.tgz", + "integrity": "sha512-N3MuC7nmnJjscVqHHpnK66PgJbhttnqAEXE8+v/SilB06ik7plxDjs6BSNSHNeI0OaJWcD9iNCTdnu6yuVqw8g==" }, "node_modules/php-wasm-phar": { "version": "0.0.9-d", diff --git a/package.json b/package.json index b60ed43b7..957fc65ac 100755 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "php-wasm-libxml": "^0.0.9-n", "php-wasm-libzip": "^0.0.9-e", "php-wasm-mbstring": "^0.0.0-a", - "php-wasm-openssl": "^0.0.9-g", + "php-wasm-openssl": "^0.0.9-h", "php-wasm-phar": "^0.0.9-d", "php-wasm-simplexml": "^0.0.0-h", "php-wasm-sqlite": "^0.0.9-v", diff --git a/packages/openssl/package.json b/packages/openssl/package.json index df522e10d..00b130ce6 100644 --- a/packages/openssl/package.json +++ b/packages/openssl/package.json @@ -3,7 +3,7 @@ "description": "openssl for php-wasm.", "repository": "https://github.com/seanmorris/php-wasm", "author": "Sean Morris ", - "version": "0.0.9-g", + "version": "0.0.9-h", "main": "index.mjs", "files": [ "index.mjs", diff --git a/packages/openssl/static.mak b/packages/openssl/static.mak index 9e04f43e6..c9b461557 100644 --- a/packages/openssl/static.mak +++ b/packages/openssl/static.mak @@ -50,7 +50,7 @@ third_party/openssl/.gitignore: --single-branch \ --depth 1; -lib/lib/libssl.a: third_party/openssl/.gitignore +lib/lib/libcrypto.a lib/lib/libssl.a: third_party/openssl/.gitignore @ echo -e "\e[33;4mBuilding OpenSSL\e[0m" ${DOCKER_RUN_IN_OPENSSL} ./config -fPIC --prefix=/src/lib/ no-shared no-asm no-engine no-dso no-dgram no-srtp no-stdio no-err no-ocsp no-psk no-stdio no-ts -DNO_FORK -static --static ${DOCKER_RUN_IN_OPENSSL} emmake make -j${CPU_COUNT} build_generated libssl.a libcrypto.a