-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.11.0 seems to break flatpak update #15509
Comments
I'm afraid we are going to need more details about how this transfer is done and what it is that fails. Otherwise there really is nothing for us to act on here. |
This issue appears to be of high severity. Void Linux is also affected by this problem. I'll try to provide more verbose logs. I provide logs for
Verbose log
Verbose log
I have |
Should probably be raised with flatpak. The code is contained to this file mostly https://github.com/flatpak/flatpak/blob/main/common/flatpak-utils-http.c |
Without deeper knowledge, this looks like a signature is downloaded just fine, but fails to verify the already downloaded packages. What if the packages have been downloaded wrong? There was #15511 in 8.11.0. |
... which very well might be exactly the problem based on this code snippet from flatpak: |
Update: looking at the log, the downloaded .sig may have been broken due to its |
That seems to be indeed the case. After adding 878bc42 to 8.11.0 flatpak update works fine again for me. |
I can also confirm that 878bc42 fixes the issue. |
Duplicate of #15511 |
I did this
After updating curl to 8.11.0 flatpak update fails with
running it with --verbose gives me
Downgrading to 8.10.1 makes it work again
I expected the following
flatpak update to continue to fetch updates.
curl/libcurl version
curl 8.11.0 (x86_64-pc-linux-gnu) libcurl/8.11.0 OpenSSL/3.3.2 zlib/1.3.1 zstd/1.5.6 libidn2/2.3.7 libssh2/1.11.1 nghttp2/1.64.0
Release-Date: 2024-11-06
Protocols: dict file ftp ftps gopher gophers http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp ws wss
Features: AsynchDNS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz SSL threadsafe TLS-SRP UnixSockets zst
operating system
Exherbo Linux
The text was updated successfully, but these errors were encountered: