Petr Menšík

Results 160 comments of Petr Menšík

This change allows IDN names to be used directly from SSH. ``` $ ssh -v háčkyčárky.cz OpenSSH_8.8p1, OpenSSL 3.0.9 30 May 2023 debug1: Reading configuration data /home/pemensik/.ssh/config debug1: Reading configuration...

Alternative printing could use ASCII version of IDN names, as provided by idn2 library. They are not very nice, but still valid names. Unlike those escaped strange things printed. They...

Referenced at: https://github.com/AdguardTeam/dnsproxy#specifying-upstreams-for-domains

Does that mean that is used on device with some kind of security software, which uses trusted certificate on the host and the firewall re-encrypts the original encrypted session, so...

A drawback of this change is it prefers pkg-config information over cJSON cmake module, even when it is present. I am not sure how that could be avoided and FindcJSON...

Number of files does not really matter. Fedora guidelines are very clear about this and cjson has its own package. I do not see a good reason for bundling it....

It affects Fedora 38 and older. cjson-devel on [Fedora 39](https://koji.fedoraproject.org/koji/rpminfo?rpmID=34263281) already contains cmake module, starting with version [1.7.15](https://koji.fedoraproject.org/koji/buildinfo?buildID=2187237). It can of course affect also other distributions, but [Debian](https://packages.debian.org/bullseye/amd64/libcjson-dev/filelist) had it...

@jackeri It is not because the size of additional code. But using static library requires all dependent packages rebuilt if serious bug or even security vulnerability were found. With shared...

Of course [EPEL builds](https://koji.fedoraproject.org/koji/rpminfo?rpmID=29911269) are affected as well. Not sure if anyone is compiling etlegacy on RHEL or their clones.

Okay, test build with this change has passed: https://koji.rpmfusion.org/koji/taskinfo?taskID=630418 Production build follows: - https://koji.rpmfusion.org/koji/taskinfo?taskID=630423 - https://koji.rpmfusion.org/koji/taskinfo?taskID=630421 So this change indeed fixes building powerpc client. Do not have client device to...