-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Wrong version number in deps/openssl/openssl/Makefile on all release lines #5615
Comments
I checked if there are other differences and nothing was found except small whitespace changes and |
@shigeki is right, they're openssl release artifacts. opensslv.h is the best place to get the version number from. |
FWIW, here are the files we're missing:
TABLE is a configuration template that we don't use. crypto/des/t/test is a short perl script. |
moving to #5619 |
Refs: nodejs#5615 PR-URL: nodejs#5619 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Rod Vagg <rod@vagg.org>
Currently:
We should be on 1.0.2g and 1.0.1s, I believe this is just a problem in the Makefile but it's what I'm currently using to figure out the version for https://nodejs.org/dist/index.tab and https://nodejs.org/dist/index.json and it's wrong for our recent releases.
@nodejs/crypto
The text was updated successfully, but these errors were encountered: