Port details |
- nginx-ultimate-bad-bot-blocker Nginx bad bot and other things blocker
- 4.2020.03.2005_1 www =3 4.2020.03.2005_1Version of this port present on the latest quarterly branch.
- Maintainer: netchild@FreeBSD.org
- Port Added: 2020-02-18 15:11:32
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- Also Listed In: security
- License: MIT
- WWW:
- https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/
- Description:
- The "Ultimate Nginx Bad Bot" blocker, handles also user-agent, spam referrer,
adware, malware, ransomware, clickjacking, click directing, SEO companies
bad IPs, Wordpress theme detectors and fake Googlebots. It includes an
anti DDoS system and nginx rate limiting.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nginx-ultimate-bad-bot-blocker>0:www/nginx-ultimate-bad-bot-blocker
- To install the port:
- cd /usr/ports/www/nginx-ultimate-bad-bot-blocker/ && make install clean
- To add the package, run one of these commands:
- pkg install www/nginx-ultimate-bad-bot-blocker
- pkg install nginx-ultimate-bad-bot-blocker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nginx-ultimate-bad-bot-blocker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1583355354
SHA256 (mitchellkrogza-nginx-ultimate-bad-bot-blocker-V4.2020.03.2005_GH0.tar.gz) = f05b6e14b13771199e667e357d6498a6abf4b3fd341631d099bad80c28ecdfdc
SIZE (mitchellkrogza-nginx-ultimate-bad-bot-blocker-V4.2020.03.2005_GH0.tar.gz) = 3781727
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- curl : ftp/curl
- gsed : textproc/gsed
- wget : ftp/wget
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_nginx-ultimate-bad-bot-blocker
- pkg-message:
- This ports installs only the scripts, the data/config files are to be installed
by the
/usr/local/sbin/install-ngxblocker
/usr/local/sbin/update-ngxblocker
scripts (they change too frequently).
While reading
https://github.com/netchild/nginx-ultimate-bad-bot-blocker/blob/freebsdport/AUTO-CONFIGURATION.md
for setup instructions keep in mind that the port of the scripts is using FreeBSD
locations of things, like
/usr/local/etc/nginx/
and
service nginx reload
(this includes the test-config functionality on reload).
FreeBSD does not define a standard location and naming convention for sites/vhosts,
this port uses
/usr/local/etc/nginx/sites/*.conf
by default. The scripts allow to override this via command line flags.
Example crontab entry for /etc/cron.d/nginx-bad-bot-blocker:
---snip---
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
# See crontab(5) for field format.
53 10 * * * root /usr/local/sbin/update-ngxblocker -q
---snip---
See
/usr/local/sbin/update-ngxblocker -h
for mail-sending options.
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2020.03.2005_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2020.03.2005_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.2020.03.2005_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2020.03.2005_1 21 Apr 2020 13:36:17 |
netchild |
- Add comment about why the upstream version is higher than the port,
but the port is considered up-to-date.
- Fix some FreeBSD specific issues in the update script. |
4.2020.03.2005 04 Mar 2020 21:06:23 |
netchild |
Update to 4.2020.03.2005. |
4.2020.02.1988_1 19 Feb 2020 12:55:27 |
netchild |
- Add missing dependencies.
- Add /usr/local/bin in the path of the crontab example. |
4.2020.02.1988 19 Feb 2020 12:41:02 |
adamw |
Fix WWW |
4.2020.02.1988 18 Feb 2020 22:44:46 |
mat |
Use USE_GITHUB. |
4.2020.02.1988 18 Feb 2020 15:11:23 |
netchild |
The "Ultimate Nginx Bad Bot" blocker, handles also user-agent, spam referrer,
adware, malware, ransomware, clickjacking, click directing, SEO companies
bad IPs, Wordpress theme detectors and fake Googlebots. It includes an
anti DDoS system and nginx rate limiting.
WWW: https://github.com/mitchellkrogza/nginx-ultimate-bad-blocker/ |
Number of commits found: 10
|