[Bug 268069] security/clamav: 1.0.0 does no work with cld and cvd files

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Dec 2022 16:03:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268069

--- Comment #2 from Yasuhiro Kimura <yasu@freebsd.org> ---
(In reply to fsbruva from comment #1)

I tried to reproduce the problem with following steps.

1. Make clean install of 12.3-RELEASE amd64.
2. Build 0.105.1_5,1 of clamav and install it.
3. Add 'clamav_freshclam_enable="YES"' and 'clamav_clamd_enable="YES"' to
/etc/rc.conf.
4. Start freshclam with `service clamav-freshclam start` and confirm virus data
files are successfully downloaded.
5. Start clamd with `service clamav-clamd start` and confirm clamd successfully
load virus data files.
6. Stop clamd with `service clamav-clamd stop`.
7. Stop freshclam with `service clamav-freshclam stop`.
8. Build 1.0.0,1 of clamav and upgrade from 0.105.1_5,1 to it.
9. Start freshclam with `service clamav-freshclam start` and confirm virus data
files are up to date.
10. Start clamd with `service clamav-clamd start`.

But after step 10 is finished, clamd successfully load virus data files and no
error happens. So I can't reproduce the problem.

> I also re-built using rust 1.63 (from pkg), because I had some custom options.

Do you mean you build clamav with non defult option settings? If so please
provide it.

-- 
You are receiving this mail because:
You are the assignee for the bug.