Commit Graph

26 Commits

Author SHA1 Message Date
869b88366b packages: nginx: fix libopenssl dependency
The build system doesn't understand this compound DEPENDS condition
without it being wrapped in parentheses. menuconfig does understand it, so
libopenssl would be selected if nginx needed it, but there was no
guarantee that openssl would be built before nginx. Adding parentheses
fixes the problem. This seems to be how compound conditions are generally
handled in OpenWrt Makefiles.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-12 10:51:22 +00:00
37116eddba packages: nginx: fix PCRE symbol name and fix dependency
Fix PCRE config symbol name and let HTTP_REWRITE select it as it
depends on PCRE.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 21:26:23 +00:00
eeb58e1837 packages: nginx: update to 1.2.8
Adds various bug fixes and IPv6 support to the GEO IP module.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-22 15:09:22 +00:00
625016864d packages: nginx: clean up options
* Make all options enabling features (and default to y in case if
  they were previously disabling features).
* Add missing SSL dependencies to AUTH_BASIC and HTTP_CACHE, allowing
  them to be enabled/disabled independently.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-22 15:09:19 +00:00
fca60ba7ca [packages] nginx: update to 1.2.6 and revert r35201
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-23 13:42:08 +00:00
jow
12a118c5af fix nginx build
The NGINX_SSL qualifier in the dependencies list doesn't seem to do
what is intended.  Needed to remove it in order to build to a
successful conclusion.

Signed-off-by: Russell Senior <russell@personaltelco.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-17 15:51:42 +00:00
7051aaedfc nginx: update to 1.2.5.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:44:29 +00:00
90bbd79bcc nginx: upgrade to 1.2.3
Changelog: http://nginx.org/en/CHANGES-1.2

Signed-off-by: Mark Mentovai <mark@moxienet.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:21:08 +00:00
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
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
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
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
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
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
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
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
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
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
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
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