summaryrefslogtreecommitdiffstats
path: root/package/nginx/nginx.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-12-11 10:39:00 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-13 22:20:00 +0100
commitbc60c57f6920ce055acb11ef4e3e7c2123ce9bf7 (patch)
tree7cd30bb00bdfaad943784a0c61ed8e137bbb07bd /package/nginx/nginx.mk
parent153c5e8e92a64dac36b1d8da7e102301cbd0fed7 (diff)
downloadbuildroot-bc60c57f6920ce055acb11ef4e3e7c2123ce9bf7.tar.gz
buildroot-bc60c57f6920ce055acb11ef4e3e7c2123ce9bf7.zip
nginx: bump to version 1.15.7
1.15.7 contains a number of bugfixes. From the changes file: *) Bugfix: memory leak on errors during reconfiguration. *) Bugfix: in the $upstream_response_time, $upstream_connect_time, and $upstream_header_time variables. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_mp4_module was used on 32-bit platforms. https://nginx.org/en/CHANGES Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/nginx/nginx.mk')
-rw-r--r--package/nginx/nginx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index 5253174478..3bdd92b3f5 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NGINX_VERSION = 1.15.6
+NGINX_VERSION = 1.15.7
NGINX_SITE = http://nginx.org/download
NGINX_LICENSE = BSD-2-Clause
NGINX_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud