Make WordPress Core

Opened 7 weeks ago

Closed 6 weeks ago

Last modified 6 weeks ago

#62058 closed task (blessed) (fixed)

Update to phpass 0.5.4

Reported by: jrf's profile jrf Owned by: desrosj's profile desrosj
Milestone: 6.7 Priority: normal
Severity: normal Version: 5.8
Component: External Libraries Keywords: has-patch
Focuses: Cc:

Description

While nothing ground shaking, the upstream package has had some minor tweaks, so syncing in the upstream changes would keep us up to date and will make future code-comparisons more straight-forward.

Previous: #51549

Change History (4)

This ticket was mentioned in PR #7361 on WordPress/wordpress-develop by @jrf.


7 weeks ago
#1

  • Keywords has-patch added

There have been some small changes made in the upstream script. Nothing very significant, but still worth porting over to make future comparisons easier.

In particular:

  • Use of curly braces for control structures.
  • Removal of a ternary related to PHP 4.
  • Removal of some unnecessary parentheses.

Ref: https://github.com/openwall/phpass

Trac ticket: https://core.trac.wordpress.org/ticket/62058

#2 @desrosj
6 weeks ago

  • Owner set to desrosj
  • Resolution set to fixed
  • Status changed from new to closed

In 59030:

External Libraries: Update PHPass library.

This updates the PHPass library to version 0.5.4 while maintaining the adjustments introduced in [30466].

Props jrf.
Fixes #62058.

#4 @jrf
6 weeks ago

Thanks @desrosj for handling this one so quickly!

Note: See TracTickets for help on using tickets.