Hello community, here is the log from the commit of package clamav for openSUSE:Leap:15.2 checked in at 2020-04-17 13:37:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/clamav (Old) and /work/SRC/openSUSE:Leap:15.2/.clamav.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamav" Fri Apr 17 13:37:45 2020 rev:31 rq:794237 version:0.100.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/clamav/clamav.changes 2020-01-15 14:50:17.557410622 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.clamav.new.2738/clamav.changes 2020-04-17 13:38:08.752247075 +0200 @@ -1,0 +2,5 @@ +Wed Apr 8 15:28:51 UTC 2020 - Reinhard Max <[email protected]> + +- bsc#1119353, clamav-fips.patch: Fix freshclam crash in FIPS mode. + +------------------------------------------------------------------- New: ---- clamav-fips.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.jN0XKl/_old 2020-04-17 13:38:09.536247665 +0200 +++ /var/tmp/diff_new_pack.jN0XKl/_new 2020-04-17 13:38:09.540247668 +0200 @@ -64,6 +64,7 @@ Patch9: clamav-max-scantime.patch Patch10: clamav-CVE-2019-12900.patch Patch11: clamav-CVE-2019-15961.patch +Patch12: clamav-fips.patch BuildRequires: systemd BuildRequires: systemd-rpm-macros %systemd_requires @@ -117,6 +118,7 @@ %patch9 %patch10 %patch11 +%patch12 %build CFLAGS="-fstack-protector" ++++++ clamav-fips.patch ++++++ --- libclamav/crypto.c +++ libclamav/crypto.c @@ -129,6 +129,9 @@ int cl_initialize_crypto(void) OpenSSL_add_all_ciphers(); ERR_load_crypto_strings(); + /* avoid fips issues */ + EVP_add_digest(EVP_md5()); + return 0; }
