Change History (8)
follow-up: 3 comment:1 by , 2 years ago
comment:2 by , 2 years ago
Seahorse will need to be patched: https://gitlab.gnome.org/GNOME/seahorse/-/merge_requests/212
follow-up: 4 comment:3 by , 2 years ago
Replying to Xi Ruoyao:
The testsuite fails: https://dev.gnupg.org/T6313
It works in out-of-tree builds. For example by creating a build
subdirectory and running ../configure ...
there. But actually, gpgme tests are not run anyway because they need a gpgme build tree!
SKIP: Environment variable 'XTEST_GPGME_SRCDIR' not set. Please point it to a recent GPGME source tree to run the GPGME test suite.
With an out-of-tree build (in a sbudir), the instructions for building gnupg_nochunks.html and gnupg.txt need to be changed: I replaced doc/gnupg.texi with ../doc/gnupg.texi, but a lot of warnings are output about unset variables, so something is missing. OTOH, are those instructions needed?
comment:4 by , 2 years ago
Replying to pierre:
Replying to Xi Ruoyao:
The testsuite fails: https://dev.gnupg.org/T6313
It works in out-of-tree builds. For example by creating a
build
subdirectory and running../configure ...
there. But actually, gpgme tests are not run anyway because they need a gpgme build tree!SKIP: Environment variable 'XTEST_GPGME_SRCDIR' not set. Please point it to a recent GPGME source tree to run the GPGME test suite.With an out-of-tree build (in a sbudir), the instructions for building gnupg_nochunks.html and gnupg.txt need to be changed: I replaced doc/gnupg.texi with ../doc/gnupg.texi, but a lot of warnings are output about unset variables, so something is missing. OTOH, are those instructions needed?
The correct instruction is:
makeinfo --html --no-split -o doc/gnupg_nochunks.html -I doc ../doc/gnupg.texi
comment:5 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 2 years ago
Forgot the release notes... Here they are:
Noteworthy changes in version 2.4.0 (2022-12-16)
- gpg: New command --quick-update-pref.
- gpg: New list-options show-pref and show-pref-verbose.
- gpg: New option --list-filter to restrict key listings like gpg -k --list-filter 'select=revoked-f && sub/algostr=ed25519'
- gpg: New --export-filter export-revocs.
- gpg: Also import stray revocation certificates.
- gpg: Add a notation to encryption subkeys in de-vs mode.
- gpg: Improve signature verification speed by a factor of more than four. Double detached signing speed.
- gpg: Allow only OCB for AEAD encryption.
- gpg: Fix trusted introducer for mbox only user-ids.
- gpg: Report an error via status-fd for receiving a key from the agent.
- gpg: Make --require-compliance work without the --status-fd option.
- gpg: Fix verification of cleartext signatures with overlong lines.
- agent: Fix import of protected OpenPGP v5 keys.
- gpgsm: Change the default cipher algorithm from AES128 to AES256. Also announce support for this in signatures.
- gpgsm: Always use the chain validation model if the root-CA requests this.
- gpgsm: Print OCSP revocation date and reason in cert listings.
- agent: Support Win32-OpenSSH emulation by gpg-agent.
- scd: Support the Telesec Signature Card v2.0.
- scd: Redact --debug cardio output of a VERIFY APDU.
- scd: Skip deleted pkcs#15 records in CARDOS 5.
- dirmngr: Fix build with no LDAP support.
- dirmngr: Fix verification of ECDSA signed CRLs.
- wkd: New option --add-revocs for gpg-wks-client.
- wkd: Ignore expired user-ids in gpg-wks-client.
- card: New commands "gpg" and "gpgsm".
The testsuite fails: https://dev.gnupg.org/T6313