aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2016-02-17 23:19:37 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2016-02-17 23:19:37 +0000
commitff289de519e47028135c9e166a61f078c03b9d25 (patch)
treeb38f668c79ba57a5214e5951ee2a1014b8d94948 /UPDATING
parentc9e3e2193d1e1e2f9ffe28f301f6bdcd8bf05467 (diff)
downloadports-ff289de519e47028135c9e166a61f078c03b9d25.tar.gz
ports-ff289de519e47028135c9e166a61f078c03b9d25.zip
Upgrade third-party small_light module from 0.6.9 to 0.6.15,
enable as dynamic module for www/nginx-devel only.
Notes
Notes: svn path=/head/; revision=409076
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 4 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index b15e407e6b1e..8b46dd1872c9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -9,11 +9,12 @@ you update your ports collection, before attempting any port upgrades.
AFFECTS: users of www/nginx-devel
AUTHOR: osa@FreeBSD.org
- Dynamic modules support has been enabled for the dynamic_upstream
- third-party module, in case of usage of this module please update nginx
- configuration file for load this module:
+ Dynamic modules support has been enabled for the following third-party
+ modules, in case of usage of these modules please update nginx
+ configuration file for load these modules:
load_module "modules/ngx_dynamic_upstream_module.so";
+ load_module "modules/ngx_http_small_light_module.so";
20160214:
AFFECTS: users of www/nginx-devel