mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00

Added special warning messages for 403 and 429 HTTP codes. For 403, FreshClam will fail (non-zero exit code) if not in daemon-mode. For 429, FreshClam will succeed (exit 0) if not in daemon-mode. Adds If-Modified-Since header for CVD downloads (not just CVD-head) which should reduce data usage if DNS is advertising a newer version than is actually available, which seems to happen sometimes due to caching issues, it should still fail out when this happens - it just won't have to download the older CVD, and should detect the HTTP 304 (Not-Modified) response instead. Also replaced "Freshclam" with "FreshClam" in a few places, for consistency.
21 lines
396 B
Text
21 lines
396 B
Text
PROJECT_NAME = ClamAV - FreshClam
|
|
OUTPUT_DIRECTORY = ../docs/freshclam
|
|
WARNINGS = YES
|
|
FILE_PATTERNS = *.c *.h
|
|
PERL_PATH = /usr/bin/perl
|
|
SEARCHENGINE = YES
|
|
|
|
GENERATE_LATEX=NO
|
|
OPTIMIZE_OUTPUT_FOR_C=YES
|
|
HAVE_DOT=YES
|
|
CALL_GRAPH=YES
|
|
CALLER_GRAPH=YES
|
|
JAVADOC_AUTOBRIEF=YES
|
|
GENERATE_MAN=NO
|
|
EXAMPLE_PATH=examples
|
|
|
|
DOT_CLEANUP=NO
|
|
MAX_DOT_GRAPH_DEPTH=3
|
|
|
|
EXTRACT_ALL=YES
|
|
INPUT = .
|