I had an initial diff removing the no_lua PSEUDO_FLAVOR for the sake of
simplicity, but sthen@ preferred to keep it :)
The libressl breakage was fixed upstream in
cc0a793a27
Basic testing (content_from_lua_block, access_from_lua_block) okay
ok robert@ (MAINTAINER) sthen@
This allows you to set and clear headers in addition to just adding
them, and is necessary for proxying to work correctly for some
applications.
OK sthen@, william@, robert@
a specially crafted request might result in an integer
overflow and incorrect processing of ranges in the range filter,
potentially resulting in sensitive information leak (CVE-2017-7529).
builds it was unsuccessful in DPB (at least without changing ../Makefile to
add the pseudo-flavour).
While there, overwrite RUN_DEPENDS-main to avoid adding a run dependency on
lua to the main package (existing problem).
use it by default for now, ngx_http_lua_ssl_ocsp.c cannot be built following
libressl changes (it sets tlsext_status_expected which moved to the internal
struct). ok robert@
Switch all extrnal modules to be dynamic modules, and update them to use the
latest versions. Use separate subpackages for all dynamic modules, so you
can easily choose which nginx features you want without rebuilding nginx
with a specific combination of FLAVORs.
Switch all internal modules that can be built dynamically to use dynamic
modules.
Start building the image_filter, geoip, perl, and xlst modules as dynamic
modules.
This requires changes to your nginx configuration if you were previously
using a FLAVORed version of nginx, or using the mail or stream features.
OK robert@ (MAINTAINER)
positive feedback from william@ (MAINTAINER), landry@, sthen@
- fix pre-patch target to allow multiple FLAVORs (thanks ajacoutot@ and phessler@)
- add 'mailproxy' FLAVOR to enable mail_pop3_module, mail_imap_module,
and mail_smtp_module (requested by Lyndon Nerenberg)
- sort the FLAVORs alphabetically in the README
ok ajacoutot@ robert@