cvs commit: ports/www/nginx Makefile distinfo
ports/www/nginx-devel Makefile distinfo
Sergey A. Osokin
osa at FreeBSD.org
Mon Jan 16 07:49:11 UTC 2012
osa 2012-01-16 07:49:11 UTC
FreeBSD ports repository
Modified files:
www/nginx Makefile distinfo
www/nginx-devel Makefile distinfo
Log:
Update third-party headers_more module from 0.15 to 0.16.
<ChangeLog>
* bugfix: the on-demand handler/filter registration mechanism did
not work fully for config reload via the HUP signal.
* bugfix: when setting a multi-value response header to a single
value, the single value might be repeated on each old value.
* feature: added some debugging outputs that can be enabled by
the --with-debug option when building nginx or ngx_openresty.
* bugfix: we should set header hash using ngx_hash_key_lc, not
simply to 1.
* bugfix: Setting Cache-Control response headers might not work
with other nginx output filter modules because we did not
properly prepare the r->cache_control array at the same time.
* bugfix: more_set_input_headers and more_clear_input_headers did
not handle the Accept-Encoding request headers properly.
* bugfix: the more_set_input_headers directive might cause invalid
memory reads because Nginx request header values must be null
terminated. thanks Maxim Dounin.
* bugfix: removing builtin headers in huge request headers with 20+
entries could result in data loss. thanks Chris Dumoulin for the
patch in github issue #6.
</ChangeLog>
Revision Changes Path
1.423 +2 -2 ports/www/nginx-devel/Makefile
1.371 +2 -2 ports/www/nginx-devel/distinfo
1.300 +2 -2 ports/www/nginx/Makefile
1.261 +2 -2 ports/www/nginx/distinfo
More information about the cvs-ports
mailing list