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.17.1 to 1.19.0 #204

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps paragonie/sodium_compat from 1.17.1 to 1.19.0.

Release notes

Sourced from paragonie/sodium_compat's releases.

Version 1.19.0

  • Breaking Changes for PHP 8: #152 - We fixed the parameter names for the public API for sodium_compat to conform to the Sodium extension
    • If you weren't relying on the Named Parameters feature (which landed after sodium_compat was created), this doesn't affect you at all.
  • Added missing $ignore parameter to sodium_hex2bin() polyfill
    • Apparently we took that parameter at face value. Mea culpa.
  • More unit testing

Version 1.18.1

  • Fix #151 (PR #150): Resolve autoload-fast.php include path issue with Wordfence plugin for WordPress

Version 1.18.0

  • Fixed issues with the PHP autoloader
    • #145: For WordPress, this ensures when Ed25519 is included, so too is the class it inherits from.
    • #148, #149: For PHP 7.4+ with opcache preloading, this ensures the include guards don't fail.
  • #144: Added sodium_crypto_stream_xchacha20_xor_ic()
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)

Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.17.1 to 1.19.0.
- [Release notes](https://github.com/paragonie/sodium_compat/releases)
- [Commits](paragonie/sodium_compat@v1.17.1...v1.19.0)

---
updated-dependencies:
- dependency-name: paragonie/sodium_compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2022
@sdrycroft sdrycroft merged commit a8a2d8b into master Oct 5, 2022
@sdrycroft sdrycroft deleted the dependabot/composer/paragonie/sodium_compat-1.19.0 branch October 5, 2022 06:50
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