security/p5-Crypt-JWT: Update to 0.034 Ensure payload is serialized consistently (canonical). PR: 260112 Approved by: tbd (mentor) Differential Revision: https://reviews.freebsd.org/D33201
Details
Details
Testport looks good.
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Is this a candidate to merge quarterly? If I recall correctly, security and bug fixes can be MFC-ed to quarterly?
Comment Actions
No need. If you do the git cherry-pick as described in the handbook, you'll get the same commit on the quarterly branch as on main -- including the Approved by: line. :)
Comment Actions
Great work with the MFH (MFC is for src)!
Two notes:
- Remember to test the build on quarterly as well. It happens surprisingly often that trivial patches break for whatever reason when MFH'ed. Although usually less so for Python ports :D
- If you know that you are going to MFH then you may add MFH: 2021Q4 to your commit message to let others know about your plans. It is not required (it used to be because you had to receive an approval to MFH) and it is not binding. It's a good practice.
Cheers!