hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

Bump sodiumoxide from 0.0.16 to 0.2.5 in /libindy #2511

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 2 years ago

Bumps sodiumoxide from 0.0.16 to 0.2.5.

Changelog

Sourced from sodiumoxide's changelog.

0.2.5 (Oct 11, 2019)

  • Fix Digest PartialEq (#381)
  • Fix compiler warnings (#380)
  • Use copy_from_slice instead of manual loop where possible (#378)

0.2.4 (Sep 3, 2019)

  • Fixed erronoeus dependency on older libsodium-sys
  • Fixed use of deprecated try! macro (#369)

0.2.3 (Sep 1, 2019)

  • Allow reusing Vec for secretstream (#357)
  • Replace mem::uninitialized with MaybeUninit (#350, #356)
  • Fix warning about deprecated uint64_t (#358)
  • Fix path to ./configure script (#355)
  • Add API to derive Ed25519 public keys from secret keys (#345)
  • Add DEP_SODIUM_INCLUDE & DEP_SODIUM_LIB env variables (#344)
  • Update libsodium to 1.0.18 (#342)

0.2.2 (May 16, 2019)

  • Bundle libsodium .a .lib for win & cygwin (#332)
  • Add AsRef<[u8]> for newtypes (#323)
  • Implement memory locking and unlocking (#324)
  • Add convenience functions for pwhash() and derive_key() (#309)

0.2.1 (March 1, 2019)

  • Remove statik option from pkg_config usage (#296)
  • Fix struct alignments that are not correctly recognized by bindgen (#304)
  • Add streaming calculation of ed25519 (#237)
  • Update libsodium to 1.0.17 (#306)
  • Add support for secretstream (#301)
  • Expose randombytes_uniform (#311)
  • Use stable rustc to check fmt in TravisCI (#314)
  • Reduce deps to build on linux from 61 -> to 48 (#312)
  • Add instructions how to compile for armv7-unknown-linux-musleabihf (#294)
  • Add use-pkg-config feature (#315)

0.2.0 (December 2, 2018)

  • Add binding for sodium_add function (#210)
  • Add bindings for crypto_generichash (#196)
  • Add #[derive(Clone)] to State struct in hash_macros.rs (#228)
  • Add bindings for keypair_from_seed for authenticated encryption (#230)
  • Instruct OSX users to install pkg-config in README (#243)
  • Mark libsodium-sys as a member of workspace (#247)
  • Update README w/ Clang + Sodium version (#248)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperledger/indy-sdk/network/alerts).
dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.