From 16fec50f20e89844ecd339d750a343d8a5232170 Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Tue, 10 Sep 2024 21:14:02 +0200 Subject: [PATCH] testing/crowdsec: upgrade to 1.6.3 --- testing/crowdsec/APKBUILD | 8 ++++---- testing/crowdsec/system-sqlite.patch | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/testing/crowdsec/APKBUILD b/testing/crowdsec/APKBUILD index c327eca26eb..2b925ce8504 100644 --- a/testing/crowdsec/APKBUILD +++ b/testing/crowdsec/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Nicolas Lorin # Maintainer: Nicolas Lorin pkgname=crowdsec -pkgver=1.6.2 -pkgrel=4 +pkgver=1.6.3 +pkgrel=0 pkgdesc="behavior detection engine, coupled with a global IP reputation network" url="https://crowdsec.net/" arch="all" @@ -88,7 +88,7 @@ _plugin() { } sha512sums=" -cd3007843e76f732aa01c14fa09dc6e2a45f5bcdd3eb130f20cee2b1d7282a9808b74e3884f506a499a84631119c49255d6567b8410ded40880b23779d0eebf2 crowdsec-1.6.2-2.tar.gz -ddabca84cb32b6461a3944b00e38807715320bbf46cf7b39fcbba0190d6dae7748950e1a424b95247779fdd15dbb2120fab43b80b479a03c895f246d45ecaf7b system-sqlite.patch +b5d19ef280c40c676c3e299cdd3ba11b5c841d7b6058e601ddedf4451c02df7935a9e7ad1238bc6bbc4e93beae088f18dcfe1132f94be1f4880d6452d95cf1ca crowdsec-1.6.3-2.tar.gz +7c70d397c6ebb4bbc2249ba65133db7f288742d61972204d5285065cc3f03d272efa4dde4f3e288d856ed641945f99161bffc5ae80ec9efce8b16fe05f2ef740 system-sqlite.patch 098db47afd457c9d68c69097c31fae29cd0c0dc98199b254f75b130ac228ac43c024182bebd7eae756ae4fa2f54682b7f0534cb04311468224d9df2ce4f67ec2 crowdsec.initd " diff --git a/testing/crowdsec/system-sqlite.patch b/testing/crowdsec/system-sqlite.patch index 63a5b7cd0f9..ab4681809c4 100644 --- a/testing/crowdsec/system-sqlite.patch +++ b/testing/crowdsec/system-sqlite.patch @@ -1,11 +1,11 @@ --- a/Makefile 2023-09-18 11:54:09.000000000 +0200 +++ b/Makefile 2023-09-18 20:19:59.347761343 +0200 -@@ -81,7 +81,7 @@ ifneq (,$(DOCKER_BUILD)) - LD_OPTS_VARS += -X '$(GO_MODULE_NAME)/pkg/cwversion.System=docker' +@@ -78,7 +78,7 @@ LD_OPTS_VARS += -X 'github.com/crowdsecu endif --GO_TAGS := netgo,osusergo,sqlite_omit_load_extension -+GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,libsqlite3 + #expr_debug tag is required to enable the debug mode in expr +-GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,expr_debug ++GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,expr_debug,libsqlite3 # this will be used by Go in the make target, some distributions require it export PKG_CONFIG_PATH:=/usr/local/lib/pkgconfig:$(PKG_CONFIG_PATH)