Petr Menšík

Results 99 issues of Petr Menšík

If I am running whatever dns cache in my VPS, there does not seem to be any decent way to prefer using local cache from VPS system. I think it...

**Describe the bug** Toolbox fails to resolve names together with systemd-resolved. Filled systemd issue https://github.com/systemd/systemd/issues/33870, but systemd maintainers think hostname should not be changed. And that it is failure of...

1. Bug

Reuse fedora-gpg-keys provided keys when built on Fedora. When built on something else, still provide all keys only from this package.

This is attempt to reduce number of packages, which need to be updated after new release is branched from current rawhide. This were initiated by broken mock during branching, because...

**Current behavior** > Is there a current behavior that the feature relates to? > If yes, would you wish the current behavior to change? ``unbound-control list_local_zones`` can list empty zones,...

**Current behavior** unbound-control is very useful tool, which allows to change almost everything runtime. Without modification of files and reloading, not even restarting. We like it a lot. But it...

**Current behavior** Unbound can configure forwarding over both plain UDP, TCP or even also encrypted TLS. That is great. But if the client would like to know, how/whether it forwards...

As of 2024-07-26, this seems to be fixed for given domain. The rest remains to be broken. In addition, it returns NOTIMPL for qtypes it does not understand. DS, DNSKEY,...

Swig has changed language specific AppendOutput functions. But helper macro SWIG_AppendOutput remains unchanged. Use that everywhere instead of SWIG_Python_AppendOutput, which would require one extra parameter since swig 4.3.0. https://github.com/swig/swig/blob/v4.3.0/CHANGES.current#L376 https://github.com/swig/swig/issues/2905

I started looking inside ldns and have found it masks deprecated API calls for OpenSSL 3 by ``CFLAGS="-DOPENSSL_API_COMPAT=10100 $CFLAGS"`` in configure. Quite a lot of functionality still requires deprecated calls....