[Pkg-gnupg-commit] [gnupg2] annotated tag upstream/2.1.10 created (now 43478f6)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Dec 9 20:33:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to annotated tag upstream/2.1.10
in repository gnupg2.
at 43478f6 (tag)
tagging 24bfccb3192f546c184bf2429ab51515cf94214c (commit)
replaces upstream/2.1.9
tagged by Daniel Kahn Gillmor
on Wed Dec 9 12:04:33 2015 -0500
- Log -----------------------------------------------------------------
Upstream version 2.1.10
Damien Goutte-Gattat (1):
doc: Document some changed default options.
Daniel Kahn Gillmor (6):
gpg: Add option --weak-digest to gpg and gpgv.
gpg: Print warning when rejecting weak digests
gpg: Ensure all weak digest rejection notices are shown
agent: Clarify agent's KEYWRAP_KEY description.
Fix typos
Imported Upstream version 2.1.10
Ineiev (1):
po: Update Russian translation
Justus Winter (32):
Fix typos found using codespell.
dirmngr: Fix specifying keyservers by IP address.
dirmngr: Gracefully handle premature termination of TLS streams.
dirmngr: Fix typo.
scd: Improve error handling.
g10: Avoid undefined behavior.
common: Avoid undefined behavior.
agent: Improve error handling.
dirmngr: Fix memory leak.
dirmngr: Improve error handling.
dirmngr: Start dirmngr on demand.
dirmngr: Refactor 'map_host'.
dirmngr: Fix pool detection.
dirmngr: Refactor 'map_host'.
dirmngr: Support hkp server pools using SRV records.
dirmngr: Honor ports specified in SRV records.
dirmngr: Fix SRV record lookups when using the system resolver.
dirmngr: Fix http lookups when libadns is used.
g13: Move 'call-gpg.c' to common.
common: Refactor the call-gpg code.
common: Add stream interface to call-pgp.
tools: Add encryption and decryption support to gpgtar.
tools/gpgtar: Improve error handling.
tools/gpgtar: Handle '--gpg' argument.
tools/gpgtar: Handle '--directory' argument.
tests: Add tests for gpgtar and gpg-zip.
tools/gpgtar: Rework argument parsing.
tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.
common: Make the GPG arguments configurable in call-gpg.
tools/gpgtar: Handle '--gpg-args'.
tools/gpgtar: Add '--dry-run'.
dirmngr: Improve error handling.
NIIBE Yutaka (12):
po: Update Japanese translation.
cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.
doc: Don't install gpg-zip.1.
g10: notify a user when importing stub is skipped.
scd: fix change_keyattr.
scd: Fix error handling with libusb-compat library.
scd: Add reder information to --card-status.
scd: Fix for Curve25519 prefix handling.
scd: Fix "Conflicting usage" bug.
scd: More fix for Curve25519 prefix handling.
scd: Simplify saving application context.
scd: Fix for removing the prefix.
Neal H. Walfield (86):
common: Prefix the mkdir functions with gnupg_. Make args const.
g10: Add TOFU support.
g10: Fix assert.
gpg: If a conflict occurs in batch mode, record that.
gpg: Don't forget to free some memory.
gpg: Fix formatting.
gpg: Mark local function as static.
gpg: Improve and regularize naming of signature checking functions.
gpg: Improve function documentation and some comments.
gpg: Fix --desig-revoke.
gpg: Remove unused prototype digest_algo_from_sig.
common: Make sure tilde expansion works for the mkdir functions.
gpg: Make failing to create a directory a soft error.
gpg: Use the right variable to display the information.
gpg: Improve text.
gpg: When showing conflicts, also show bindings with no recorded sigs.
gpg: Synchronize translation template.
gpg: Improve output.
gpg: Don't die immediately if the TOFU DB is locked.
gpg: Make the tofu DB check and initialization atomic.
dirmngr: Allow building with libassuan < 2.3.
gpg: Factor out code into a standalone function.
gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.
gpg: If a key is ultimate trusted, return that in the tofu model.
gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.
gpg: Don't accidentally free UTK_LIST.
gpg: If the saved trust model is unknown, default to tofu+pgp.
gpg: Use the proper type.
gpg: Return the DBs meta-handle rather than the sqlite3 handle.
gpg: Cache prepared SQL queries and open DB connections.
gpg: Provide an interface to patch TOFU updates.
gpg: When the TOFU DB is in batch mode, periodically drop the locks.
gpg: Make sure we only have a single SQL statement.
gpg: Move sqlite helper functions into their own file.
gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.
gpg: Fix keyring support.
gpg: Eliminate a memory leak.
gpg: Remove unused prototype.
gpg: Eliminate a memory leak.
gpg: Display the correct error message.
gpg: Consider newlines to be whitespace in an SQL statement.
gpg: Don't store formatting fingerprints in the TOFU DB.
gpg: Fix message formatting.
gpg: Split a utility function out of a large function.
gpg: Also show when the most recently signed message was observed.
gpg: Allow multiple --default-key options. Take the last available key.
gpg: Add --encrypt-to-default-key.
gpg: Print a better error message for --multifile --sign --encrypt.
doc: Add documentation for gpgkey2ssh.
tools: Fix gpgkey2ssh's most gratuitous errors. Use gpg2, not gpg.
doc: Note that gpgkey2ssh is deprecated.
common: Add a function for copying data from one iobuf to another.
gpg: Add support for unwrapping the outer level of encryption.
gpg: Indicate which characters are invalid.
common: Include required, but not included headers in t-support.h.
common: Add new function strlist_rev.
gpg: Check for ambiguous or non-matching key specs.
common: When classifying keyids and fingerprints, reject trailing junk.
gpg: Add new option --only-sign-text-ids.
gpg: Fix formatting string.
gpg: Default to the flat TOFU DB format.
gpg: Default to the the PGP trust model.
gpg: Fix cache consistency problem.
gpg: Fix error checking and improve error reporting.
gpg: Use a more appropriate error code.
gpg: Add function format_keyid.
gpg: Make debugging search descriptors easier.
gpg: Add some debugging output.
gpg: Correctly handle keyblocks followed by legacy keys.
gpg: Correctly handle an error.
gpg: Change keydb_search to not return legacy keys.
gpg: Allow selecting subkeys using a keyid.
tools: Fix option parsing for gpg-zip.
gpg: Improve an error message.
gpg: Refactor print_seckey_info.
gpg: Fail if the search description passed to --gen-revoke is ambiguous.
gpg: Don't crash if key is not passed an argument.
gpg: Allow updating the expiration time of multiple subkeys at once.
gpg: If sqlite is not available, don't build things depending on it.
common: Extend utf8_charcount to include the string's length.
gpg: Reflow long texts.
gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.
common,gpg: Fix processing of search descriptions ending in '!'.
gpg: Fix type mismatch resulting in a buffer overflow.
gpg: Improve documentation.
gpg: Use the matching key if the search description is exact.
Werner Koch (96):
Post release updates.
gpg: Try hard to use MDC also for sign+symenc.
Move http module from common/ to dirmngr/.
common: Avoid warning about const char ** assignment.
gpg: Fix harmless compiler warnings.
gpg: Silence two more warnings.
dirmngr: Use Assuan socket wrappers for http.c
dirmngr: Make --use-tor work - still leaks DNS.
dirmngr: Allow building with libassuan < 2.3.
build: Allow building without SQLlite support.
w32: Allow building again.
dirmngr: Prefer ADNS over system resolver.
common: Add status code for use by g13.
dirmngr: Rename file dns-cert.c.
build: Make --disable-g13 the default.
common: Add more replacement error codes.
dirmngr: Implement a getaddrinfo wrapper.
dirmngr: Use the new DNS wrapper for the HKP engine.
Change capitalization of TOR to Tor.
gpg: Add a new OpenPGP card vendor.
dirmngr: Check that getaddrinfo is available.
dirmngr: Allow use of http.c if USE_NPTH is not defined.
dirmngr: Use the new DNS wrapper for the HTTP module.
Move SRV RR code from common/ to dirmngr/.
dirmngr: Do not use MAXDNAME.
dirmngr: Implement Tor mode for SRV RRs.
dirmngr: Implement a getnameinfo wrapper.
dirmngr: Replace use of getnameinfo by resolve_dns_addr.
dirmngr: Better handle systems without IPv6 or IPv4.
dirmngr: Add workaround for broken getaddrinfo.
dirmngr,w32: Remove gethostbyname hack and make it build again.
dirmngr: Support Tor hidden services.
dirmngr: Add example Tor hidden service.
w32: Make it build again if Tofu support is not available.
gpg: Do not call an extra get_validity if no-show-uid-validity is used.
dirmngr: Add a getaddrinfo wrapper backend using ADNS.
dirmngr: Minor cleanup of the SRV RR code.
dirmngr: Fix NULL-deref while loading a CRL.
sm: Allow combination of usage flags --gen-key.
Use of some C99 features is now permitted.
common: Add separate header for zb32.c.
common: Improve t-zb32 to be used for manual encoding.
gpg: Make translation easier.
gpg: Change out of core error message.
common: Fix commit f99830b.
gpg: Avoid new strings.
dirmngr: Improve detection of ADNS.
dirmngr: Change to new ADNS Tor mode init scheme.
dirmngr: New option --nameserver.
dirmngr: Do not block during ADNS calls.
gpg: Print export statistics to the status-fd.
gpg: Print a new EXPORTED status line.
gpg: Fix regression in --locate-keys (in 2.1.9).
gpg: Make trusted-key override for Tofu robust against swapped tofu.db.
gpg: Simplify the tofu interface by using the public key packet.
gpg: Use only one fingerprint formatting function.
dirmngr: Let Libassuan employ nPth wrappers for connect.
dirmngr: Improve output of "getinfo tor".
common: Fix off-by-one access in the new format_text.
g13: Fix commit 1a045b13.
dirmngr: Allow testing for a running Tor via "getinfo tor".
dirmngr: Avoid casting away a const from an char**.
dirmngr: Avoid a declarations after statements.
Avoid incompatible pointer assignment warnings on Windows.
Silence unused variable or parameter warnings.
Silence compiler warnings related to not using assuan_fd_t.
gpg,w32: Fix a format string error.
kbx: Include gpg-error prior to mischelp.h.
gpg: Avoid extra translation strings.
yat2m: New option --date.
doc: Build man pages with the same date as the info files.
yat2m: Add keyword @url.
doc: Make make distcheck work again.
doc: Typo fix.
doc: Clarify dirmngr's --keyserver option.
build: Let configure show the the status of Tor support
Update NEWS file
http: Enhance parser to detect .onion addresses.
dirmngr: Switch to an onion address if Tor is running.
build: Require at least Libassuan 2.4.1.
gpg: Change some error messages.
gpg: Take care of keydb_new returning NULL.
gpg: Make keyidlist more robust in case of errors.
gpg: Add variant of 'key "%s" not found: %s' error message.
gpg: Additional comment on commit a28ac99e.
build: Change how caller provided CFLAGS are used by configure.
build: Avoid dependecy problems in "make distcheck".
scd: Another fix for Curve25519 prefix handling.
Do not translate messages printed with log_debug.
gpg: Allow "help" as value for --tofu-policy.
po: Update German translation.
po: Auto-update.
dirmngr: Add command to print the resolver version.
gpg: Do not pre-check keys given on the command line.
speedo,w32: Improve installer.
Release 2.1.10
Yuri Chornoivan (1):
po: Update Ukrainian translation
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b0627ec Post release updates.
new 4584125 gpg: Try hard to use MDC also for sign+symenc.
new 0b4ebc3 po: Update Japanese translation.
new 3de5ef7 cleanup: Fix confusion between gpg_error_t and gpg_err_code_t.
new 93e8555 common: Prefix the mkdir functions with gnupg_. Make args const.
new f77913e g10: Add TOFU support.
new 128a456 g10: Fix assert.
new 5aa1b39 Move http module from common/ to dirmngr/.
new e64c805 common: Avoid warning about const char ** assignment.
new 558bcd4 gpg: Fix harmless compiler warnings.
new c2c4007 gpg: Silence two more warnings.
new 55d8845 gpg: If a conflict occurs in batch mode, record that.
new e56a116 gpg: Don't forget to free some memory.
new 253afa2 gpg: Fix formatting.
new 8c609ea dirmngr: Use Assuan socket wrappers for http.c
new 6983fd1 dirmngr: Make --use-tor work - still leaks DNS.
new 76afaed gpg: Add option --weak-digest to gpg and gpgv.
new b989398 gpg: Print warning when rejecting weak digests
new 547a1b3 gpg: Mark local function as static.
new 0433e66 gpg: Improve and regularize naming of signature checking functions.
new a608ee7 gpg: Improve function documentation and some comments.
new c376211 gpg: Fix --desig-revoke.
new 4e42ad3 dirmngr: Allow building with libassuan < 2.3.
new d1a0b52 gpg: Remove unused prototype digest_algo_from_sig.
new c3bb9fc common: Make sure tilde expansion works for the mkdir functions.
new eb8a0b0 gpg: Make failing to create a directory a soft error.
new 4957e32 gpg: Use the right variable to display the information.
new 445f94b gpg: Improve text.
new d3eca51 gpg: When showing conflicts, also show bindings with no recorded sigs.
new 251c070 gpg: Synchronize translation template.
new bc9ff6c gpg: Improve output.
new 26d457c gpg: Don't die immediately if the TOFU DB is locked.
new 734c61d build: Allow building without SQLlite support.
new c83b627 w32: Allow building again.
new 58ebe50 dirmngr: Prefer ADNS over system resolver.
new 42571a3 common: Add status code for use by g13.
new 5055b61 dirmngr: Rename file dns-cert.c.
new 485e0a2 build: Make --disable-g13 the default.
new 85bd7d9 gpg: Make the tofu DB check and initialization atomic.
new a79045e dirmngr: Allow building with libassuan < 2.3.
new 243f90a gpg: Factor out code into a standalone function.
new d05ff81 gpg: Keep the trust DB up to date for the tofu and tofu+pgp models.
new df57390 gpg: If a key is ultimate trusted, return that in the tofu model.
new cbaca25 gpg: When evaluating trust reg exps, treat tofu+pgp like pgp.
new 8c3b791 gpg: Don't accidentally free UTK_LIST.
new 9afeb4c gpg: If the saved trust model is unknown, default to tofu+pgp.
new ffe60eb common: Add more replacement error codes.
new 8bccbf4 dirmngr: Implement a getaddrinfo wrapper.
new afbe87f dirmngr: Use the new DNS wrapper for the HKP engine.
new 9ffcb77 Change capitalization of TOR to Tor.
new 03e230f gpg: Add a new OpenPGP card vendor.
new 6fafda9 dirmngr: Check that getaddrinfo is available.
new b6af337 dirmngr: Allow use of http.c if USE_NPTH is not defined.
new 1e34007 dirmngr: Use the new DNS wrapper for the HTTP module.
new 41bb01a Move SRV RR code from common/ to dirmngr/.
new e03a4a9 dirmngr: Do not use MAXDNAME.
new 8b06d7f dirmngr: Implement Tor mode for SRV RRs.
new 3c4c89c gpg: Use the proper type.
new cd879d4 gpg: Return the DBs meta-handle rather than the sqlite3 handle.
new 297cf86 gpg: Cache prepared SQL queries and open DB connections.
new 7f65e84 gpg: Provide an interface to patch TOFU updates.
new 8165059 dirmngr: Implement a getnameinfo wrapper.
new 927f346 dirmngr: Replace use of getnameinfo by resolve_dns_addr.
new 0e3c9f1 dirmngr: Better handle systems without IPv6 or IPv4.
new 5e7ac03 dirmngr: Add workaround for broken getaddrinfo.
new 5b0ed76 gpg: When the TOFU DB is in batch mode, periodically drop the locks.
new c18fb0d gpg: Make sure we only have a single SQL statement.
new 7735bbe dirmngr,w32: Remove gethostbyname hack and make it build again.
new 4524a2a dirmngr: Support Tor hidden services.
new 68100b4 dirmngr: Add example Tor hidden service.
new 0d37a40 w32: Make it build again if Tofu support is not available.
new 91015d0 gpg: Ensure all weak digest rejection notices are shown
new a6c2c09 gpg: Do not call an extra get_validity if no-show-uid-validity is used.
new e026efb dirmngr: Add a getaddrinfo wrapper backend using ADNS.
new 949a5cf dirmngr: Minor cleanup of the SRV RR code.
new 02dc518 agent: Clarify agent's KEYWRAP_KEY description.
new 1f872cb Fix typos
new fa15a71 dirmngr: Fix NULL-deref while loading a CRL.
new e095a3f doc: Document some changed default options.
new 8b6c83d sm: Allow combination of usage flags --gen-key.
new d25e29a doc: Don't install gpg-zip.1.
new 351f421 gpg: Move sqlite helper functions into their own file.
new 4218274 gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.
new 99c84b4 gpg: Fix keyring support.
new 89eee5f gpg: Eliminate a memory leak.
new ef05259 gpg: Remove unused prototype.
new d68bdc5 gpg: Eliminate a memory leak.
new 641df61 gpg: Display the correct error message.
new 9654860 Use of some C99 features is now permitted.
new 5aadb4b common: Add separate header for zb32.c.
new d89a9fc common: Improve t-zb32 to be used for manual encoding.
new 18cd092 gpg: Consider newlines to be whitespace in an SQL statement.
new 06f3ead g10: notify a user when importing stub is skipped.
new 8ae3946 gpg: Don't store formatting fingerprints in the TOFU DB.
new c8ef9f9 gpg: Fix message formatting.
new 3632611 gpg: Split a utility function out of a large function.
new 621afac gpg: Also show when the most recently signed message was observed.
new 62b8cd5 gpg: Make translation easier.
new 44ad9f2 gpg: Change out of core error message.
new c5a9fed scd: fix change_keyattr.
new 1e94a67 scd: Fix error handling with libusb-compat library.
new e16d716 gpg: Allow multiple --default-key options. Take the last available key.
new de9b234 gpg: Add --encrypt-to-default-key.
new 6897bbf gpg: Print a better error message for --multifile --sign --encrypt.
new 2b27acc doc: Add documentation for gpgkey2ssh.
new cd2d685 tools: Fix gpgkey2ssh's most gratuitous errors. Use gpg2, not gpg.
new 2b0e0a5 doc: Note that gpgkey2ssh is deprecated.
new fd4b9e2 common: Add a function for copying data from one iobuf to another.
new ec409e6 gpg: Add support for unwrapping the outer level of encryption.
new a958ffd gpg: Indicate which characters are invalid.
new 23e1634 common: Include required, but not included headers in t-support.h.
new f38bac8 common: Add new function strlist_rev.
new e8c53fc gpg: Check for ambiguous or non-matching key specs.
new f99830b common: When classifying keyids and fingerprints, reject trailing junk.
new a74aeb5 gpg: Add new option --only-sign-text-ids.
new 28e1982 gpg: Fix formatting string.
new 2012533 common: Fix commit f99830b.
new 2242658 gpg: Avoid new strings.
new bce0e3f scd: Add reder information to --card-status.
new f92e951 dirmngr: Improve detection of ADNS.
new 288c991 dirmngr: Change to new ADNS Tor mode init scheme.
new 951f277 gpg: Default to the flat TOFU DB format.
new 67c701d gpg: Default to the the PGP trust model.
new 7546e81 gpg: Fix cache consistency problem.
new a2cc1d5 dirmngr: New option --nameserver.
new a3b26d6 dirmngr: Do not block during ADNS calls.
new e3c4833 gpg: Print export statistics to the status-fd.
new 2038adf gpg: Print a new EXPORTED status line.
new 7e59fb2 gpg: Fix regression in --locate-keys (in 2.1.9).
new 7de8376 gpg: Make trusted-key override for Tofu robust against swapped tofu.db.
new e7d7160 gpg: Simplify the tofu interface by using the public key packet.
new 3689c21 gpg: Use only one fingerprint formatting function.
new 8e2bea2 gpg: Fix error checking and improve error reporting.
new a9e0905 Fix typos found using codespell.
new eae982e gpg: Use a more appropriate error code.
new a052c30 gpg: Add function format_keyid.
new 11ec478 gpg: Make debugging search descriptors easier.
new 8f6099a gpg: Add some debugging output.
new ad9befa gpg: Correctly handle keyblocks followed by legacy keys.
new 848726f gpg: Correctly handle an error.
new 58e4a49 gpg: Change keydb_search to not return legacy keys.
new 1e3dbb1 dirmngr: Fix specifying keyservers by IP address.
new 0b86c74 gpg: Allow selecting subkeys using a keyid.
new 84ebf15 tools: Fix option parsing for gpg-zip.
new eb54fca dirmngr: Gracefully handle premature termination of TLS streams.
new f596f8d dirmngr: Fix typo.
new 6a37b45 scd: Improve error handling.
new 52f7f19 g10: Avoid undefined behavior.
new eb957ff common: Avoid undefined behavior.
new a1650b1 agent: Improve error handling.
new b223cde dirmngr: Fix memory leak.
new 6b14df5 dirmngr: Improve error handling.
new 46e128d gpg: Improve an error message.
new f8a65ac gpg: Refactor print_seckey_info.
new 178af9c gpg: Fail if the search description passed to --gen-revoke is ambiguous.
new 19f0994 gpg: Don't crash if key is not passed an argument.
new b64b33b gpg: Allow updating the expiration time of multiple subkeys at once.
new 770c06e gpg: If sqlite is not available, don't build things depending on it.
new a9e0b1d dirmngr: Start dirmngr on demand.
new 2b43a05 dirmngr: Refactor 'map_host'.
new 23ea641 dirmngr: Fix pool detection.
new 3f52f6b dirmngr: Refactor 'map_host'.
new c9f5aa1 dirmngr: Support hkp server pools using SRV records.
new 73c1a86 dirmngr: Honor ports specified in SRV records.
new 946faaf dirmngr: Fix SRV record lookups when using the system resolver.
new b75e1b3 dirmngr: Fix http lookups when libadns is used.
new 5b84b0d common: Extend utf8_charcount to include the string's length.
new 19362a8 gpg: Reflow long texts.
new e9c16fe gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.
new ba1a5cc g13: Move 'call-gpg.c' to common.
new cb18d80 common: Refactor the call-gpg code.
new 03bf88f common: Add stream interface to call-pgp.
new 40dbee8 tools: Add encryption and decryption support to gpgtar.
new f76fb04 tools/gpgtar: Improve error handling.
new 89e104e tools/gpgtar: Handle '--gpg' argument.
new 127aba9 tools/gpgtar: Handle '--directory' argument.
new 556e8c4 tests: Add tests for gpgtar and gpg-zip.
new 35c0c8b tools/gpgtar: Rework argument parsing.
new 2eb3248 tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.
new 1a045b1 common: Make the GPG arguments configurable in call-gpg.
new 69a8440 tools/gpgtar: Handle '--gpg-args'.
new 676b2d7 tools/gpgtar: Add '--dry-run'.
new f95cff1 dirmngr: Let Libassuan employ nPth wrappers for connect.
new d226e67 dirmngr: Improve output of "getinfo tor".
new 61941a9 common: Fix off-by-one access in the new format_text.
new 82f6abb g13: Fix commit 1a045b13.
new da5a232 dirmngr: Allow testing for a running Tor via "getinfo tor".
new 6501741 dirmngr: Avoid casting away a const from an char**.
new 100f34e dirmngr: Avoid a declarations after statements.
new 64e8708 Avoid incompatible pointer assignment warnings on Windows.
new 022342e Silence unused variable or parameter warnings.
new 501436a Silence compiler warnings related to not using assuan_fd_t.
new 7c856f9 gpg,w32: Fix a format string error.
new 436a154 kbx: Include gpg-error prior to mischelp.h.
new 686f31c gpg: Avoid extra translation strings.
new 75eb071 yat2m: New option --date.
new 081c902 doc: Build man pages with the same date as the info files.
new b4756a5 yat2m: Add keyword @url.
new 4ecb5db doc: Make make distcheck work again.
new b2b079c doc: Typo fix.
new fdd2cc5 doc: Clarify dirmngr's --keyserver option.
new 3be12d1 build: Let configure show the the status of Tor support
new 9f4f77b Update NEWS file
new 9c34711 dirmngr: Improve error handling.
new 10cca02 common,gpg: Fix processing of search descriptions ending in '!'.
new 17ac843 http: Enhance parser to detect .onion addresses.
new 28e2513 dirmngr: Switch to an onion address if Tor is running.
new c73d751 gpg: Fix type mismatch resulting in a buffer overflow.
new 28195f8 gpg: Improve documentation.
new 69db328 build: Require at least Libassuan 2.4.1.
new cedbd47 gpg: Use the matching key if the search description is exact.
new 11b2691 scd: Fix for Curve25519 prefix handling.
new f42c50d scd: Fix "Conflicting usage" bug.
new 9fcc047 gpg: Change some error messages.
new a28ac99 gpg: Take care of keydb_new returning NULL.
new 50a568e gpg: Make keyidlist more robust in case of errors.
new 5e2c5e9 gpg: Add variant of 'key "%s" not found: %s' error message.
new fbf8b73 gpg: Additional comment on commit a28ac99e.
new 4e99572 build: Change how caller provided CFLAGS are used by configure.
new 0f61599 build: Avoid dependecy problems in "make distcheck".
new e28f2e7 scd: Another fix for Curve25519 prefix handling.
new f747adf scd: More fix for Curve25519 prefix handling.
new 9639af5 scd: Simplify saving application context.
new f03976f scd: Fix for removing the prefix.
new 218a527 Do not translate messages printed with log_debug.
new 59f6192 gpg: Allow "help" as value for --tofu-policy.
new 59b42ce po: Update German translation.
new 28c53dd po: Auto-update.
new 4ff2cae dirmngr: Add command to print the resolver version.
new 28311d1 gpg: Do not pre-check keys given on the command line.
new 0fe3614 speedo,w32: Improve installer.
new 0c0ccf0 po: Update Russian translation
new 650f430 po: Update Ukrainian translation
new 9fadfdb Release 2.1.10
new 24bfccb Imported Upstream version 2.1.10
The 235 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list