From a058a005c8eb5f29b5b48d0677af909febd059ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kerma=20G=C3=A9rald?= Date: Mon, 28 Feb 2022 13:37:20 +0100 Subject: [PATCH] fix crowdsec-firewall-bouncer build (#6) * tag grep on first occurence only * fix grep tag * fix crowdsec-firewall-bouncer Makefile --- cross/crowdsec-firewall-bouncer/Makefile | 3 +-- cross/crowdsec/Makefile | 3 +-- spk/crowdsec-firewall-bouncer/{src => }/Makefile | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename spk/crowdsec-firewall-bouncer/{src => }/Makefile (100%) diff --git a/cross/crowdsec-firewall-bouncer/Makefile b/cross/crowdsec-firewall-bouncer/Makefile index eb97ee0f..dd9206a6 100644 --- a/cross/crowdsec-firewall-bouncer/Makefile +++ b/cross/crowdsec-firewall-bouncer/Makefile @@ -5,7 +5,6 @@ # Copyright (C) 2021-2022 Gerald Kerma # Copyright (C) 2021-2022 CrowdSec # -# SRCNAME = cs-firewall-bouncer PKG_NAME = crowdsec-firewall-bouncer @@ -29,7 +28,7 @@ DISTRIBUTOR_URL = "https://www.crowdsec.net" MAINTAINER = "CyberMind" MAINTAINER_URL = "https://cybermind.fr" -COMMENT = crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. +COMMENT = crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. COMPILE_TARGET = crowdsec-firewall-bouncer_compile INSTALL_TARGET = crowdsec-firewall-bouncer_install diff --git a/cross/crowdsec/Makefile b/cross/crowdsec/Makefile index 53306f71..bc28f79e 100644 --- a/cross/crowdsec/Makefile +++ b/cross/crowdsec/Makefile @@ -28,8 +28,7 @@ DISTRIBUTOR_URL = "https://www.crowdsec.net" MAINTAINER = "CyberMind" MAINTAINER_URL = "https://cybermind.fr" -COMMENT = CrowdSec - the open-source and participative IPS able to analyze visitor behavior & provide an adapted response to all kinds of attacks. It also leverages the crowd power to generate a global CTI database to protect the user network. -LICENSE = MIT +COMMENT = CrowdSec - the open-source and participative IPS able to analyze visitor behavior & provide an adapted response to all kinds of attacks. It also leverages the crowd power to generate a global CTI database to protect the user network. COMPILE_TARGET = crowdsec_compile INSTALL_TARGET = crowdsec_install diff --git a/spk/crowdsec-firewall-bouncer/src/Makefile b/spk/crowdsec-firewall-bouncer/Makefile similarity index 100% rename from spk/crowdsec-firewall-bouncer/src/Makefile rename to spk/crowdsec-firewall-bouncer/Makefile