From: Rosen Penev Date: Mon, 28 Oct 2024 05:35:52 +0000 (-0700) Subject: nginx: update geoip2 module X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bfbb58ae07abe2fb917c691f8e5f3465ea07a4f2;p=feed%2Fpackages.git nginx: update geoip2 module Fixes compilation with GCC14. Signed-off-by: Rosen Penev --- diff --git a/net/nginx/Makefile b/net/nginx/Makefile index c4a81986b3..d119b43773 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx PKG_VERSION:=1.26.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ @@ -212,10 +212,9 @@ define Package/nginx-mod-luci/install endef define Download/nginx-mod-geoip2 - SOURCE_DATE:=2020-01-22 - VERSION:=1cabd8a1f68ea3998f94e9f3504431970f848fbf - URL:=https://github.com/leev/ngx_http_geoip2_module.git - MIRROR_HASH:=f3d2a1af5c34812b5a34453457ba6a4d8093c92085aa7f76c46a1c4185c9735c + VERSION:=3.4 + URL:=https://github.com/leev/ngx_http_geoip2_module + MIRROR_HASH:=22d67e35067faed200ea398581dd0dc9d599bc6ab4c0ea2034a1ea55666fdc1d PROTO:=git endef