Userdocs

Results 97 comments of Userdocs

I believe these are the [new changes that caused the problem.](https://gitlab.com/redhat-crypto/fedora-crypto-policies/-/commit/97fe4494571fd90a05f9bc42af152762eca2fac5#269a48e71ac25ad1d07ff00db2390834c8ba7596) Specifically this ``` [openssl_init] alg_section = evp_properties # creates the setting section below [evp_properties] rh-allow-sha1-signatures = yes # this...

Ah no i see now, it's the other setting that is the cause. ``` [openssl_init] alg_section = evp_properties # creates the setting section below [evp_properties] rh-allow-sha1-signatures = yes # this...

@abcfy2 ok, i think i understand the actual problem from [here](https://github.com/openssl/openssl/issues/17662#issuecomment-1198986237) This setting `rh-allow-sha1-signatures = yes` i think is from a custom patch unique to Redhat https://gitlab.com/redhat/centos-stream/rpms/openssl/-/blob/c9s/0052-Allow-SHA1-in-seclevel-2-if-rh-allow-sha1-signatures.patch We would have...

Some updates I made a build to test the issue using the redhat patches you can find my patch [here](https://raw.githubusercontent.com/userdocs/qbt_static_test/main/patches/openssl/3.0.5/patch) I made these build that you can see will work...

I think the [python failures](https://github.com/arvidn/libtorrent/actions/runs/7686398543/job/20945245526?pr=7590) are this: https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact https://github.com/arvidn/libtorrent/actions/runs/7686398543/job/20945245526?pr=7590 https://github.com/arvidn/libtorrent/actions/runs/7686398543/job/20945245594?pr=7590 https://github.com/arvidn/libtorrent/actions/runs/7686398536/job/20945195716?pr=7590

The same issue https://github.com/traviscross/mtr/issues/465 I believe it's an issue caused by some change in a recent versions of Cygwin as I could build and use mtr (master) using Cygwin 3.3.5...

I am seeing the same thing on a Windows 11 vm with cygwin x64 Here is my output of `grep -r IN6_ADDR /usr/include` ```bash $ grep -r IN6_ADDR /usr/include /usr/include/w32api/in6addr.h:}...

I tried this and it seems to have worked. https://github.com/traviscross/mtr/issues/403#issuecomment-876504322

This might work for you. I build fully static binaries using Alpine / musl / qemu for all Apline supported architectures. armhf armv7 aarch64 ppc64le s390x x86 x86_64 https://github.com/userdocs/mtr-static It's...

These might be worth a try as well. 47/51 (some failures) cross build targets using [musl cross](http://musl.cc) https://github.com/userdocs/mtr-crossbuild/releases