commit 4f1f77c429a1dc8833f11d4a47ba3385693725be Author: Michael Tokarev <mjt@tls.msk.ru> Date: Thu Apr 28 19:36:41 2022 +0300 disable GOST algorithm (#862207) GOST R 34.10-2001 is an obsolete algorithm which should not be used in production. It is not provided by openssl too, a special plugin is required to be installed. Let's disable it entirely. This removes 4 symbols out of libldns3.so: ldns_gost2pkey_raw ldns_gost_engine ldns_key_EVP_load_gost_id ldns_key_EVP_unload_gost Technicallly we should bump soname when removing symbols from a shared library. Or alternatively, we can provide stubs which just return failure. But in this case there should be no problems, since the symbols aren't used by any of rdepends, and they should not be used by anything either, given the context. If lack of one of these symbols will be problematic we can solve it down the line. Thank you Ondřej Surý for clarifications. commit 96ecf1f00f0071694fde3df22858d41edf671f34 Author: Michael Tokarev <mjt@tls.msk.ru> Date: Wed Apr 27 14:13:37 2022 +0300 d/rules: mark all build/install targets as .PHONY (makes build target work with build subdir) commit f0f265368d06be3290fe1683977e0b678a292747 Author: Michael Tokarev <mjt@tls.msk.ru> Date: Wed Apr 27 14:12:13 2022 +0300 always build in a subdir (build/main for the main build), - no need to hack clean anymore commit 4e7d3a984bc1f8be9219eacd4a903fca08db390a Author: Michael Tokarev <mjt@tls.msk.ru> Date: Wed Apr 27 14:11:18 2022 +0300 d/libldns-dev.install: do not install libldns.pc it is already installed by upstream as ldns.pc commit 06bb8909a81015d107d207799bfa7cfd3c7d110a Author: Michael Tokarev <mjt@tls.msk.ru> Date: Wed Apr 27 13:20:37 2022 +0300 d/changelog: fix typo
There are 2 open security issues in buster.
You can find information about how to handle these issues in the security team's documentation.
There are 2 open security issues in bullseye.
You can find information about how to handle these issues in the security team's documentation.