git: 85f45073be56 - main - security/suricata: Use lang/luajit-openresty
Renato Botelho
garga at FreeBSD.org
Wed Aug 11 11:41:45 UTC 2021
The branch main has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85f45073be56941e9ac49776f0a479ec8ddb11dd
commit 85f45073be56941e9ac49776f0a479ec8ddb11dd
Author: Renato Botelho <garga at FreeBSD.org>
AuthorDate: 2021-08-11 11:36:31 +0000
Commit: Renato Botelho <garga at FreeBSD.org>
CommitDate: 2021-08-11 11:40:21 +0000
security/suricata: Use lang/luajit-openresty
Change optional LUAJIT dependency to lang/luajit-openresty and make it
possible to build it on aarch64
PR: 257749
Approved by: Franco Fichtner <franco at opnsense.org> (maintainer)
Obtained from: pfSense
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
security/suricata/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index f97ef9fc56f2..2ab4775f32cd 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -1,6 +1,6 @@
PORTNAME= suricata
DISTVERSION= 6.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= https://www.openinfosecfoundation.org/download/
@@ -71,7 +71,7 @@ HYPERSCAN_LIB_DEPENDS= libhs.so:devel/hyperscan
IPFW_CONFIGURE_ON= --enable-ipfw
-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit
+LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
LUAJIT_CONFIGURE_ON= --enable-luajit
LUA_USES= lua:51
More information about the dev-commits-ports-all
mailing list