Package Details: reaction-git r128.e1ff702-1

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.52
First Submitted: 2024-01-06 17:30 (UTC)
Last Updated: 2024-06-02 14:06 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

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:

-    install -Dm644 "${pkgname}/config/reaction.debian.service" "${pkgdir}/usr/lib/systemd/system/reaction.service"
+    install -Dm755 "${pkgname}/nft46" "${pkgdir}/usr/bin/nft46"
+    install -Dm644 "${pkgname}/config/reaction.example.service" "${pkgdir}/usr/lib/systemd/system/reaction.service"