Search Criteria
Package Details: reaction-git r128.e1ff702-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/reaction-git.git (read-only, click to copy) |
|---|---|
| Package Base: | reaction-git |
| Description: | A daemon that scans program outputs for repeated patterns, and takes action. Alternative to fail2ban |
| Upstream URL: | https://framagit.org/ppom/reaction |
| Keywords: | fail2ban reaction security |
| Licenses: | AGPL |
| Provides: | ip46tables, reaction |
| Submitter: | Fallstar |
| Maintainer: | Fallstar |
| Last Packager: | Fallstar |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-01-06 17:30 (UTC) |
| Last Updated: | 2024-06-02 14:06 (UTC) |
Dependencies (3)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
darkfrog commented on 2026-03-25 03:14 (UTC) (edited on 2026-03-25 03:15 (UTC) by darkfrog)
PKGBUILD is broken — upstream rewrote reaction in Rust
The project migrated from Go to Rust. make still works (it calls cargo build --release), but package() references binaries and paths that no longer exist:
Here's a patch to resolve:
hannaeko commented on 2026-02-19 22:20 (UTC) (edited on 2026-02-19 22:20 (UTC) by hannaeko)
Hello, the package fails to build as it now requires
cargoto be built, also changing the compiled artifacts paths. Also it no longer providesip46tables.Fallstar commented on 2024-06-02 14:09 (UTC)
Thanks tomaszc, the PKGBUILD has been updated!
tomaszc commented on 2024-06-01 20:23 (UTC)
Thanks for adding this program to the AUR.
For the latest versions, a PKGBUILD change is required, adding the nft46 file and an updated path to reaction.service: