Bug 271781 - www/nginx http_upload_module issue with pcre2
Summary: www/nginx http_upload_module issue with pcre2
Status: New
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-02 06:15 UTC by Artyom Davidov
Modified: 2024-05-14 01:27 UTC (History)
1 user (show)

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


Attachments
Patch to incorporate work-around for the pcre2 issue (4.60 KB, patch)
2023-06-02 06:19 UTC, Artyom Davidov
ard_1: maintainer-approval? (joneum)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artyom Davidov 2023-06-02 06:15:07 UTC
There is a known incompatibility issue in http_upload_module and nginx pcre2 engine that was reported to upstream almost a year ago at https://github.com/fdintino/nginx-upload-module/issues/140
Since that there were no upstream fixes for this issue but there is a pending pull-request at https://github.com/fdintino/nginx-upload-module/pull/142 that adds a new configuration file option that helps to work-around it.
Due to the recent removal of the port option that allows to build nginx with the previous pcre engine it will be great if we could add the fix from that pull-request to the port to make nginx http_upload_module usable again.
Comment 1 Artyom Davidov 2023-06-02 06:19:12 UTC
Created attachment 242552 [details]
Patch to incorporate work-around for the pcre2 issue

Proposed patch that incorporates work-around from https://github.com/fdintino/nginx-upload-module/pull/142
Comment 2 Artyom Davidov 2024-05-14 01:27:59 UTC
Ping! 
Any update on this issue?