crowdsec: update to 1.4.6
Update crowdsec to latest upstream release version 1.4.6 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Run tested: ipq40xx/generic, Fritzbox 4040, Openwrt 22.03.3
This commit is contained in:
parent
0706b1d2d9
commit
a2c84138e1
2 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=crowdsec
|
PKG_NAME:=crowdsec
|
||||||
PKG_VERSION:=1.3.0
|
PKG_VERSION:=1.4.6
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=b81419d9a1af500c16a02f052ac6af54253a621ee1575131dfae0f578426d816
|
PKG_HASH:=acec1560593da78e37acbf44f2337a1e3026646ece00ab02eded78f71a2adda3
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/config/config.yaml
|
--- a/config/config.yaml
|
||||||
+++ b/config/config.yaml
|
+++ b/config/config.yaml
|
||||||
@@ -7,7 +7,7 @@ common:
|
@@ -10,7 +10,7 @@ common:
|
||||||
working_dir: .
|
working_dir: .
|
||||||
config_paths:
|
config_paths:
|
||||||
config_dir: /etc/crowdsec/
|
config_dir: /etc/crowdsec/
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
simulation_path: /etc/crowdsec/simulation.yaml
|
simulation_path: /etc/crowdsec/simulation.yaml
|
||||||
hub_dir: /etc/crowdsec/hub/
|
hub_dir: /etc/crowdsec/hub/
|
||||||
index_path: /etc/crowdsec/hub/.index.json
|
index_path: /etc/crowdsec/hub/.index.json
|
||||||
@@ -21,7 +21,7 @@ cscli:
|
@@ -26,7 +26,7 @@ cscli:
|
||||||
db_config:
|
db_config:
|
||||||
log_level: info
|
log_level: info
|
||||||
type: sqlite
|
type: sqlite
|
||||||
- db_path: /var/lib/crowdsec/data/crowdsec.db
|
- db_path: /var/lib/crowdsec/data/crowdsec.db
|
||||||
+ db_path: /srv/crowdsec/data/crowdsec.db
|
+ db_path: /srv/crowdsec/data/crowdsec.db
|
||||||
|
#max_open_conns: 100
|
||||||
#user:
|
#user:
|
||||||
#password:
|
#password:
|
||||||
#db_name:
|
|
||||||
|
|
Loading…
Reference in a new issue