Skip to content

Commit

Permalink
security/crowdsec: update to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored and clausecker committed May 18, 2023
1 parent f69368c commit 3961a9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions security/crowdsec/Makefile
@@ -1,7 +1,7 @@
PORTNAME= crowdsec
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.6
PORTREVISION= 2
DISTVERSION= 1.5.1
DISTVERSIONSUFFIX= -freebsd
CATEGORIES= security

MAINTAINER= marco@crowdsec.net
Expand All @@ -11,15 +11,12 @@ WWW= https://github.com/crowdsecurity/crowdsec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= git:devel/git@lite

USES= gmake go:1.19,no_targets
USES= gmake go:no_targets

USE_GITHUB= yes
GH_ACCOUNT= crowdsecurity
GH_PROJECT= crowdsec
GH_TAGNAME= ${DISTVERSIONFULL}-freebsd
_BUILD_TAG= c8cb9ac9
_BUILD_TAG= b76e95e3
USE_RC_SUBR= crowdsec

MAKE_ARGS= BUILD_VERSION="${DISTVERSIONFULL}" \
Expand All @@ -36,7 +33,7 @@ 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
FIREWALL_BOUNCER_RUN_DEPENDS= crowdsec-firewall-bouncer>=0.0.27:security/crowdsec-firewall-bouncer

PLUGIN_DIR= ${PREFIX}/lib/crowdsec/plugins
STAGE_PLUGINS= ${STAGEDIR}${PLUGIN_DIR}
Expand Down Expand Up @@ -143,6 +140,8 @@ do-install:
@${RM} ${STAGEDIR}${ETCDIR}/crowdsec.service
@${RM} ${STAGEDIR}${ETCDIR}/dev.yaml
@${RM} ${STAGEDIR}${ETCDIR}/user.yaml
@${RM} ${STAGEDIR}${ETCDIR}/detect.yaml
@${RM} ${STAGEDIR}${ETCDIR}/context.yaml
@${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/email
@${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/http
@${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/slack
Expand Down
6 changes: 3 additions & 3 deletions security/crowdsec/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1676843374
SHA256 (crowdsecurity-crowdsec-v1.4.6-v1.4.6-freebsd_GH0.tar.gz) = ac36bb234d88456eee7ea2708505aa2b9c7b9de78684994e920bda2ae24906f9
SIZE (crowdsecurity-crowdsec-v1.4.6-v1.4.6-freebsd_GH0.tar.gz) = 21312272
TIMESTAMP = 1684323254
SHA256 (crowdsecurity-crowdsec-v1.5.1-freebsd_GH0.tar.gz) = b00ba881d4691ac122d03d1b23ebc2ef2513e42392d628f0c5381b00f07d0996
SIZE (crowdsecurity-crowdsec-v1.5.1-freebsd_GH0.tar.gz) = 23803699

0 comments on commit 3961a9f

Please sign in to comment.