mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-11 13:30:01 -04:00
downgrade wolfssl to work around a regression
This commit is contained in:
parent
23dd3bd981
commit
754b211c59
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# Libcurl.js Changelog:
|
||||
|
||||
## v0.6.15 (9/6/24):
|
||||
- WolfSSL has been downgraded to v5.6.6 due to an upstream regression
|
||||
|
||||
## v0.6.14 (9/4/24):
|
||||
- All dependencies have been updated to the latest versions
|
||||
- `libcurl.load_wasm` now returns a promise that resolves when the WASM has finished loading
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "libcurl.js",
|
||||
"version": "0.6.14",
|
||||
"version": "0.6.15",
|
||||
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
|
||||
"main": "libcurl.mjs",
|
||||
"exports": {
|
||||
|
|
|
@ -12,7 +12,7 @@ mkdir -p $PREFIX
|
|||
|
||||
cd build
|
||||
rm -rf wolfssl
|
||||
git clone -b v5.7.2-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
|
||||
git clone -b v5.6.6-stable --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
|
||||
cd wolfssl
|
||||
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue