nginx: bump naxsi module to latest git HEAD

Bump naxsi module to latest git HEAD to fix compilation error with pcre2
library.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2023-09-22 15:47:44 +02:00
parent f0754531c4
commit 30b85f4954
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -265,9 +265,9 @@ define Download/nginx-mod-ts
endef endef
define Download/nginx-mod-naxsi define Download/nginx-mod-naxsi
VERSION:=951123ad456bdf5ac94e8d8819342fe3d49bc002 VERSION:=d714f1636ea49a9a9f4f06dba14aee003e970834
URL:=https://github.com/nbs-system/naxsi.git URL:=https://github.com/nbs-system/naxsi.git
MIRROR_HASH:=c734cae19a596affadd62a2df1b58d3df8d1364093a4e80a7cd1ab4555963535 MIRROR_HASH:=bd006686721a68d43f052f0a4f00e9ff99fb2abfbc4dcf8194a3562fe4e5c08b
PROTO:=git PROTO:=git
endef endef