nginx: import from packages, add myself as the maintainer 48/head
authorThomas Heil <heil@terminal-consulting.de>
Mon, 23 Jun 2014 14:37:24 +0000 (16:37 +0200)
committerThomas Heil <heil@terminal-consulting.de>
Mon, 23 Jun 2014 14:37:24 +0000 (16:37 +0200)
commite9da522f68ab4553ad16c077a59a38171664fdd3
tree1878f42fa3bc9c26cc2ac473a8e5e5f8f07f4092
parente273fef7a7ab30943d9fd7d3edbd41e764282e1e
nginx: import from packages, add myself as the maintainer

This adds the nginx package from the old svn package fee. I adopt
the licensing information and will maintain the package in the future.
This request also updates nginx to the last stable version 1.4.7. It further
adds support for
 - naxsi (the ngix web application firewall)
 - syslog module
 - http upstream check module
 - support for the haproxy Proxy Protocol (this way nginx can see the real
   ip address behind haproxy)
Building was tested with target x86_64, ar71xx and avr32.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
14 files changed:
net/nginx/Config.in [new file with mode: 0644]
net/nginx/Makefile [new file with mode: 0644]
net/nginx/files/nginx.init [new file with mode: 0644]
net/nginx/files/nginx.proxyprotocol.example [new file with mode: 0644]
net/nginx/files/nginx.syslog.example [new file with mode: 0644]
net/nginx/patches-lua-nginx/300-ldl.patch [new file with mode: 0644]
net/nginx/patches-nginx-upstream-check/check_1.2.6+.patch [new file with mode: 0644]
net/nginx/patches/101-feature_test_fix.patch [new file with mode: 0644]
net/nginx/patches/102-sizeof_test_fix.patch [new file with mode: 0644]
net/nginx/patches/103-sys_nerr.patch [new file with mode: 0644]
net/nginx/patches/200-config.patch [new file with mode: 0644]
net/nginx/patches/300-crosscompile_ccflags.patch [new file with mode: 0644]
net/nginx/patches/400-nginx-1.4.x_proxy_protocol_patch_v2.patch [new file with mode: 0644]
net/nginx/patches/401-nginx-1.4.0-syslog.patch [new file with mode: 0644]