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

Bump paragonie/sodium_compat from 1.7.0 to 1.16.1 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps paragonie/sodium_compat from 1.7.0 to 1.16.1.

Release notes

Sourced from paragonie/sodium_compat's releases.

Version 1.16.1

  • Fixes #122 (undefined constant errors caused by autoloader race conditions)

Version 1.16.0

Special thanks to Tony Arcieri, Frank Denis, Isis Lovecruft, Mike Hamburg, and Henry de Valence for making this release possible.

Version 1.15.4

  • Prevent infinite loop with crypto_kx()
  • We're migrated from Github Actions to Travis CI now!

v1.15.3

  • Complete fix for #125.

Version 1.15.2

  • Always define the new polyfill functions even if PHP >= 7.2 and [an old version of] ext/sodium is used.

Version 1.15.1

  • Correct polyfill sodium_crypto_stream_xchacha20_xor

Version 1.15.0

  • Fixes #125
  • Adds sodium_crypto_stream_xchacha20
    • This exposes XChaCha20 with 64-bit ChaCha20 nonces and 64-bit ChaCha20 internal counters. This is in stark contrast to the IETF's 96-bit nonces (with leading NUL bytes) and 32-bit counters, as exposed in the AEAD interface. This is a subtle but important property.

Version 1.14.0

  • #119 - Side-step mbstring issues on newer PHP
  • #120 - Support PHPUnit 9
  • #121 - Use more inclusive language
  • Improved PHP 8 support

Version 1.13.0

  • Fix #113 and #116 via #117 - Should fix preloading issues with PHP 7.4+

Version 1.12.2

Version 1.12.1

Fixes #107.

Version 1.12.0

  • #100 - Fixed sodium_compat on PHP 5.2.4 - 5.2.17. We now include 5.2 on Travis CI so any changes that would break 5.2 will be caught early.
    • As part of this fix, we now include a SplFixedArray polyfill for PHP 5.2.

... (truncated)

Commits
  • 2e856af Merge pull request #132 from paragonie/issue-122
  • b8b09bd Suppress Psalm nit
  • 59f5946 Possible fix for #122 by coercing the autoloader to always load the `ParagonI...
  • 928e056 Prepare for v1.16.0
  • a8304f3 Merge pull request #131 from paragonie/ristretto255
  • 55d8484 Better distinguisher of ristretto polyfill
  • 012e2fb Fix nits identified by Psalm
  • cc5b2d7 Implement Ristretto255
  • cbf66c6 Merge pull request #130 from exussum12/patch-1
  • 6147a17 Normalise licence
  • Additional commits viewable in compare view

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants