Skip to content

ClamAV 1.0.4

Compare
Choose a tag to compare
@micahsnyder micahsnyder released this 25 Oct 17:12
· 259 commits to main since this release

ClamAV 1.0.4 is a patch release with the following fixes:

  • Eliminate security warning about unused "atty" dependency.

    • GitHub pull request: #1035
  • Upgrade the bundled UnRAR library (libclamunrar) to version 6.2.12.

    • GitHub pull request: #1054
  • Windows: libjson-c 0.17 compatibility fix. with ssize_t type definition.

    • GitHub pull request: #1064
  • Freshclam: Removed a verbose warning printed for each Freshclam HTTP request.

    • GitHub pull request: #1042
  • Build system: Fix link error with Clang/LLVM/LLD version 17.
    Patch courtesy of Yasuhiro Kimura.

    • GitHub pull request: #1058
  • Fix alert-exceeds-max feature for files > 2GB and < max-filesize.

    • GitHub pull request: #1041

Special thanks to the following people for code contributions and bug reports:

  • Yasuhiro Kimura