mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 14:05:52 +03:00
[GH-ISSUE #97] LTS 6.1.8 fails to compile against NGINX 1.23.0 #73
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dvershinin on GitHub (Jun 22, 2022).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/97
In NGINX 1.23.0 some changes were made to the headers structure. Failing to compile the module with:
@hibobmaster commented on GitHub (Jun 27, 2022):
You can try current branch: https://github.com/ADD-SP/ngx_waf/pull/92
https://trac.nginx.org/nginx/ticket/2312
@dvershinin commented on GitHub (Jun 27, 2022):
I made a pull request #99 to reorder includes in LTS, but there's another issue with NGINX 1.23.0 because there was renaming of
cookiestocookieand it became a linked list in the latest NGINX. Here's how it fails:@ADD-SP commented on GitHub (Jun 27, 2022):
in progress
@hibobmaster commented on GitHub (Jul 4, 2022):
@dvershinin I can confirm the maintainer has fixed the issue, you can try this hotfix branch
https://github.com/ADD-SP/ngx_waf/tree/hotfix/current
@dvershinin commented on GitHub (Jul 5, 2022):
@hibobmaster if it's fixed, I need it to be tagged as a new LTS version, e.g. 6.1.9, for packaging purposes of mine...
(can't package off a branch commit, need a tag/release0.
@ADD-SP commented on GitHub (Jul 9, 2022):
Fixed