Bug 261236 - [NEW PORT] www/mod_defensible Apache 2.4 module aiming to block IP listed in DNSBL
Summary: [NEW PORT] www/mod_defensible Apache 2.4 module aiming to block IP listed in ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-15 20:52 UTC by Peter Libassi
Modified: 2022-02-08 04:00 UTC (History)
1 user (show)

See Also:


Attachments
www/mod_defensible as a patch (2.60 KB, application/mbox)
2022-01-15 20:52 UTC, Peter Libassi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Libassi 2022-01-15 20:52:44 UTC
Created attachment 231030 [details]
www/mod_defensible as a patch

mod_defensible is a Apache 2.x module aiming to forbid IP listed
in DNSBL.

httpd.conf configuration example:

DnsblUse On
DnsblServers bsb.spamlookup.net bl.blbl.org opm.blitzed.org sbl-xbl.spamhaus.org

No UDNS support in this FreeBSD port version

WWW: https://github.com/jd/mod_defensible
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-08 04:00:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c1e76f67587e0de95a4f7695a8fb881557de29b8

commit c1e76f67587e0de95a4f7695a8fb881557de29b8
Author:     Peter Libassi <peter@libassi.se>
AuthorDate: 2022-02-08 03:58:16 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-08 03:59:10 +0000

    Add www/mod_defensible: Apache 2.4 module aiming to block IP listed in DNSBL

    PR:             261236

 www/Makefile                                       |  1 +
 www/mod_defensible/Makefile (new)                  | 28 ++++++++++++++++++++++
 www/mod_defensible/distinfo (new)                  |  3 +++
 .../files/patch-mod_defensible.c (new)             | 12 ++++++++++
 www/mod_defensible/pkg-descr (new)                 | 11 +++++++++
 5 files changed, 55 insertions(+)