- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 7 2024
Jan 6 2024
Also remove deprecated setup.py calls, use PEP517 style instead.
forgot the setup.py.in
- After two years, bump from serial 23 to 36
- Remove more distutils usage
Jan 5 2024
thats great news! I will test the keyword with Archlinux's Builds System (and Fakeroot) as soon as possible!
This is actually fixed already for the next version (with commit https://dev.gnupg.org/rKLEOPATRA655abf9a75e5f1cce8bc52b1cda21440970edfd7). The fix will just not be backported to VSD 3.2 to minimize the risk of another regression.
reopened. Because of reverted commits there is again no error message when trying to write to a write protected folder, see T6917.
moved to milestone 3.2.0, as 3.2.1 does not exist as column...
Works in VS-Desktop-3.1.91.9-Beta.
All non-archive jobs have been extended to allow reading the input directly from files and to allow writing the output. directly to files.
I sued the done column because we have not assigned it to any milestone.
Fixed a long time ago.
Hope so too. If there was a docker image or something I would gladly test it, otherwise I'll report back as soon as a release is out
We can't test this but assume that the fix for T6752 is sufficient here.
With rG239c1fdc28dcd0dc7aa5341be7c966da2231642a we now have a socketdir keyword for gpgconf.ctl. man gpgconf and look for that file. Will be released with 2.4.4.
gpg 2.4 now returns ERROR status lines for failed --quick-add-subkey and --quick-add-adsk.
Looks good except for a nitpick and some documentation.
Fix back in October, will be released in 24.02 megarelease.
Jan 4 2024
There seems to be a problem with error reporting; errors from GPG (e.g., invalid password) are not coming through. I think this caused by GnuPG not reporting them correctly
Note that we now have also an option instead of the workaround from 2015
In a first commit, I have switched back to the simple check done by QFileInfo::isWritable() (see https://doc.qt.io/qt-5/qfileinfo.html#isWritable).
Another hint: When they checked "write temporary files in the folder of the encrypted file" they got a message window from gpgex "Error returned by the GnuPG user interface: Input/output error".
Looks good.
- Document the new flag/functionality in gpgme.texi
- Extend run-genkey.c, so that one can easily test this. (This also gives an example how it's used correctly.)