Bug 268067 - security/lua-bcrypt: Update to 2.3-1
Summary: security/lua-bcrypt: Update to 2.3-1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-29 23:07 UTC by Manuel Wiesinger
Modified: 2022-11-29 23:57 UTC (History)
1 user (show)

See Also:


Attachments
git patch (2.54 KB, patch)
2022-11-29 23:07 UTC, Manuel Wiesinger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Wiesinger 2022-11-29 23:07:50 UTC
Created attachment 238433 [details]
git patch

- uses luarocks instead of gmake
- supports pre-c99 compilers

- tested with Lua 5.2 and 5.4 on 13.1
- build warnings are caused by improper upstream code
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2022-11-29 23:07:50 UTC
Maintainer informed via mail
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-29 23:56:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=133bd2e5eaf1c3800f4bf95bac6af68f4181fec2

commit 133bd2e5eaf1c3800f4bf95bac6af68f4181fec2
Author:     Manuel Wiesinger <mdw@FreeBSD.org>
AuthorDate: 2022-11-29 23:53:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-11-29 23:55:37 +0000

    security/lua-bcrypt: 2.1-4=>2.3-1

    - uses luarocks instead of gmake
    - supports pre-c99 compilers

    PR:             268067
    Tested by:      bofh
    Approved by:    mdw (Submitter is MAINTAINER)
    Relnotes:  https://github.com/mikejsavage/lua-bcrypt/releases/tag/v2.3-1

 security/lua-bcrypt/Makefile                   | 10 +++++++---
 security/lua-bcrypt/distinfo                   |  6 +++---
 security/lua-bcrypt/files/patch-Makefile (new) | 11 +++++++++++
 3 files changed, 21 insertions(+), 6 deletions(-)
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2022-11-29 23:57:14 UTC
Committed with minor changes.