Date: Wed, 11 Aug 2021 11:41:45 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85f45073be56 - main - security/suricata: Use lang/luajit-openresty Message-ID: <202108111141.17BBfjUi067590@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=85f45073be56941e9ac49776f0a479ec8ddb11dd commit 85f45073be56941e9ac49776f0a479ec8ddb11dd Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2021-08-11 11:36:31 +0000 Commit: Renato Botelho <garga@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108111141.17BBfjUi067590>