Skip to content

Commit 5c46a77

Browse files
committed
nginx: update repository of maintained naxsi module
Switch the naxsi-module repository to an actively maintained fork recomanded by nbs-system due to the original project is officially abandoned (archived in 2023.11.08). Signed-off-by: JK觸發器 <ionsuite@gmail.com>
1 parent e4b1d8c commit 5c46a77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

net/nginx/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,9 @@ define Download/nginx-mod-ts
290290
endef
291291

292292
define Download/nginx-mod-naxsi
293-
SOURCE_DATE:=2022-09-14
294-
SOURCE_VERSION:=d714f1636ea49a9a9f4f06dba14aee003e970834
295-
URL:=https://github.com/nbs-system/naxsi.git
293+
SOURCE_DATE:=2025-01-05
294+
VERSION:=b61ba37b3666b386c7a6d83fbcdf6ca3377395a1
295+
URL:=https://github.com/wargio/naxsi.git
296296
MIRROR_HASH:=b0cef5fbf842f283eb5f0686ddd1afcd07d83abd7027c8cfb3e84a2223a34797
297297
PROTO:=git
298298
endef
@@ -356,7 +356,7 @@ $(foreach m,$(PKG_MOD_EXTRA),$(eval $(call Module/Download,$(m))))
356356

357357
define Module/nginx-mod-naxsi/install
358358
$(INSTALL_DIR) $(1)/etc/nginx
359-
$(INSTALL_CONF) $(PKG_BUILD_DIR)/nginx-mod-naxsi/naxsi_config/naxsi_core.rules $(1)/etc/nginx
359+
$(INSTALL_CONF) $(PKG_BUILD_DIR)/nginx-mod-naxsi/naxsi_rules/naxsi_core.rules $(1)/etc/nginx
360360
endef
361361

362362
define Quilt/Refresh/Package

0 commit comments

Comments
 (0)