Skip to content

Instantly share code, notes, and snippets.

@awead
Created January 3, 2019 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awead/ac7cfb7739cfeda05ee911d7a20c9d26 to your computer and use it in GitHub Desktop.
Save awead/ac7cfb7739cfeda05ee911d7a20c9d26 to your computer and use it in GitHub Desktop.
Installed ClamAV rpms
These are the updated clamav files that are causing things to break on QA:
{ssjobs1qa-new:root}~ :rpm -qa | grep clam
clamav-lib-0.101.0-1.el7.x86_64
clamd-0.101.0-1.el7.x86_64
clamav-0.101.0-1.el7.x86_64
clamav-update-0.101.0-1.el7.x86_64
clamav-data-0.101.0-1.el7.noarch
clamav-devel-0.101.0-1.el7.x86_64
clamav-filesystem-0.101.0-1.el7.noarch
On production, the older versions are still in place and things are working (for now):
{ssjobs1prod-new:root}~ :rpm -qa | grep clam
clamav-filesystem-0.100.2-2.el7.noarch
clamav-devel-0.100.2-2.el7.x86_64
clamav-lib-0.100.2-2.el7.x86_64
clamd-0.100.2-2.el7.x86_64
clamav-data-0.100.2-2.el7.noarch
clamav-update-0.100.2-2.el7.x86_64
clamav-0.100.2-2.el7.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment