From: Jan Klos Date: Wed, 1 Jul 2026 09:49:54 +0000 (+0200) Subject: nginx: update to 1.30.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2dd9e6f827b97fd516e27a7bb844c23ede79c999;p=openwrt-packages.git nginx: update to 1.30.3 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 --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 3cec6d950..32b1f425c 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -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 \ Christian Marangi