Petr Menšík

Results 99 issues of Petr Menšík

Hi, I have attempted to prepare a [RPM Fedora package](https://github.com/pemensik/uvw/blob/fedora/uvw.spec) of this library. I enabled building of tests. My test build failed on few platforms: armv7hl s390x ppc64le. But it...

triage

In issue #159, handling of SKIP was corrected. However, it seems incomplete to me. I admit tap specification is somehow vague on Skipping. But I think the example for whole...

**System (please complete the following information):** - OS: Fedora 34 - Kernel version (if applicable): 5.13.12-200.fc34.x86_64 - strongSwan version(s): 5.5.3 - Tested/confirmed with the latest version: no **Describe the bug**...

bug

**System (please complete the following information):** - OS: Fedora 34 - Kernel version (if applicable): 5.13.12-200.fc34.x86_64 - strongSwan version(s): strongswan-5.9.4-1.fc34.x86_64 NetworkManager-strongswan-1.5.2-1.fc34.x86_64 - Tested/confirmed with the latest version: yes **Describe the...

bug

If system is unable to provide secure validation and it was requested by SSH configuration, warn user it cannot occur. It may need tweak in resolv.conf. Signed-off-by: Petr Mensik

Several packages use just short bug identifier at the end of changelog line, for example coreutils. I think if it is matched only at the end of string, it should...

- I requested side tag on rawhide branch using fedpkg request-side-tag - Built first bind component into ``fedpkg build --target=f36-build-side-49891`` - ``koji wait-repo f36-build-side-49891 --build=bind-9.16.25-2.fc36`` - Built second bind-dyndb-ldap component...

**Describe the bug** I were playing with unbound and DNS over TLS. I wanted to check it does something, so I have configured unbound to provide TLS service. Then I...

**Current behavior** I tried configuring DNS over TLS for use by unbound-host. But I struggled with correct configuration I used this: ``` server: # Certificates used to authenticate connections made...

I think stub resolver does not provide any way to modify message of question. It does not allow any customization of outgoing messages. resolv/stub/mod.rs contains create_message. That sets recursion disabled...