Skip to content

Conversation

@dependabot-preview
Copy link

Bumps paragonie/sodium_compat from 1.7.0 to 1.14.0.

Release notes

Sourced from paragonie/sodium_compat's releases.

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).

    If anyone else encounters any weird Windows behavior, please upgrade to the latest patch release for your version of PHP (i.e. PHP 7.3.10 is currently fine to report bugs on while 7.3.9 is not).

  • #98 - Implemented an Ed25519 optimization discovered by Isus Lovecruft in ed25519-dalek.

Version 1.11.4

Merged #100 (proposed fix for #101 which was caused trying to fix #99 without being able to reproduce any of the problems caused by some Windows users).

Version 1.11.3

  • Complete fix for #99

Version 1.11.2

Workaround for Windows-specific issues with defined() and define().

Version 1.11.1

  • Fixed an issue with sodium_base642bin() and sodium_bin2base64() erroneously returning "" when an input was falsy, rather than strictly checking for empty string inputs.

Version 1.11.0

  • #91, #93, #96 - We now use PHPStan in addition to Psalm in Travis CI
  • #92, #95 - Added missing features from polyfill
    • sodium_add()
    • sodium_base642bin()
    • sodium_bin2base64()
    • sodium_crypto_kdf_derive_from_key()
    • sodium_crypto_kdf_keygen()
    • sodium_crypto_kx_client_session_keys()
    • sodium_crypto_kx_keypair()
Commits
  • a1cfe0b Fix type detection by Psalm 4
  • b34c56c Use Psalm 4 in Travis CI
  • 3c2b98e Fix int64 test on PHP 5.2
  • e525760 Merge pull request #120 from derrabus/improvement/phpunit9
  • 13a6155 Improve PHP 8 experience
  • af2b7ce Merge pull request #119 from derrabus/bugfix/php8
  • 6924a3d Merge pull request #121 from desrosj/remove-blacklist-whitelist
  • d06104c Replace occurrences of blacklist with blocklist.
  • 7455507 Fix tests on php 8.
  • f737783 Made the test suite compatible with PHPUnit 9.
  • 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)

Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.7.0 to 1.14.0.
- [Release notes](https://github.com/paragonie/sodium_compat/releases)
- [Commits](paragonie/sodium_compat@v1.7.0...v1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 4, 2020
@dependabot-preview
Copy link
Author

Superseded by #106.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/paragonie/sodium_compat-1.14.0 branch April 15, 2021 07:11
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.

1 participant