Bug 264150 - www/nginx: Update lua-nginx-module to v0.10.21 and fix some typo
Summary: www/nginx: Update lua-nginx-module to v0.10.21 and fix some typo
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: Jochen Neumeister
URL: https://github.com/openresty/lua-ngin...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-22 10:26 UTC by Dmitry Wagin
Modified: 2022-05-25 12:58 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments
nginx.diff (2.65 KB, patch)
2022-05-22 10:26 UTC, Dmitry Wagin
no flags Details | Diff
nginx.diff (2.95 KB, patch)
2022-05-22 16:15 UTC, Dmitry Wagin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)