File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OUTDIR="crowdsec-nginx-bouncer-${BUILD_VERSION}/"
3
3
LUA_MOD_DIR ="${OUTDIR}lua-mod"
4
4
CONFIG_DIR ="${OUTDIR}config"
5
5
OUT_ARCHIVE ="crowdsec-nginx-bouncer.tgz"
6
- LUA_BOUNCER_BRANCH? =v1.0.6
6
+ LUA_BOUNCER_BRANCH? =v1.0.7
7
7
default : release
8
8
release :
9
9
git clone -b " ${LUA_BOUNCER_BRANCH} " https://github.com/crowdsecurity/lua-cs-bouncer.git
Original file line number Diff line number Diff line change 2
2
3
3
export DEB_VERSION=$(shell dpkg-parsechangelog | egrep '^Version :' | cut -f 2 -d ' ')
4
4
export BUILD_VERSION =v${DEB_VERSION}-debian-pragmatic
5
- export LUA_BOUNCER_BRANCH? =v1.0.6
5
+ export LUA_BOUNCER_BRANCH? =v1.0.7
6
6
7
7
% :
8
8
dh $@
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lua_shared_dict crowdsec_cache 50m;
3
3
lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
4
4
init_by_lua_block {
5
5
cs = require "crowdsec"
6
- local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf", "crowdsec-nginx-bouncer/v1.1.1 ")
6
+ local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-nginx-bouncer.conf", "crowdsec-nginx-bouncer/v1.1.3 ")
7
7
if ok == nil then
8
8
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
9
9
error()
You can’t perform that action at this time.
0 commit comments