diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-18 07:28:52 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-18 07:28:52 +0000 |
commit | a6116545ad91a1dbb91e8dd1341bc052b4222cad (patch) | |
tree | 005d1b5e568d42d074690187932288e88d7340ad /www/bozohttpd/files/patch-bozohttpd.h | |
parent | Update to 9.16.12 (diff) |
www/bozohttpd: update to 20201014
Add config options.
ChangeLog: http://www.eterna.com.au/bozohttpd/CHANGES
PR: 253542
Submitted by: henrik@gulbra.net
Reviewed by: jmohacsi@bsd.hu (maintainer)
Notes
Notes:
svn path=/head/; revision=565909
Diffstat (limited to 'www/bozohttpd/files/patch-bozohttpd.h')
-rw-r--r-- | www/bozohttpd/files/patch-bozohttpd.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/bozohttpd/files/patch-bozohttpd.h b/www/bozohttpd/files/patch-bozohttpd.h new file mode 100644 index 000000000000..cd728903cfd3 --- /dev/null +++ b/www/bozohttpd/files/patch-bozohttpd.h @@ -0,0 +1,13 @@ +--- bozohttpd.h.orig 2021-02-13 19:42:32 UTC ++++ bozohttpd.h +@@ -44,8 +44,8 @@ + #include <lua.h> + #endif + +-#ifndef NO_BLOCKLIST_SUPPORT +-#include <blocklist.h> ++#ifndef NO_BLACKLIST_SUPPORT ++#include <blacklist.h> + void pfilter_notify(const int, const int); + #endif + |