1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: crowdsec-custom-bouncer
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Cyril Brulebois <cyril@debamax.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-coreos-go-systemd-dev,
golang-github-crowdsecurity-crowdsec-dev,
golang-github-crowdsecurity-go-cs-bouncer-dev,
golang-gopkg-natefinch-lumberjack.v2-dev,
golang-gopkg-tomb.v2-dev,
golang-logrus-dev,
golang-prometheus-client-dev,
golang-yaml.v2-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/crowdsec-custom-bouncer
Vcs-Git: https://salsa.debian.org/go-team/packages/crowdsec-custom-bouncer.git
Homepage: https://github.com/crowdsecurity/cs-custom-bouncer
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/crowdsecurity/cs-custom-bouncer
Package: crowdsec-custom-bouncer
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: crowdsec
Built-Using: ${misc:Built-Using}
Description: CrowdSec bouncer for custom scripts
This package uses the CrowdSec API to fetch the latest decisions
periodically, and passes them as arguments to a custom user script.
|