Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2022 01:18:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268069] security/clamav: 1.0.0 does no work with cld and cvd files
Message-ID:  <bug-268069-7788-Lk0Nndfsdc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268069-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268069-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268069

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

Referencing your steps in comment #27 I succeeded to reproduce the problem =
with
following steps.

1. Make clean install of 12.3-RELEASE amd64.
2. Checkout latest ports tree.
3. Add 'DEFAULT_VERSIONS+=3Dssl=3Dopenssl' to /etc/make.conf
4. Install TomsFastMath with `cd /usr/ports/math/tomsfastmath; make install=
`.
5. Install ClamAV with `cd /usr/ports/security/clamav; make install`.
6. Add 'clamav_freshclam_enable=3D"YES"' to /etc/rc.conf.
7. Start freshclam with `service clamav-freshclam start`.

So the problem happens when following 2 conditions are met.

a. security/openssl ports is used as SSL library.
b. math/tomsfastmath is installed before building ClamAV 1.0.0.

As for the latter it is very likely as it was build dependency of 0.105.1. =
But
the former surprises me a bit as only you mentioned it and I don't think a =
lot
of user do it. But does this mean other users who faced the problem also use
'DEFAULT_VERSIONS+=3Dssl=3Dopenssl'?

Anyway I'll chech your patch and commit it.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268069-7788-Lk0Nndfsdc>