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

Require libsodium 0.4.5 at a minimum #86

Merged
merged 2 commits into from
Oct 24, 2013
Merged

Conversation

tarcieri
Copy link
Contributor

cc @namelessjon

libsodium 0.4.5 fully exposes all of the cryptographic constants needed for the new FFI bindings.

libsodium 0.4.5 fully exposes all of the cryptographic constants needed for the
new FFI bindings.
@tarcieri
Copy link
Contributor Author

@namelessjon gonna ship 2.0.0.pre. If you have concerns about how this check is implemented we can address them in a followup commit.

tarcieri added a commit that referenced this pull request Oct 24, 2013
@tarcieri tarcieri merged commit cd068b2 into master Oct 24, 2013
@tarcieri tarcieri deleted the require-libsodium-0-4-5 branch October 24, 2013 04:39
@tarcieri
Copy link
Contributor Author

@namelessjon once concern with this: could we require libsodium 0.4.3 as a minimum, at least for now? It's been out a lot longer and is more likely to be packaged elsewhere.

@namelessjon
Copy link
Contributor

I think 0.4.3 also passes all the specs. Will check when home.

Also, yeah, the check needs to change: "0.10.0" < "0.4.5" #=> true

@tarcieri
Copy link
Contributor Author

Yeah, I'm aware the check is a bit loose, and that should probably be addressed.

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

Successfully merging this pull request may close these issues.

None yet

2 participants