[Bug 280739] www/lua-resty-core: update to 0.1.29rc1 (fixes incompatibility with latest lua stream nginx module)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 10 Aug 2024 22:53:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280739

            Bug ID: 280739
           Summary: www/lua-resty-core: update to 0.1.29rc1 (fixes
                    incompatibility with latest lua stream nginx module)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: zi@FreeBSD.org
          Reporter: ltning-freebsd@anduin.net
             Flags: maintainer-feedback?(zi@FreeBSD.org)
          Assignee: zi@FreeBSD.org

Created attachment 252669
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252669&action=edit
Patch lua-resty-core 0.1.28 -> 0.1.29

Patch in attachment.
Since the latest nginx releases, the lua stream module no longer compiles due
to

  src/ngx_stream_lua_module.c:867:5: error: unknown type name
‘ngx_stream_ssl_conf_t’; did you mean ‘ngx_stream_addr_conf_t’?

(ngx_stream_ssl_conf_t has been renamed in nginx).
The lua-resty-core version remains at 0.1.29rc1. This is an unfortunate
situation (needing what is named an "rc") but rather critical for us.

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