Maxim Dounin:

Changes with nginx 1.9.11                                        09 Feb 2016

    *) Feature: TCP support in resolver.

the rDNS module (https://www.nginx.com/resources/wiki/modules/rdns/) don't compile anymore

cc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail \
        -o objs/addon/nginx-http-rdns-20140411/ngx_http_rdns_module.o \
        ./nginx-http-rdns-20140411//ngx_http_rdns_module.c
./nginx-http-rdns-20140411//ngx_http_rdns_module.c: In function 'merge_loc_conf': ./nginx-http-rdns-20140411//ngx_http_rdns_module.c:217:89: error: 'ngx_resolver_t' has no member named 'udp_connections' if (conf->conf.enabled && ((core_loc_cf->resolver == NULL) || (core_loc_cf->resolver->udp_connections.nelts == 0))) { ^ make[2]: *** [objs/addon/nginx-http-rdns-20140411/ngx_http_rdns_module.o] Error 1



unrelated to above:
attached a patch to correct a manpage warning (not new in this version)

Andreas
Description: fix minor manpage errors
Author: A. Schulze
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: nginx-1.9.11/man/nginx.8
===================================================================
--- nginx-1.9.11.orig/man/nginx.8
+++ nginx-1.9.11/man/nginx.8
@@ -180,8 +180,8 @@ Test configuration file
 .Pa ~/mynginx.conf
 with global directives for PID and quantity of worker processes:
 .Bd -literal -offset indent
-nginx -t -c ~/mynginx.conf \e
-	-g "pid /var/run/mynginx.pid; worker_processes 2;"
+nginx \-t \-c ~/mynginx.conf \e
+	\-g "pid /var/run/mynginx.pid; worker_processes 2;"
 .Ed
 .Sh SEE ALSO
 .\"Xr nginx.conf 5
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to