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