nginx: update to 1.16.1
authorDENG Qingfang <redacted>
Wed, 14 Aug 2019 18:42:24 +0000 (02:42 +0800)
committerDENG Qingfang <redacted>
Wed, 14 Aug 2019 18:42:24 +0000 (02:42 +0800)
Fixes:
when using HTTP/2 a client might cause excessive memory
consumption and CPU usage (CVE-2019-9511, CVE-2019-9513,
CVE-2019-9516).

Signed-off-by: DENG Qingfang <redacted>
net/nginx/Makefile

index 50635960d77ef985ab553c0ee15a439042a3ae20..40449b2a2d75b27df71d73658eca46c5e2f1f27c 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx
-PKG_VERSION:=1.16.0
+PKG_VERSION:=1.16.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nginx.org/download/
-PKG_HASH:=4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345
+PKG_HASH:=f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \
                                Ansuel Smith <ansuelsmth@gmail.com>
git clone https://git.99rst.org/PROJECT