Skip to content

Releases: thisisdevelopment/clamav

v0.9.1

Choose a tag to compare

@faijdherbe faijdherbe released this 20 Oct 10:05
  • added clamav-status which gives insight into the current or last scan. requires jq to show the infected files.
  • added more documentation to the code
  • text preceding a codeblock is now exported as comments into the tangled files.
  • fixed build errors from v0.9

v0.9

v0.9 Pre-release
Pre-release

Choose a tag to compare

@faijdherbe faijdherbe released this 20 Oct 09:51
  • added clamav-status which gives insight into the current or last scan. requires jq to show the infected files.
  • added more documentation to the code
  • text preceding a codeblock is now exported as comments into the tangled files.

⚠️ this release is broken, please refer to v0.9.1

v0.8

Choose a tag to compare

@faijdherbe faijdherbe released this 28 Sep 09:40
  • fixed .deb control settings to enforce our /etc/clamav/clamd.conf file over the one provided by the clamdscan package.

v0.7

Choose a tag to compare

@faijdherbe faijdherbe released this 27 Sep 08:53
  • removed preisnt and postrm scripts as the seem to break installation and did not add much to the package.

v0.6

Choose a tag to compare

@faijdherbe faijdherbe released this 25 Sep 09:11

Automatic versioning using github tags upon build. The version will be extracted from the VERSION environment variable upon tangling the sourcecode.

v0.5

Choose a tag to compare

@faijdherbe faijdherbe released this 22 Sep 10:01
  • Fixed installation guidelines to install dependencies first as the previous version caused an error with conflicting configs.
  • modified a few config values for (hopefully) better performance and stability.

v0.4

Choose a tag to compare

@faijdherbe faijdherbe released this 20 Sep 10:13
  • clamav-daemon.service will be restarted after installation to make sure deployed config takes effect
  • ClamAV Scan is now displayed as app in notifications, making them recognizable when obfuscated on lock screens
  • Error output from clamd is no longer supressed in logs

v0.3

Choose a tag to compare

@faijdherbe faijdherbe released this 20 Sep 06:44
  • fixed pre and post install scripts regarding clamd.conf rename fix

v0.2

v0.2 Pre-release
Pre-release

Choose a tag to compare

@faijdherbe faijdherbe released this 20 Sep 06:37
  • renamed clamav.conf to clamd.conf

v0.1

v0.1 Pre-release
Pre-release

Choose a tag to compare

@faijdherbe faijdherbe released this 19 Sep 09:13

Initial release of ClamAV schedule scripts.

Installation instructions for Debian based systems are available in the main document.

Features:

  • Schedule starts scan each workday at 13:00.
  • Scans are performed at a maximum of 4 CPUs.
  • Scans run at lowest priority
    • ionice -c 3
    • nice -n 19