Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps paragonie/sodium_compat from 1.7.0 to 1.16.0.

Release notes

Sourced from paragonie/sodium_compat's releases.

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.
  • We now include php74-snapshot on Travis CI (to ensure our code works on PHP 7.4 when it comes out). PHP 8 will be our focus soon after 7.4 is out.
  • Fixed BLAKE2b on 32-bit platforms.
  • The previous fixes in the 1.11 series have been resolved (and hopefully no more Windows weirdness happens).

... (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
  • @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 14, 2021
@dependabot-preview
Copy link
Author

Superseded by #116.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/paragonie/sodium_compat-1.16.0 branch May 26, 2021 05:51
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