aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches
Commit message (Collapse)AuthorAge
* nginx: bump to 1.21.1 and improve makefileAnsuel Smith2021-07-22
| | | | | | | | - Bump to 1.21.1 - Rework makefile to fix bad make refresh - Refresh patch Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* nginx: do not reduce max processesPeter Stadler2020-05-14
| | | | | | | | | Use the upstream value for NGX_MAX_PROCESSES (=1024) again. So it is safe to use `worker_processes auto;` (which sets it to the number of CPUs). Also use this directive in the conf instead of calculating the number in the init and passing it as argument. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* nginx: fix endianness issue #8988Peter Stadler2020-02-04
| | | | | | Patch the auto/endianess file to use CONFIG_BIG_ENDIAN. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* nginx: update to 1.17.5Ansuel Smith2019-11-16
| | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: fix detection of gcc builtin atomic operationsDeng Qingfang2018-12-06
| | | | | | Needed by stream module Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* nginx: bump to latest releaseAnsuel Smith2018-07-30
| | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: bump and add build variant and other fixAnsuel Smith2018-07-06
| | | | | | | This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly. Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: Package bump to 1.14.0Ansuel Smith2018-06-02
| | | | | | | This bump nginx package to latest stable. Also add support for the brotli compression module and head_more module. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: update to 1.12.0, the latest stable versionVal Kulkov2017-05-24
| | | | | | This is a straightforward update to the latest stable version. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* 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 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: 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: 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>