Skip to content

Commit

Permalink
fix crowdsec-firewall-bouncer build (#6)
Browse files Browse the repository at this point in the history
* tag grep on first occurence only
* fix grep tag
* fix crowdsec-firewall-bouncer Makefile
  • Loading branch information
erdoukki committed Feb 28, 2022
1 parent 01962e8 commit a058a00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cross/crowdsec-firewall-bouncer/Makefile
Expand Up @@ -5,7 +5,6 @@
# Copyright (C) 2021-2022 Gerald Kerma <gandalf@gk2.net>
# Copyright (C) 2021-2022 CrowdSec <crowdsec@crowdsec.net>
#
#

SRCNAME = cs-firewall-bouncer
PKG_NAME = crowdsec-firewall-bouncer
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions cross/crowdsec/Makefile
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit a058a00

Please sign in to comment.