Alex Samorukov
Alex Samorukov
According to https://community.letsencrypt.org/t/important-what-you-need-to-know-about-tls-sni-validation-issues/50811 it seems that `TLS-SNI-01` is deprecated now. In Acmetool it is default validation method (with `HTTP-01` having lower preference). Should it be deprecated/blocked in acmetool as well?...
We should use CI to create build-able packages for different OS.
Just found that https://github.com/hughsie/appstream-glib/blob/master/libappstream-glib/appstream-glib.pc.in has hardcoded dependency on uuid, which is not needed on macOS and windows platforms. This should be set by configure instead.
**Describe the issue** FreeBSD 13.1 does not comes up after resume with a message "Guest has not initialized the display (yet). To reproduce: 1. Install FreeBSD 13.1 2. Run it...
After this change i am able to compile docker for the e500v2 PowerPC CPU target. Signed-off-by: Alex Samorukov [email protected]
Hi, I found your project when was looking on bhyve driver support in the FreeBSD docker-machine. I did not found any implementation but i think that your plugin could be...
I found that configure fails if ffmpeg is installed, but qt/sdl is not. Reason is that autoconf has error instead of disable of sherlock265 instead. As a workaround i am...
**Description** After upgrade to the 2765.2.1 and enabling systemd-resolved we have random resolution errors. We use `consul` to run node checks. I found that after recent upgrade many network related...
This PR is to add helm chart for the Postgres Operator installation. I think it could be more convenient compared to k8s kustomize way for many usecases. Please let me...
Hello, I found an issue with GIMP packaging. To add GIMP plugins and all it dependencies i added such line to my bundle file: ```xml ${prefix}/lib/gimp/2.0/plug-ins/* ``` However, i found...