From: Tiago Gaspar Date: Sun, 2 Jul 2023 17:11:28 +0000 (+0100) Subject: nginx: update to 1.25.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f2c0fa9206463ef636a00216ef00fb5583c1d608;p=feed%2Fpackages.git nginx: update to 1.25.1 Update nginx to 1.25.1. *) Feature: the "http2" directive, which enables HTTP/2 on a per-server basis; the "http2" parameter of the "listen" directive is now deprecated. *) Change: HTTP/2 server push support has been removed. *) Change: the deprecated "ssl" directive is not supported anymore. *) Bugfix: in HTTP/3 when using OpenSSL. Signed-off-by: Tiago Gaspar [ improve commit title and add nginx changelog ] Signed-off-by: Christian Marangi --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 2937c96ce1..b90f55d0aa 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.25.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.25.1 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ -PKG_HASH:=5ed44d45943272a4e8a5bcf4434237210f2de31b903fca5e381c1bbd7eee1e8c +PKG_HASH:=f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602 PKG_MAINTAINER:=Thomas Heil \ Ansuel Smith