Files
mmetcandGitHub 248fa0c978 crowdsec: 1.0.10 (#4706)
* Update crowdsec rule reference ($ -> <>); bump release

* php cleanup

* javascript: reformat

* backport js changes from pfsense: var -> const, let, function order

* backport name change

* backport changes: const -> var; id =

* prettier

* tabs

* backport callback style

* cron: avoid spamming stdout when the hub index is updated

* icon

* add outgoing rules

* blacklists -> blocklists

* some python typing

* enroll to console from the settings

* v1.0.10 with option to disable rule generation
2025-05-27 14:34:14 +02:00

9 lines
241 B
Makefile

PLUGIN_NAME= crowdsec
PLUGIN_VERSION= 1.0.10
PLUGIN_DEPENDS= crowdsec
PLUGIN_COMMENT= Lightweight and collaborative security engine
PLUGIN_MAINTAINER= marco@crowdsec.net
PLUGIN_WWW= https://crowdsec.net/
.include "../../Mk/plugins.mk"