]> git.99rst.org Git - openwrt-packages.git/commitdiff
nginx: update to 1.30.3
authorJan Klos <redacted>
Wed, 1 Jul 2026 09:49:54 +0000 (11:49 +0200)
committerJosef Schlehofer <redacted>
Mon, 6 Jul 2026 07:56:39 +0000 (09:56 +0200)
Fixes buffer overflow vulnerability in ngx_http_proxy_v2_module & ngx_http_grpc_module
(CVE-2026-42055) and buffer overread vulnerability in ngx_http_charset_module (CVE-2026-48142).

Signed-off-by: Jan Klos <redacted>
net/nginx/Makefile

index 3cec6d950c11f7023a3649b22d045247d64874aa..32b1f425c99999f4717dca78ec28f8a010536bb1 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx
-PKG_VERSION:=1.30.2
+PKG_VERSION:=1.30.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nginx.org/download/
-PKG_HASH:=7df3090907fca3cc0e456d6dc00ceb230da74ea88026ceff0affc29dbbd9ac4c
+PKG_HASH:=e5823dc6f45610993def93ebf6cfce68264af4958c77e874b7d20f3709001b8f
 
 PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> \
                                Christian Marangi <ansuelsmth@gmail.com>
git clone https://git.99rst.org/PROJECT