aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Makefile
diff options
context:
space:
mode:
authorTiago Gaspar <tiagogaspar8@gmail.com>2023-08-30 00:01:23 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-09-22 13:16:27 +0200
commitc3c5018742a778fc973b127d243bda4c5a7099fa (patch)
tree4d6efe52fe78c6ce4dcefb72c56ce73441ea1e18 /net/nginx/Makefile
parent3d11e5c197e250f0a32ca813ff07d480b59311d0 (diff)
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 <tiagogaspar8@gmail.com>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r--net/nginx/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <heil@terminal-consulting.de> \
Ansuel Smith <ansuelsmth@gmail.com>