From c08dac5ec52441d1aefc0bf8ef251fb1fae5ff8e Mon Sep 17 00:00:00 2001 From: "S. Brusch" Date: Fri, 2 Feb 2024 13:28:37 +0100 Subject: [PATCH] crowdsec: new upstream release version 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- net/crowdsec/Makefile | 4 ++-- net/crowdsec/patches/001-fix_config_data_dir.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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