Bug 264150

Summary: www/nginx: Update lua-nginx-module to v0.10.21 and fix some typo
Product: Ports & Packages Reporter: Dmitry Wagin <dmitry.wagin>
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Only Me CC: johan, joneum, mike.walker
Priority: --- Flags: bugzilla: maintainer-feedback? (joneum)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/openresty/lua-nginx-module/releases/tag/v0.10.21
Attachments:
Description Flags
nginx.diff
none
nginx.diff none

Description Dmitry Wagin 2022-05-22 10:26:25 UTC
Created attachment 234112 [details]
nginx.diff

v0.10.21: bugfix: ngx.pipe waits until timeout because child process forgot to close pipe after dup2.
Comment 1 Dmitry Wagin 2022-05-22 16:15:09 UTC
Created attachment 234125 [details]
nginx.diff

Bump up PORTREVISION.
Comment 2 Mike Walker 2022-05-24 13:29:56 UTC
Thanks Dmitry!

I came here to post this exact same issue.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-25 12:57:46 UTC
A commit in branch main references this bug:

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

commit 227ea79fa715daf8684a4db2f5bd4bef4ce01f75
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-05-25 12:55:34 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-05-25 12:56:54 +0000

    www/nginx: Update lua-nginx-module

    Update lua-nginx-module to v0.10.21 and fix some typo

    PR:     264150
    Sponsored by:   Netzkommune GmbH

 www/nginx/Makefile        | 2 +-
 www/nginx/Makefile.extmod | 2 +-
 www/nginx/distinfo        | 6 +++---
 www/nginx/files/nginx.in  | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)