From: S. Brusch Date: Fri, 2 Feb 2024 12:28:37 +0000 (+0100) Subject: crowdsec: new upstream release version 1.6.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c08dac5ec52441d1aefc0bf8ef251fb1fae5ff8e;p=openwrt-packages.git crowdsec: new upstream release version 1.6.0 Update crowdsec to latest upstream release version 1.6.0 Signed-off-by: S. Brusch Maintainer: Kerma Gérald Package tested: not able to test run due to limited space (package is big) Description: update to latest version of upstream --- diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index 48a0ac9e9..321b13d35 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 1d7321ab6..4b1118dce 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