From c3c5018742a778fc973b127d243bda4c5a7099fa Mon Sep 17 00:00:00 2001 From: Tiago Gaspar Date: Wed, 30 Aug 2023 00:01:23 +0100 Subject: nginx: update nginx to 1.25.2 Update nginx to the latest version. This brings mainly fixes to HTTP/3 (QUIC). Signed-off-by: Tiago Gaspar --- net/nginx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/nginx/Makefile') diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 3251e69d4..b01f1ca5b 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.25.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.25.2 +PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ -PKG_HASH:=f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602 +PKG_HASH:=05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711 PKG_MAINTAINER:=Thomas Heil \ Ansuel Smith -- cgit v1.2.3