-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update io.js #7907
Comments
The build seems to fail, because a ssl version compatible with openssl 1.0.2a is expected (see nodejs/node#1622). I see two options: 1) Wait until this version is packaged 2) use the bundled version by removing |
No please not yet another bundled version of something. I'd rather package openssl 1.0.2a if it's really needed than bundling stuff in packages. |
I am no fan of bundled versions, too. Just wanted to list all options. |
Openssl 1.0.2a has been packaged. Taking my hand at this again. |
Closing, was updated in ea83ebf and builds successfully. |
Actually, this should have been closed three days ago when I sent in a PR for 2.1.0. But yes, the 2.2.1 PR also technically counts. |
I just stumbled upon your commit and remembered this issue. You can close issues on your own if you have created them. |
Yeah, I thought I did by leaving a note in the earlier PR, but I didn't double check to see if it did. I usually do close my own issues. |
I've already tried to get this working and failed. Here's my latest attempt (which is a few weeks old).
Major changes include: http-parser requires v2.5.0 (which is updated), libuv uses 1.5.0 in io.js 2.1+. There was an --enable-static flag added, but no-disable-static. Other potentially unknown issues.
You'll want to update the version past 2.0.0.
The text was updated successfully, but these errors were encountered: