Bug 267374 - www/lua-resty-core: Update to 0.1.24
Summary: www/lua-resty-core: Update to 0.1.24
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: Nuno Teixeira
URL: https://github.com/openresty/lua-rest...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-26 19:20 UTC by Dmitry Wagin
Modified: 2022-10-26 22:13 UTC (History)
1 user (show)

See Also:
eduardo: merge-quarterly?


Attachments
lua-resty-core.diff (903 bytes, patch)
2022-10-26 19:20 UTC, Dmitry Wagin
dmitry.wagin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2022-10-26 19:20:28 UTC
Created attachment 237664 [details]
lua-resty-core.diff

Update to 0.1.24

bugfix: get ngx_lua_version before 'not ngx.config'
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-26 22:09:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9700e3abb398d3d5fe9f692a0a4b5a7667f4ea4a

commit 9700e3abb398d3d5fe9f692a0a4b5a7667f4ea4a
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2022-10-26 22:07:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-26 22:09:00 +0000

    www/lua-resty-core: Update to 0.1.24

     - bugfix: get ngx_lua_version before 'not ngx.config'

    ChangeLog:
    https://github.com/openresty/lua-resty-core/compare/v0.1.23...v0.1.24

    PR:             267374
    MFH:            2022Q4 (bugfixes)

 www/lua-resty-core/Makefile | 2 +-
 www/lua-resty-core/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-26 22:12:47 UTC
A commit in branch 2022Q4 references this bug:

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

commit c57b50f560122604a386d977c6230ade0c669bb3
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2022-10-26 22:07:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-26 22:10:08 +0000

    www/lua-resty-core: Update to 0.1.24

     - bugfix: get ngx_lua_version before 'not ngx.config'

    ChangeLog:
    https://github.com/openresty/lua-resty-core/compare/v0.1.23...v0.1.24

    PR:             267374
    MFH:            2022Q4 (bugfixes)
    (cherry picked from commit 9700e3abb398d3d5fe9f692a0a4b5a7667f4ea4a)

 www/lua-resty-core/Makefile | 2 +-
 www/lua-resty-core/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-26 22:13:24 UTC
Committed with minor fixes.

Thanks!