On Mon, 14 Oct 2024 13:15:58 +0100 Simon McVittie <s...@debian.org> wrote:
This is *not* expected to be a useful workaround for this issue,
because libostree uses libcurl3-gnutls, a separate build of the libcurl
library. It is libcurl3-gnutls that needs to be downgraded if you want
the downgrade to affect libostree.
Thanks for the clarification. I was fooled by `apt search`, which only
showed me installed packages from the stable repo but not from the
backports, so I mistook that libcurl3-gnutls is not even installed. But
of course it is. I downgraded it using
```
$ sudo apt install libcurl3-gnutls=7.88.1-10+deb12u7
```
and now flatpak works again as expected. Thanks for the hint and sorry
for the posting in the wrong bug tracker.
Best regards,
Philipp