aboutsummaryrefslogtreecommitdiff
path: root/net/nginx
Commit message (Collapse)AuthorAge
* nginx: Bumped nginx-naxsi to v0.54Xotic7502016-06-06
| | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* nginx: Bumped to v1.10.1Xotic7502016-05-31
| | | | | | fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450). Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* nginx: change start level to 80Dirk Feytons2016-05-10
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: correct f3c7cc6Dirk Feytons2016-05-10
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: correct errors from previous mergeheil2016-05-09
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: upstep to 1.10.0, add Lua module, footprint optimizationsDirk Feytons2016-04-29
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: bump to version 1.9.13heil2016-03-30
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: add naxsi moduleheil2016-01-25
| | | | | | - this brings back naxsi support aka WAF for nginx Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: upstep to 1.9.9Dirk Feytons2016-01-25
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: bump to 1.9.6Luka Perkov2015-10-31
| | | | | | | | In this bump as agreed with Thomas we are dropping out all the nginx 3rd party addons. In case you would like to see your 3rd party addon included please send a pull request and make sure it works with newest version. Signed-off-by: Luka Perkov <luka@openwrt.org>
* nginx: add support for SPNEGO authenticationPaul Fertser2015-09-01
| | | | | | | This adds a module suitable for Kerberos SSO, e.g. for integrating into Active Directory domains. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* nginx: fix musl compatibilityheil2015-06-21
| | | | | | | - include Patches according to issue #1129 - refresh Makefile Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: fix leftover code that flood the logsThomas Heil2014-08-04
| | | | | | Stop flooding logs as stated at https://dev.openwrt.org/ticket/17317. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: fix dependence to NGINX_SSLThomas Heil2014-06-24
| | | | | | | the upstream_check and proxyprotocol module need NGINX_SSL. So remove them from default and add the according dependence. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: make depencies more stricterThomas Heil2014-06-24
| | | | | | | This should fix isse #54. It should no not be possible to select an nginx subpackage without the appropriate module. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: import from packages, add myself as the maintainerThomas Heil2014-06-23
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>