diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index 48a0ac9e9b..321b13d352 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec -PKG_VERSION:=1.5.5 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ec7b2815405be4c3a1c9c3dcb1110030c29b7408dbf2a82d25537843c8831329 +PKG_HASH:=6d79d67383c7faed6c5b2019e4f01c6ed84334c8c45cd1736ff18a03167aa192 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/net/crowdsec/patches/001-fix_config_data_dir.patch b/net/crowdsec/patches/001-fix_config_data_dir.patch index 1d7321ab67..4b1118dce0 100644 --- a/net/crowdsec/patches/001-fix_config_data_dir.patch +++ b/net/crowdsec/patches/001-fix_config_data_dir.patch @@ -1,7 +1,7 @@ --- a/config/config.yaml +++ b/config/config.yaml -@@ -9,7 +9,7 @@ common: - working_dir: . +@@ -8,7 +8,7 @@ common: + log_max_files: 10 config_paths: config_dir: /etc/crowdsec/ - data_dir: /var/lib/crowdsec/data/ @@ -9,7 +9,7 @@ simulation_path: /etc/crowdsec/simulation.yaml hub_dir: /etc/crowdsec/hub/ index_path: /etc/crowdsec/hub/.index.json -@@ -26,7 +26,7 @@ cscli: +@@ -25,7 +25,7 @@ cscli: db_config: log_level: info type: sqlite