mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
nginx: update geoip2 module
Fixes compilation with GCC14. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
49e3c330d4
commit
bfbb58ae07
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user