clamav/libfreshclam
Val S. c26a818ce4
Freshclam: Download missing .sign files for up-to-date .cvd's (#1587)
If the database directory has an up-to-date .cvd (not .cld) which lacks
a .sign file, then Freshclam should try to download the .cvd.sign file.

If no .sign file is available, it will debug-log it and will not
complain loudly.

Example output:
```
❯ ./install/bin/freshclam
ClamAV update process started at Fri Oct  3 17:20:04 2025
daily.cvd database is up-to-date (version: 27780, sigs: 2076928, f-level: 90, builder: tomjudge)
Time:    0.2s, ETA:    0.0s [========================>]    8.87KiB/8.87KiB
Downloaded missing CVD .sign file daily-27780.cvd.sign
main.cvd database is up-to-date (version: 62, sigs: 6647427, f-level: 90, builder: sigmgr)
Time:    0.1s, ETA:    0.0s [========================>]    8.87KiB/8.87KiB
Downloaded missing CVD .sign file main-62.cvd.sign
bytecode.cvd database is up-to-date (version: 339, sigs: 80, f-level: 90, builder: nrandolp)
Time:    0.5s, ETA:    0.0s [========================>]    8.87KiB/8.87KiB
Downloaded missing CVD .sign file bytecode-339.cvd.sign
```
2025-10-05 17:42:59 -04:00
..
CMakeLists.txt Solaris requires -z gnu-version-script-compat to be specified (#1569) 2025-09-07 14:34:45 -04:00
dns.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
dns.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
Doxyfile FreshClam: Improved HTTP 304, 403, & 429 handling 2021-04-05 12:29:02 -07:00
libfreshclam.c FIPS & FIPS-like limits on hash algs for cryptographic uses 2025-08-14 22:39:15 -04:00
libfreshclam.h FIPS & FIPS-like limits on hash algs for cryptographic uses 2025-08-14 22:39:15 -04:00
libfreshclam.map freshclam autotools: Fix libshared.a linking issue 2020-09-06 15:50:58 -07:00
libfreshclam_internal.c Freshclam: Download missing .sign files for up-to-date .cvd's (#1587) 2025-10-05 17:42:59 -04:00
libfreshclam_internal.h FIPS & FIPS-like limits on hash algs for cryptographic uses 2025-08-14 22:39:15 -04:00
libfreshclam_main.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00