]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/nginx: bump version to 1.10.0
authorMartin Bark <martin@barkynet.com>
Tue, 3 May 2016 09:36:54 +0000 (10:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 May 2016 20:23:34 +0000 (22:23 +0200)
The ngx_http_spdy_module has been superseded by the ngx_http_v2_module
so BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE has changed to
BR2_PACKAGE_NGINX_HTTP_V2_MODULE

Signed-off-by: Martin Bark <martin@barkynet.com>
[Thomas: rewrap Config.in.legacy help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
package/nginx/0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch
package/nginx/Config.in
package/nginx/nginx.hash
package/nginx/nginx.mk

index 5317dde9882127306d3d2a8e138521537f75ee5d..897a6d2bbb9743c8bcfa393334dae1e4ed6067fd 100644 (file)
@@ -145,6 +145,16 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.05"
 
+config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
+       bool "nginx http spdy module removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_NGINX_HTTP_V2_MODULE
+       help
+         The ngx_http_spdy_module has been superseded by the
+         ngx_http_v2_module since nginx v1.9.5.  The
+         ngx_http_v2_module modules has been automatically selected
+         in your configuration.
+
 config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RTP
        bool "gst1-plugins-bad rtp plugin moved to good"
        select BR2_LEGACY
index 496459ea4b688f7c2ba233926f6c88bf597e6f63..829a435eef3e72d4d7d0b338b31970fdec54ced9 100644 (file)
@@ -13,6 +13,8 @@ Signed-off-by: Samuel Martin <s.martin49@gmail.com>
 Refresh for 1.8.0.
 
 Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
+[martin@barkynet.com: Updated for 1.10.0]
+Signed-off-by: Martin Bark <martin@barkynet.com>
 ---
  auto/types/sizeof | 42 ++++++++++++++++++++++++++++--------------
  1 file changed, 28 insertions(+), 14 deletions(-)
@@ -30,7 +32,7 @@ index a5f66bb..c6f31ec 100644
  
  #include <sys/types.h>
  #include <sys/time.h>
-@@ -25,29 +25,43 @@ $NGX_INCLUDE_UNISTD_H
+@@ -25,22 +25,40 @@ $NGX_INCLUDE_UNISTD_H
  $NGX_INCLUDE_INTTYPES_H
  $NGX_INCLUDE_AUTO_CONFIG_H
  
@@ -80,13 +82,6 @@ index a5f66bb..c6f31ec 100644
      echo " $ngx_size bytes"
  fi
  
--
--rm -rf $NGX_AUTOTEST*
--
--
- case $ngx_size in
-     4)
-         ngx_max_value=2147483647
 -- 
 1.9.1
 
index be445f4f6ccb30a65a88063bfec565bc07637d39..0c39a635d83d40abc44accaa781d1d61d8eb0283 100644 (file)
@@ -36,8 +36,8 @@ config BR2_PACKAGE_NGINX_HTTP_SSL_MODULE
        help
          Enable ngx_http_ssl_module
 
-config BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE
-       bool "ngx_http_spdy_module"
+config BR2_PACKAGE_NGINX_HTTP_V2_MODULE
+       bool "ngx_http_v2_module"
        select BR2_PACKAGE_ZLIB
        help
          Enable ngx_http_spdy_module
index fe4d6b2f01f0857729194f88859cec15d5dee6ad..394f4d2c80ffe2b7603a523615fed1f0fe9b7604 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7        nginx-1.8.1.tar.gz
+sha256 8ed647c3dd65bc4ced03b0e0f6bf9e633eff6b01bac772bcf97077d58bc2be4d        nginx-1.10.0.tar.gz
index f6bae7e0dbf2f123cd48f8c8b4f94e3e7ac8efca..25fb9a886e90ef531c82bd4660e726fe7dc089b4 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NGINX_VERSION = 1.8.1
+NGINX_VERSION = 1.10.0
 NGINX_SITE = http://nginx.org/download
 NGINX_LICENSE = BSD-2c
 NGINX_LICENSE_FILES = LICENSE
@@ -104,9 +104,9 @@ else
 NGINX_CONF_OPTS += --without-http-cache
 endif
 
-ifeq ($(BR2_PACKAGE_NGINX_HTTP_SPDY_MODULE),y)
+ifeq ($(BR2_PACKAGE_NGINX_HTTP_V2_MODULE),y)
 NGINX_DEPENDENCIES += zlib
-NGINX_CONF_OPTS += --with-http_spdy_module
+NGINX_CONF_OPTS += --with-http_v2_module
 endif
 
 ifeq ($(BR2_PACKAGE_NGINX_HTTP_SSL_MODULE),y)