[mirrors/gpgme]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for mirrors/gpgme Pushed by mirror-service into branch 'master'. Changed from 5a36cb33a2c098036a4b9bec142932b878400417 to 31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 4cb1906c1c47ce2c8b7180bc31ffdb1af4b5ffe8 by Ingo Klöcker on 09/07/2026 at 14:35.. Ignore TRUST_ status lines if no NEWSIG was seen * src/verify.c (_gpgme_verify_status_handler): Don't return error if TRUST_* status line is seen before NEWSIG status line has been seen. -- Since recently, in de-vs compliance mode, gpgsm emits TRUST_ status lines during decryption if the validation of the encryption certificate fails. Consequently, it's not an error if a TRUST_ status line is seen without having seen a NEWSIG status line before. GnuPG-bug-id: 8333 https://invent.kde.org/mirrors/gpgme/-/commit/4cb1906c1c47ce2c8b7180bc31ffdb1af4b5ffe8 Git commit 31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b by Ingo Klöcker on 30/07/2026 at 13:35.. Handle new SIGINFO status line * src/gpgme.h.in (gpgme_status_code_t): Add status code for SIGINFO. * src/status-table.c (status_table): Add "SIGINFO". * src/verify.c (parse_sig_info): New. (_gpgme_verify_status_handler): Handle SIGINFO status line. -- GnuPG-bug-id: 8368 https://invent.kde.org/mirrors/gpgme/-/commit/31eb884e8f102ed3cf1220ccdd77e6e1931a9a7b