18 Commits

Author SHA1 Message Date
luka
58072524d7 Add configuration settings to disable certain features in nginx to
be able to reduce it's footprint and allow nginx to be built with
support for lua.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 16:48:53 +00:00
blogic
16b1d4af06 [packages] Keep /etc/nginx/ on sysupgrade
This allows additional files in /etc/nginx/, such as SSL certificates,
tobe saved on sysupgrade.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-24 13:51:50 +00:00
jow
a6449c0293 [packages] usb-modeswitch: wait a second before retrying modeswitching, this reportedly helps to kick some dongles into operation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-05 17:27:01 +00:00
nbd
bcf82f61ed nginx: libcrypto from libopenssl is required even if ssl support is disabled, add dependency on libpthread as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 23:49:37 +00:00
luka
3259bec42c [packages] nginx: update to version 1.2.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 18:08:36 +00:00
juhosg
ce0f4785aa packages: Upgrade nginx to 1.0.15
Changelog: http://nginx.org/en/CHANGES-1.0

This upgrade includes a fix for a security vulnerability, CVE-2012-2089.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-27 19:49:18 +00:00
jow
18b369cf5d Upgrade nginx to 1.0.14
Upgrade nginx to 1.0.14.

Changelog: http://nginx.org/en/CHANGES-1.0

This upgrade includes a fix for a major security vulnerability,
CVE-2012-1180.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-09 14:59:19 +00:00
blogic
4f170fbd11 nginx: bump to 1.0.10
important fixes in changelog of 1.0.10 nginx from the current 1.0.8 in
trunk:
http://nginx.org/en/CHANGES-1.0

Signed-off-by: Daniel Petre <dani@ip6.ro>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-30 12:44:22 +00:00
nico
c818416588 [packages] nginx: update to latest stable 1.0.8 (closes: #8510)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 22:55:07 +00:00
cshore
926d180653 [net] Web Servers/Proxies: Move all web servers, proxies, and related programs into the combined Web Servers/Proxies category. One-stop shopping.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 04:41:35 +00:00
mb
d24228bcf2 nginx: Add missing zlib dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 13:04:45 +00:00
mb
c921d62239 nginx: Try to fix openssl dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-13 17:38:31 +00:00
mb
ec01578a1a nginx: Add openssl dependency. Also fix parallel build.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-08 22:36:18 +00:00
benoar
2e40982c2e [package] nginx: update to 0.7.67
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:08:55 +00:00
benoar
faa96cd5df [package] nginx: packaging enhancements
* add a separate config menu for optionnal modules (not every possible
   module are here; just taken the ones Debian enables). By default they
   are all disabled, so this removes the default dependency on
   libopenssl.
 * correctly listed conffiles
 * enable IPv6 only when CONFIG_IPV6 is set
 * change the default listening adress in nginx.conf when IPv6 is
   enabled so that it listens on [::]


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:05:56 +00:00
nico
21f266c0d6 [packages] nginx: update to 0.7.65
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 21:13:33 +00:00
florian
2ae2252b5d [package] update nginx to 0.7.64, patch from Benjamin Cama
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 23:03:44 +00:00
florian
0f0c466f49 [package] add nginx, patch from Benjamin Cama
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 14:22:48 +00:00