diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-22 15:47:44 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-22 15:47:44 +0200 |
commit | 30b85f4954db4b28a27420309b9e0755b2a9883c (patch) | |
tree | 338fdf1c7d1707e77f5e13c503f464732070c4ad /net/nginx/Makefile | |
parent | f0754531c4d85ac301c95d7dc6c83acdad6b24e7 (diff) |
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>
Diffstat (limited to 'net/nginx/Makefile')
-rw-r--r-- | net/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 7601c442a..0ff45f5e5 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -265,9 +265,9 @@ define Download/nginx-mod-ts endef define Download/nginx-mod-naxsi - VERSION:=951123ad456bdf5ac94e8d8819342fe3d49bc002 + VERSION:=d714f1636ea49a9a9f4f06dba14aee003e970834 URL:=https://github.com/nbs-system/naxsi.git - MIRROR_HASH:=c734cae19a596affadd62a2df1b58d3df8d1364093a4e80a7cd1ab4555963535 + MIRROR_HASH:=bd006686721a68d43f052f0a4f00e9ff99fb2abfbc4dcf8194a3562fe4e5c08b PROTO:=git endef |