crowdsec: new upstream release version 1.6.0
authorS. Brusch <ne20002@gmx.ch>
Fri, 2 Feb 2024 12:28:37 +0000 (13:28 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 4 Feb 2024 23:55:41 +0000 (15:55 -0800)
Update crowdsec to latest upstream release version 1.6.0

Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma GĂ©rald <gandalf@gk2.net>
Package tested: not able to test run due to limited space (package is big)

Description: update to latest version of upstream

net/crowdsec/Makefile
net/crowdsec/patches/001-fix_config_data_dir.patch

index 48a0ac9e9bf27d1a962ea9bb8dc043497f7c95ff..321b13d3524385fba32dd647c8bbbfbc9c4fb7c0 100644 (file)
@@ -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
index 1d7321ab67de9095cf459a2e1a0fa1d469857c2b..4b1118dce09d0e2063bee83b2d7d9cf79091dac0 100644 (file)
@@ -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