1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
heil
16d8e5a0eb nginx: bump version to latest stable 1.10.2
Signed-off-by: heil <heil@terminal-consulting.de>
2016-12-20 16:37:53 +01:00
Xotic750
9b3666b1bf nginx: Bumped nginx-naxsi to v0.54
Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-06-06 20:56:34 +02:00
Xotic750
04222aa8a6 nginx: Bumped to v1.10.1
fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450).

Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-05-31 22:54:26 +02:00
Dirk Feytons
a24863ccba nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 15:55:48 +02:00
Dirk Feytons
55ab8ffc5f nginx: correct f3c7cc6
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-05-10 11:42:34 +02:00
heil
f3c7cc6e24 nginx: correct errors from previous merge
Signed-off-by: heil <heil@terminal-consulting.de>
2016-05-09 14:25:18 +02:00
Dirk Feytons
277467147f nginx: upstep to 1.10.0, add Lua module, footprint optimizations
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-04-29 16:16:36 +02:00
heil
1c51f97033 nginx: bump to version 1.9.13
Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-30 14:28:40 +02:00
heil
203740d180 nginx: add naxsi module
- this brings back naxsi support aka WAF for nginx

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 16:57:07 +01:00
Dirk Feytons
b6ce25c971 nginx: upstep to 1.9.9
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-01-25 16:07:51 +01:00
Luka Perkov
2cab2bb7bb nginx: bump to 1.9.6
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>
2015-10-31 20:41:12 +01:00
Paul Fertser
7eb58cb2bf nginx: add support for SPNEGO authentication
This adds a module suitable for Kerberos SSO, e.g. for integrating
into Active Directory domains.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-09-01 08:15:26 +03:00
heil
9433d5ad28 nginx: fix musl compatibility
- include Patches according to issue #1129
 - refresh Makefile

Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-21 21:41:17 +02:00
Thomas Heil
92bd6b1f49 nginx: fix leftover code that flood the logs
Stop flooding logs as stated at https://dev.openwrt.org/ticket/17317.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-08-04 18:50:45 +02:00
Thomas Heil
50862c6c3e nginx: fix dependence to NGINX_SSL
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>
2014-06-24 19:30:53 +02:00
Thomas Heil
17925c4e33 nginx: make depencies more stricter
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>
2014-06-24 01:31:49 +02:00
Thomas Heil
e9da522f68 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>
2014-06-23 16:37:24 +02:00