[Bug 268039] [NEW PORT] security/lua-argon2: Lua C binding for the Argon2 password hashing function

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Nov 2022 12:48:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268039

            Bug ID: 268039
           Summary: [NEW PORT] security/lua-argon2: Lua C binding for the
                    Argon2 password hashing function
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: manuel@mmap.at

Created attachment 238400
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238400&action=edit
lua-argon2.diff

New port: security/lua-argon2

Lua C binding for the Argon2 password hashing function. Compatible with Lua 5.x
and LuaJIT.

- portlint -AC 
- tested with Lua 5.2 and 5.4 on 13.1
- trivially patched to avoid gmake dependency
- build warnings (-Wvoid-pointer-to-enum-cast)
  - are caused by improper upstream code,
  - cannot be avoided without major refactoring,
  - do not affect functionality

-- 
You are receiving this mail because:
You are the assignee for the bug.