I think Kleopatra now respects the "disabled" state of OpenPGP certificates. I don't remember the outcome of our discussion about allowing to disable OpenPGP certificates from Kleopatra, but I think this should be split out of this ticket.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 8 2024
Tobias should have addressed all points (except using ISO format for dates which we won't change in Kleopatra).
$ man getdents64
getdents64()
The original Linux getdents() system call did not handle large filesystems and large file offsets. Consequently, Linux 2.4
added getdents64(), with wider types for the d_ino and d_off fields. In addition, getdents64() supports an explicit d_type
field.If it is intentional change by musl (requiring some changes by an application), we can use __ino64_t_defined and __off64_t_defined macro to see if those types are defined or not.
Verified in pinentry-1.3.0.
Fixed in gpgme 1.21.0.
Fixed in pinentry 1.3.0.
pwd is not a standard Windows command. It is availabe in powershell but there I get
Fixed in 2.4.4.
If it is intentional change by musl (requiring some changes by an application), we can use __ino64_t_defined and __off64_t_defined macro to see if those types are defined or not.
May 7 2024
I think so. We did not submit a modules for recertification with these changes, but we do not plan this in close future so you can consider it completed.
Can we close this?