diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-07-14 11:08:12 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-14 15:13:55 +0200 |
commit | e67e6a72fd23e003bd5415691536c96ef0de244b (patch) | |
tree | 5f3b701de73c1f78c39c3f001d96ae2aa22785d6 /package/nginx/nginx.mk | |
parent | f5f3eb0bc229893de883fdd8863851e68a1f1be6 (diff) | |
download | buildroot-e67e6a72fd23e003bd5415691536c96ef0de244b.tar.gz buildroot-e67e6a72fd23e003bd5415691536c96ef0de244b.zip |
nginx: security bump to version 1.12.1
Fixes CVE-2017-7529 - Nginx versions since 0.5.6 up to and including 1.13.2
are vulnerable to integer overflow vulnerability in nginx range filter
module resulting into leak of potentially sensitive information triggered by
specially crafted request.
For more details, see:
http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nginx/nginx.mk')
-rw-r--r-- | package/nginx/nginx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk index 54126ab912..ceb80229d3 100644 --- a/package/nginx/nginx.mk +++ b/package/nginx/nginx.mk @@ -4,7 +4,7 @@ # ################################################################################ -NGINX_VERSION = 1.12.0 +NGINX_VERSION = 1.12.1 NGINX_SITE = http://nginx.org/download NGINX_LICENSE = BSD-2-Clause NGINX_LICENSE_FILES = LICENSE |