summaryrefslogtreecommitdiffstats
path: root/package/nginx/nginx.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-27 09:03:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-27 21:37:11 +0100
commit77dd34bc795cad4163476426db0e3fda51d1c67d (patch)
treec2ed168f2b167d7d9a78d6028cc27588e0a11a11 /package/nginx/nginx.mk
parente537d52b8516a751b2bec0ce0b0139f9c3d6f16f (diff)
downloadbuildroot-77dd34bc795cad4163476426db0e3fda51d1c67d.tar.gz
buildroot-77dd34bc795cad4163476426db0e3fda51d1c67d.zip
nginx: security bump to version 1.8.1
Fixes: CVE-2016-0742 - invalid pointer dereference might occur during DNS server response processing if the "resolver" directive was used, allowing anattacker who is able to forge UDP packets from the DNS server to cause segmentation fault in a worker process. CVE-2016-0746 - use-after-free condition might occur during CNAME response processing if the "resolver" directive was used, allowing an attacker who is able to trigger name resolution to cause segmentation fault in a worker process, or might have potential other impact. CVE-2016-0747 - CNAME resolution was insufficiently limited if the "resolver" directive was used, allowing an attacker who is able to trigger arbitrary name resolution to cause excessive resource consumption in worker processes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 8e23bd8e10..7348e485ef 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NGINX_VERSION = 1.8.0
+NGINX_VERSION = 1.8.1
NGINX_SITE = http://nginx.org/download
NGINX_LICENSE = BSD-2c
NGINX_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud