On 2019/11/20 21:57, Antoine Jacoutot wrote:
> On Wed, Nov 20, 2019 at 12:00:25PM -0700, Stuart Henderson wrote:
> > CVSROOT: /cvs
> > Module name: ports
> > Changes by: [email protected] 2019/11/20 12:00:25
> >
> > Modified files:
> > security/clamav: Makefile distinfo
> > security/clamav/patches: patch-clamd_Makefile_in
> > patch-database_Makefile_in
> > patch-libclamav_Makefile_in
> > patch-unit_tests_Makefile_in
> > security/clamav/pkg: clamd.rc
> > Added files:
> > security/clamav/patches: patch-libclamav_bytecode_vm_c
> > Removed files:
> > security/clamav/patches: patch-configure_ac
> >
> > Log message:
> > update to clamav-0.102.1, lower daemon_timeout
>
> It's fasterer now?
Ooh yes.
# time rcctl start clamd
clamd(ok)
0m34.26s real 0m31.63s user 0m02.68s system
- Signature load time is significantly reduced by changing to a more efficient
algorithm for loading signature patterns and allocating the AC trie.
Patch courtesy of Alberto Wu.