Page MenuHomeFreeBSD

Add security/crowdsec
ClosedPublic

Authored by sbz on Mar 6 2021, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 21, 12:52 AM
Unknown Object (File)
Tue, May 19, 8:51 AM
Unknown Object (File)
Tue, May 19, 4:48 AM
Unknown Object (File)
Mon, May 18, 10:53 PM
Unknown Object (File)
Mon, May 18, 11:32 AM
Unknown Object (File)
Sun, May 17, 12:38 AM
Unknown Object (File)
Sun, May 10, 5:55 PM
Unknown Object (File)
Mon, May 4, 4:04 AM
Subscribers

Details

Summary

Create security/crowdsec port/package for FreeBSD

Test Plan
  • poudriere testport -j 12amd64 -p portsdir -o security/crowdsec -n
  • poudriere testport -j 12amd64 -p portsdir -o security/crowdsec -v
  • cd /usr/ports/security/crowdsec && port test

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 37639
Build 34528: arc lint + arc unit

Event Timeline

sbz requested review of this revision.Mar 6 2021, 6:23 AM
security/crowdsec/Makefile
100

GH_TUPLE above seems to be missing some dependencies. I regenerated them with make gomod-vendor and neither pre-build nor BUILD_DEPENDS=git above are needed:

https://gist.github.com/dmgk/002837870d05abe4ef7bee59a2e41ea9

Simply to address suggestion from @dmgk, we do not need to set GH_TUPLE while using USES=go:modules now

sbz marked an inline comment as done.Mar 6 2021, 12:41 PM
This revision is now accepted and ready to land.Mar 6 2021, 12:45 PM