NickJH

Results 31 comments of NickJH

I have tried your proposed patch and libclamav/Makefile.am patches successfully, however the build fails just the same. Just in case it made a difference, I also tried with a double...

More info. In the build.log I end up with: ``` + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' ``` If my eyes are correct it...

For Centos/EPEL, there is not a ./configure line. It uses the %configure macro. see a few posts up in https://github.com/Cisco-Talos/clamav/issues/1017#issuecomment-1712443348.

But, again, with a spec file containing: ``` autoreconf -i %configure \ --disable-milter \ --disable-clamav \ --disable-static \ --disable-zlib-vcheck \ %{!?with_unrar:--disable-unrar} \ --enable-id-check \ --enable-dns \ --with-dbdir=/var/lib/clamav \ --with-group=%username \...

But, again, with a spec file containing: ``` autoreconf -i %configure \ --disable-milter \ --disable-clamav \ --disable-static \ --disable-zlib-vcheck \ %{!?with_unrar:--disable-unrar} \ --enable-id-check \ --enable-dns \ --with-dbdir=/var/lib/clamav \ --with-group=%username \...

Somewhere in the releases since the initial bug report, the graph was inverted, but it hasn't really helped. This is my current graph: ![Image](https://github.com/user-attachments/assets/d5594c8f-8076-40ca-a8bb-cc5b57b01587) Successful Contracts completely dominate making the...

It *could* make a lot more sense to restrict the data just to the time period of the graph, so you get, for example the week's Cum Completed, Cum Failed...

A change in the API would not really be needed to get the period figures. Just subtract the opening figure for a period from all the subsequent values. I tend...

Another example, all over the place: ![Image](https://github.com/user-attachments/assets/3e902820-77ca-4d58-a9e8-9f294cd54369)