From 698b27be5e5b8d1e245bec2d31b9464a9e4e3cb5 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 17 Feb 2016 23:00:59 +0000 Subject: Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3. 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: load_module "modules/ngx_dynamic_upstream_module.so"; Do not bump PORTREVISION cause this module is disabled by default. --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index fe2705934e86..b15e407e6b1e 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,16 @@ 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. +20160214: + 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: + + load_module "modules/ngx_dynamic_upstream_module.so"; + 20160214: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org -- cgit