nginx: update geoip2 module
authorRosen Penev <rosenp@gmail.com>
Mon, 28 Oct 2024 05:35:52 +0000 (22:35 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 8 Nov 2024 13:37:00 +0000 (14:37 +0100)
Fixes compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/nginx/Makefile

index c4a81986b32b102b9cfd106399c40314683b1634..d119b43773c73348faf6c736fbbde81171c9d8df 100644 (file)
@@ -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