aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/patches/201-ignore-invalid-options.patch
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: update to 1.17.5Ansuel Smith2019-11-16
| | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* 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>