Bug 257504 - www/lua-resty-core: Update to 0.1.22
Summary: www/lua-resty-core: Update to 0.1.22
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: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 13:16 UTC by Dmitry Wagin
Modified: 2021-07-30 23:33 UTC (History)
1 user (show)

See Also:


Attachments
lua-resty-core.diff (926 bytes, patch)
2021-07-30 13:16 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 2021-07-30 13:16:49 UTC
Created attachment 226797 [details]
lua-resty-core.diff

Update to 0.1.22


* feature: expose the get_ctx_table API to get the ctx table & support using ctx table from caller when the ctx table does not exists;
* feature: implemented process API for stream subsystem;
* bugfix: should compare to nil to check if a cdata is NULL.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-30 23:30:02 UTC
A commit in branch main references this bug:

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

commit 5cda0eae59da77298c5db8626dd96998df32c52a
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2021-07-30 23:29:07 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-07-30 23:29:07 +0000

    www/lua-resty-core: Update to 0.1.22

    PR:             257504

 www/lua-resty-core/Makefile | 3 +--
 www/lua-resty-core/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-07-30 23:33:49 UTC
Committed with modifications - please remove PORTREVISION in the future. Thanks!