mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/crowdsec: upgrade to 1.6.3
This commit is contained in:
parent
0ab8ac0021
commit
16fec50f20
@ -2,8 +2,8 @@
|
|||||||
# Contributor: Nicolas Lorin <androw95220@gmail.com>
|
# Contributor: Nicolas Lorin <androw95220@gmail.com>
|
||||||
# Maintainer: Nicolas Lorin <androw95220@gmail.com>
|
# Maintainer: Nicolas Lorin <androw95220@gmail.com>
|
||||||
pkgname=crowdsec
|
pkgname=crowdsec
|
||||||
pkgver=1.6.2
|
pkgver=1.6.3
|
||||||
pkgrel=4
|
pkgrel=0
|
||||||
pkgdesc="behavior detection engine, coupled with a global IP reputation network"
|
pkgdesc="behavior detection engine, coupled with a global IP reputation network"
|
||||||
url="https://crowdsec.net/"
|
url="https://crowdsec.net/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -88,7 +88,7 @@ _plugin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
cd3007843e76f732aa01c14fa09dc6e2a45f5bcdd3eb130f20cee2b1d7282a9808b74e3884f506a499a84631119c49255d6567b8410ded40880b23779d0eebf2 crowdsec-1.6.2-2.tar.gz
|
b5d19ef280c40c676c3e299cdd3ba11b5c841d7b6058e601ddedf4451c02df7935a9e7ad1238bc6bbc4e93beae088f18dcfe1132f94be1f4880d6452d95cf1ca crowdsec-1.6.3-2.tar.gz
|
||||||
ddabca84cb32b6461a3944b00e38807715320bbf46cf7b39fcbba0190d6dae7748950e1a424b95247779fdd15dbb2120fab43b80b479a03c895f246d45ecaf7b system-sqlite.patch
|
7c70d397c6ebb4bbc2249ba65133db7f288742d61972204d5285065cc3f03d272efa4dde4f3e288d856ed641945f99161bffc5ae80ec9efce8b16fe05f2ef740 system-sqlite.patch
|
||||||
098db47afd457c9d68c69097c31fae29cd0c0dc98199b254f75b130ac228ac43c024182bebd7eae756ae4fa2f54682b7f0534cb04311468224d9df2ce4f67ec2 crowdsec.initd
|
098db47afd457c9d68c69097c31fae29cd0c0dc98199b254f75b130ac228ac43c024182bebd7eae756ae4fa2f54682b7f0534cb04311468224d9df2ce4f67ec2 crowdsec.initd
|
||||||
"
|
"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- a/Makefile 2023-09-18 11:54:09.000000000 +0200
|
--- a/Makefile 2023-09-18 11:54:09.000000000 +0200
|
||||||
+++ b/Makefile 2023-09-18 20:19:59.347761343 +0200
|
+++ b/Makefile 2023-09-18 20:19:59.347761343 +0200
|
||||||
@@ -81,7 +81,7 @@ ifneq (,$(DOCKER_BUILD))
|
@@ -78,7 +78,7 @@ LD_OPTS_VARS += -X 'github.com/crowdsecu
|
||||||
LD_OPTS_VARS += -X '$(GO_MODULE_NAME)/pkg/cwversion.System=docker'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-GO_TAGS := netgo,osusergo,sqlite_omit_load_extension
|
#expr_debug tag is required to enable the debug mode in expr
|
||||||
+GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,libsqlite3
|
-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
|
# 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)
|
export PKG_CONFIG_PATH:=/usr/local/lib/pkgconfig:$(PKG_CONFIG_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user