https://github.com/crowdsecurity/packaging-freebsd
https://github.com/crowdsecurity/packaging-freebsd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdsecurity/packaging-freebsd
- Owner: crowdsecurity
- Created: 2023-08-01T14:52:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:26:16.000Z (about 1 year ago)
- Last Synced: 2025-03-01T16:39:21.287Z (about 1 year ago)
- Language: Shell
- Size: 88.9 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/crowdsec-blocklist-mirror/Makefile
Awesome Lists containing this project
README
# freebsd-crowdsec
This repository contains the development version of the FreeBSD ports for crowdsec and bouncers.
It can be used as an overlay for the upstream ports repository in a poudriere environment:
```
# poudriere jail -c -j 132 -v 13.2-RELEASE -a amd64
[...]
# poudriere ports -c -m git+https -U https://git.freebsd.org/ports.git -B main -p freebsd
[...]
# poudriere ports -c -m git+https -U https://github.com/crowdsecurity/packaging-freebsd.git -B main -p freebsd_crowdsec
[...]
# cat </root/port_freebsd
security/crowdsec
security/crowdsec-firewall-bouncer
security/crowdsec-blocklist-mirror
EOT
# poudriere bulk -J 4 -j 132 -p freebsd -O freebsd_crowdsec -f /root/port_freebsd
[...]
```
For the overlay feature you may need the poudriere-devel version (3.3.99-20220831 at the time of writing).