Skip to content
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

latest version of libzmq #300

Closed
sharathbaddam opened this issue Feb 1, 2019 · 5 comments
Closed

latest version of libzmq #300

sharathbaddam opened this issue Feb 1, 2019 · 5 comments

Comments

@sharathbaddam
Copy link
Contributor

Why isn't this package using latest version of libzmq ?

@rgbkrk
Copy link
Member

rgbkrk commented Feb 1, 2019

If you want to build with a later release of libzmq, you can run:

npm install zeromq --zmq-external

This comes from the installation guide for users.

Alternatively, you can run the development copy from the master branch and start making PRs to incorporate later libzmq features you want.

@njmarang
Copy link

I don't think that works so easily. We are trying to build like this and can post some update.

It would be great if zeromq could be updated to target libzmq update (4.3.1) that was created to address this vulnerability:
https://nvd.nist.gov/vuln/detail/CVE-2019-6250

@rgbkrk
Copy link
Member

rgbkrk commented Feb 13, 2019

Great, let me know when you have a PR ready!

@rolftimmermans
Copy link
Member

The latest 6.0 beta release now includes libzmq 4.3.2. It would be great if you could try it out! It includes a new API that addresses some fundamental issues with the previous API, but it does include a compatibility layer that should make upgrading easier. See #189 for the reasoning behind the new API.

If you run into any problems feel free to report it here or in a new issue.

@njmarang
Copy link

njmarang commented Nov 4, 2019

Excellent. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants