Summary: | www/nginx www/nginx-devel: add support for FreeBSD accept filters | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jeremy Chadwick <jdc> | ||||||
Component: | Individual Port(s) | Assignee: | Jochen Neumeister <joneum> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | debdrup, jdc, joneum, osa | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(joneum) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jeremy Chadwick
2019-06-21 08:53:51 UTC
Adding osa@ (www/nginx-devel maintainer). Created attachment 205256 [details]
nginx.in diff (for both www/nginx and www/nginx-devel)
Updated patch to make use of rc.subr's required_modules and thus load_kld; cleaner and more standardised. This method was partially based on /etc/rc.d/ipfw. Testing showed this does work properly.
Also moved the checkyesno conditional *before* nginx_checkconfig, since I'm not sure if nginx -t would test to see if a valid accept_filter was available or not; maybe that's only done at runtime/without -t?
A commit references this bug: Author: osa Date: Sat Nov 16 19:59:52 UTC 2019 New revision: 517774 URL: https://svnweb.freebsd.org/changeset/ports/517774 Log: Add support for FreeBSD accept filters. Bump PORTREVISION. PR: 238739 Changes: head/www/nginx-devel/Makefile head/www/nginx-devel/files/nginx.in A commit references this bug: Author: joneum Date: Thu Nov 28 10:17:38 UTC 2019 New revision: 518572 URL: https://svnweb.freebsd.org/changeset/ports/518572 Log: - Add support for FreeBSD accept filters [1] - Fix build with HTTP_AUTH_KRB5 after r518471 [2] - Update 3rd party Modul PR: 238739 [1], 242256 [2] Sponsored by: Netzkommune GmbH Changes: head/www/nginx/Makefile head/www/nginx/Makefile.extmod head/www/nginx/distinfo head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config head/www/nginx/files/nginx.in |