#58224 closed task (blessed) (fixed)
Update Sodium Compat to 1.20.0
| Reported by: | jrf | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | External Libraries | Version: | 6.3 |
| Severity: | normal | Keywords: | has-patch commit add-to-field-guide |
| Cc: | Focuses: |
Description
Sodium_Compat 1.20.0 has just been released and fixes a pertinent, though rare bug.
The version included with WP should be updated.
Full details:
- https://github.com/paragonie/sodium_compat/releases/tag/v1.20.0
- https://github.com/paragonie/sodium_compat/compare/v1.19.0...v1.20.0
I've reviewed the diff and would recommend an update at the earliest convenience.
Previously: #48371, #51399, #51925, #53274, #53907, #55453, #56564, #56642, #56653
Change History (9)
#2
@
3 years ago
Thanks for the heads-up @paragoninitiativeenterprises ! If I remember correctly, we don't actually include the tests in the patches which go into WP Core, just the src files.
This ticket was mentioned in PR #4400 on WordPress/wordpress-develop by @costdev.
3 years ago
#3
- Keywords has-patch added; needs-patch removed
The latest version of sodium_compat includes a fix for the Poly1305 implementation.
Release Notes:
https://github.com/paragonie/sodium_compat/releases/tag/v1.20.0
A full list of changes in this update can be found on GitHub:
https://github.com/paragonie/sodium_compat/compare/v1.19.0...v1.20.0
Trac ticket: https://core.trac.wordpress.org/ticket/58224
#5
@
3 years ago
- Keywords commit added
Thanks @costdev for creating a patch. The patch on GitHub has been reviewed and approved (x3).
@SergeyBiryukov commented on PR #4400:
3 years ago
#7
Thanks for the PR! Merged in r55699.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Feel free to exclude the wycheproof test commits when deriving the patch from our release diff. (I made them separate commits so they can more easily be skipped.)