Skip to content

Commit

Permalink
security/crowdsec: update to 1.3.3
Browse files Browse the repository at this point in the history
PR:	263584
Reported by:	marco+freebsd@crowdsec.net (maintainer)

(cherry picked from commit cefb1c6)
  • Loading branch information
fernape committed Apr 28, 2022
1 parent d69a764 commit e9b0402
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions security/crowdsec/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= crowdsec
PORTVERSION= 1.3.2 # NOTE: change BUILD_VERSION and BUILD_TAG as well
PORTVERSION= 1.3.3 # NOTE: change BUILD_VERSION and BUILD_TAG as well
DISTVERSIONPREFIX= v
CATEGORIES= security

Expand All @@ -14,29 +14,28 @@ BUILD_DEPENDS= git:devel/git@lite \
jq:textproc/jq

USES= gmake
ALL_TARGET= build

USE_GITHUB= yes
GH_ACCOUNT= crowdsecurity
GH_PROJECT= crowdsec
GH_TAGNAME= v1.3.2-freebsd-wip
GH_TAGNAME= v1.3.3-freebsd
#GH_TAGNAME is automatically set from DISTVERSION
USE_RC_SUBR= crowdsec

MAKE_ENV= BUILD_VERSION="v1.3.3" \
BUILD_TAG="02b0e19eba5ae0c45e480d4f57466e8d47addc14" \
DEFAULT_CONFIGDIR="${PREFIX}/etc/crowdsec" \
DEFAULT_DATADIR="/var/db/crowdsec/data"
ALL_TARGET= build

SUB_FILES= pkg-deinstall pkg-install pkg-message

OPTIONS_DEFINE= FIREWALL_BOUNCER
OPTIONS_DEFAULT=

FIREWALL_BOUNCER_DESC= Depend on security/crowdsec-firewall-bouncer
FIREWALL_BOUNCER_RUN_DEPENDS= crowdsec-firewall-bouncer>=0.0.23.r2:security/crowdsec-firewall-bouncer

USE_RC_SUBR= crowdsec

SUB_FILES= pkg-deinstall pkg-install pkg-message

MAKE_ENV= BUILD_VERSION="v1.3.2" \
BUILD_TAG="716251323da59f1ce04fb1fc38af0a72629b5d78" \
DEFAULT_CONFIGDIR="${PREFIX}/etc/crowdsec" \
DEFAULT_DATADIR="/var/db/crowdsec/data"

PLUGIN_DIR= ${PREFIX}/lib/crowdsec/plugins
STAGE_PLUGINS= ${STAGEDIR}${PLUGIN_DIR}
STAGE_BIN= ${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions security/crowdsec/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1646686224
SHA256 (crowdsecurity-crowdsec-v1.3.2-v1.3.2-freebsd-wip_GH0.tar.gz) = e805f8e60213fd49fa2e0fa182d6d91591dc26f378733139bd5609b5b914d5b3
SIZE (crowdsecurity-crowdsec-v1.3.2-v1.3.2-freebsd-wip_GH0.tar.gz) = 20005916
TIMESTAMP = 1650916780
SHA256 (crowdsecurity-crowdsec-v1.3.3-v1.3.3-freebsd_GH0.tar.gz) = 93fd3bc472eec8f71cfa1011dd7ecd9afe95cf4f43c209af7d122439593abee2
SIZE (crowdsecurity-crowdsec-v1.3.3-v1.3.3-freebsd_GH0.tar.gz) = 20698372

0 comments on commit e9b0402

Please sign in to comment.