Re: [Buildroot] [PATCH 1/1] package/clamav: requires DES in openssl
Peter Korsgaard <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Bernd" == Bernd Kuhls <[email protected]> writes: > Buildroot commit 8b1d8dd25d39df120700666942278b1a99fef416 bumped the > package from 1.4.3 to 1.5.1 which includes upstream commit > https://github.com/Cisco-Talos/clamav/commit/8d485b9bfd26a91301592b99590a7eb2069dd905 > that adds the usage of the OpenSSL crate from rust. > This crate depends on DES and causes build errors when missing: > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3_cfb8' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3_cbc' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3_cfb64' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3_ecb' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ecb' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_ede3_ofb' > /home/autobuild/autobuild/instance-11/output-1/host/lib/gcc/i686-buildroot-linux-gnu/15.3.0/../../../../i686-buildroot-linux-gnu/bin/ld: > ../libclamav/libclamav.so.12.1.0: undefined reference to `EVP_des_cbc' > Fixes: > https://autobuild.buildroot.net/results/b93/b9359c5c177f3e4bcef991cde3c2dcf412dee5de/ > https://autobuild.buildroot.net/results/300/300721a882f3410528878db730aaff1aa6822986/ > https://autobuild.buildroot.net/results/a16/a163a9229c04f638a46e6250dc135c475e5d1576/ > https://autobuild.buildroot.net/results/7e8/7e88cba9974f6f5acd125b69b95b7269d8128886/ > A backport to LTS branches should be considered. > Signed-off-by: Bernd Kuhls <[email protected]> Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot