Page MenuHomeFreeBSD

Add security/crowdsec
ClosedPublic

Authored by sbz on Mar 6 2021, 6:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 19 2024, 3:30 PM
Unknown Object (File)
Feb 12 2024, 12:06 PM
Unknown Object (File)
Feb 7 2024, 1:43 AM
Unknown Object (File)
Feb 1 2024, 4:28 PM
Unknown Object (File)
Feb 1 2024, 4:28 PM
Unknown Object (File)
Feb 1 2024, 4:20 PM
Unknown Object (File)
Feb 1 2024, 4:20 PM
Unknown Object (File)
Feb 1 2024, 4:06 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sbz requested review of this revision.Mar 6 2021, 6:23 AM
security/crowdsec/Makefile
99 ↗(On Diff #85259)

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