Bernhard Rosenkraenzer

Results 23 comments of Bernhard Rosenkraenzer

Travis build failure seems unrelated to my patch

I'm the maintainer of the OpenMandriva curl package -- thanks for spotting the issue of ldconfig overwriting the libcurl-gnutls.so.4 symlink. I've fixed this in the 7.85.0-1 package. I don't have...

We recently moved EOL releases (up to and including 4.2) to a `release_archives` subdirectory. They're still accessible (add `release_archives/` before `4.1`), but have been deprecated for a long time now.

Sorry, didn't have a lot of time to look into this lately (the usual joys of starting in a new job). The problem still happens with 11.0.1-rc1 with doxygen 1.8.19,...

The problem here is that asio makes some assumptions about the compiler based on __GNUC__ versioning. clang configured to set __GNUC__ / __GNUC_MINOR__ to something >= 8.4 will fail. In...

This is a (not fully complete) attempt at a minimally invasive patch to support ffmpeg 5.0. [QtAV-1.13.0-ffmpeg-5.0.patch.txt](https://github.com/wang-bin/QtAV/files/7885182/QtAV-1.13.0-ffmpeg-5.0.patch.txt) It compiles, but crashes after playing a few frames. Probably one of the...

OpenMandriva has switched its main zlib and minizip implementations to zlib-ng and minizip-ng. (First stable release with those changes will be 4.3, to be released soon).

`--verbose` makes no difference (probably doesn't get to a point where that would output anything). `fwupdtool install-blob` doesn't seem to recognize `50b94ce5-8b63-4849-8af4-ea479356f0e3` as a valid device (though fwupdate -l does)....

`fwupdtool` doesn't see the device, not if I specify the guid and not if I leave it out. ``` # fwupdtool install-blob DeveloperBox.Cap Loading… [* ]18:42:53:0606 FuContext Failed to load...

I've figured out the problem with `fwupdate`. https://github.com/rhboot/fwupdate/blob/security/linux/fwupdate.c#L306 `filename` gets set to `poptGetArg(optcon)` -- a pointer to somewhere in popt's context https://github.com/rhboot/fwupdate/blob/security/linux/fwupdate.c#L327 The popt context is freed -- which at...