diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-14 04:09:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-02-14 04:09:50 +0000 |
commit | 0a7e49753452c7cd66019774e93b7b4750f9c131 (patch) | |
tree | c69c75b7b5ae470615aa65ea9e05f686c8866573 /UPDATING | |
parent | 36fdac2a461e479b68e9288572ebb52b3164f18a (diff) | |
download | ports-0a7e49753452c7cd66019774e93b7b4750f9c131.tar.gz ports-0a7e49753452c7cd66019774e93b7b4750f9c131.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160213: + AFFECTS: users of www/nginx-devel + AUTHOR: osa@FreeBSD.org + + Dynamic modules support has been enabled. In case of usage following + modules please update nginx configuration file for load these modules: + + load_module "modules/ngx_http_geoip_module.so"; + load_module "modules/ngx_http_image_filter_module.so"; + load_module "modules/ngx_http_xslt_filter_module.so"; + load_module "modules/ngx_mail_module.so"; + load_module "modules/ngx_stream_module.so"; + + See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details. + 20160127: AFFECTS: users of net-im/uTox AUTHOR: amdmi3@FreeBSD.org |