Opened 4 years ago

Closed 3 years ago

#60469 closed enhancement (fixed)

php72, php73, php74: Add support for Argon2

Reported by: thomashohn Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: php72 php73 php74

Description

Is there or will there be PHP 7.3/PHP 7.4 versions compiled with the Argon2 lib?

Change History (5)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to ryandesign
Port: @7.3.16_0+libedit removed
Status: newassigned

In the future, please add the port maintainer(s) to Cc (port info --maintainers php73), if any.

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Port: php72 php74 added
Status: assignedaccepted
Summary: php73 @7.3.16_0+libedit: Support for Argon2php72, php73, php74: Add support for Argon2

I wasn't aware of argon2 or php's support for it, so thanks for bring it to my attention. It looks like MacPorts already has a port for argon2, so all that should remain is telling the php ports to use it. I'll see what I can do.

comment:3 Changed 4 years ago by thomashohn

Hi Ryan

Thank you for your quick response.

According to the official PHP docs you need to compile it with--with-password-argon2[=DIR] configure option see https://www.php.net/manual/en/password.installation.php

I would also be happy to help testing it if there is a need for that ;-)

Greetings Thomas

Last edited 4 years ago by thomashohn (previous) (diff)

comment:4 Changed 4 years ago by thomashohn

Hi Ryan - any progress on this issue?

Thx for an update in advance ;-)

Thomas

comment:5 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In f626ae3bdac927a9218a1da0df36f713f7d99f29/macports-ports (master):

php72 and later: Add argon2; disable valgrind

Closes: #60469
Closes: #60003

Note: See TracTickets for help on using tickets.