[Pkg-gnupg-commit] [gnupg2] branch encoding-and-speling created (now aee5ff8)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:24:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a change to branch encoding-and-speling
in repository gnupg2.

        at  aee5ff8   Fix more spelling

This branch includes the following new commits:

       new  d4bd974   Post release updates.
       new  62f3e00   common: Remove unused vars in simple-pwquery.
       new  c47386a   wks: Install gpg-wks-client under libexec
       new  5424597   common: Change license of mbox-util to LGPLv2.1+.
       new  95e9a97   doc: Some additional source comments
       new  460568d   wks: Add command --supported to gpg-wks-client.
       new  5eb2682   common: Guarantee that gnupg_get_time does not return an error.
       new  0f1f02a   gpg: Change TOFU_STATS to return timestamps.
       new  19d12be   gpg: New option --with-tofu-info.
       new  74a082b   common: Rename an odd named function.
       new  0a5a854   gpg: Fix false negatives in Ed25519 signature verification.
       new  bdbd036   gpg: Make decryption of -R work w/o --try-secret-key or --default-key.
       new  2aa0701   common: Add a default socket name feature.
       new  8e3fa5a   gpgconf: Print the plain socket directory with --list-dirs.
       new  8b3e691   w32: Fix build regression due to 2aa0701.
       new  8dda861   g10: When showing a user id's trust, pass the current signature.
       new  0858f14   g10: Print the formatted text.
       new  4c2abb2   g10: Print the info text in more situations.
       new  33e9781   g10: Support nested transactions on the TOFU DB.
       new  6052c14   g10: Change tofu_register & tofu_get_validity to process multiple uids.
       new  d045144   g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.
       new  3beeaa7   g10: Improve TOFU debugging output and some comments.
       new  371ae66   g10: Improve TOFU batch update code.
       new  76304a9   gpg: Fix regression in gpgv's printing of the keyid.
       new  b8184d2   gpg: Avoid name spaces clash with future sqlite versions (2).
       new  268f6b7   gpg: Move state local to tofu.c to a private structure.
       new  70df5a8   g10: Drop unused argument.
       new  247eef0   g10: Fix the show old policy functionality when changing a TOFU policy.
       new  e4d5e3c   g10: Update a key's TOFU policy in a transaction.
       new  5b48960   g10: Fix error detection.
       new  28c235a   g10: Always trust ultimately trusted keys.
       new  b69b2cb   doc: Add a help text for tofu.conflict.
       new  edfb693   g10: On a TOFU conflict, show whether the uids are expired or revoked
       new  e4eac16   wks: Relax permission check for the top directory.
       new  04c042f   wks: Send a final message to the user.
       new  babeb6f   tests: Run test requiring the network only in maintainer-mode.
       new  4cbd2a6   g10: Be careful to not be in a transaction during long operations
       new  3e67b50   gpg: Copy the correct digest for use by TOFU.
       new  00c2850   g10: Remove unused parameter.
       new  0cb0ea1   g10: Improve text.
       new  f2e5cb6   g10: Add support for TRUST_NEVER.
       new  3d44e5e   g10: When asking about a TOFU binding conflict, default to unknown.
       new  44690be   g10: Fix typo.
       new  37e3c89   gpg: Fix printing of pubkey algo in --verbose signature verify.
       new  6bdadae   gpg: Add new function write_status_printf.
       new  fde9fa8   gpg: Simplify code to print VALIDSIG.
       new  38d369d   gpg: Avoid homedir creation by --list-config
       new  b410a3c   g10: Don't consider cross-signed keys to be in conflict.
       new  85fad6c   g10: End transaction earlier.
       new  afdfc95   po: Update Japanese translation.
       new  8b6c0ba   agent: invoke scdaemon with --homedir.
       new  d1ae710   scd: Clean up unused shutdown method.
       new  8fe8105   scd: Release the card reader after card removal.
       new  fc445b3   common: Check read errors in name-value.c
       new  505ee45   dirmngr: Add --policy-flags option to WKD_GET.
       new  46362cb   wks: Add framework for policy flags.
       new  18a808b   po: Fix line ending mismatch in Japanese translation.
       new  f9e49c8   scd: Fix an action after card removal.
       new  c8e0d37   gpg: Use a common filter_getval for import and export.
       new  959cd89   common: Add string operator gt,ge,le,lt to recsel.
       new  0a4a03e   gpg: New export filter drop-subkey.
       new  0ac671f   common: Add an assuan logging monitor.
       new  de62347   dirmngr: Exclude D lines from the IPC debug output.
       new  c39be0a   common: Fix typo.
       new  e33111f   common: Improve waiting for processes on POSIX.
       new  059c79d   tests: Pass flags to test driver.
       new  65a7563   tests: Update README.
       new  1f1f56e   g10: Refactor cross sig check code.
       new  2eeb555   agent: Small improvement of the server's local state.
       new  0b99d1f   agent: Silence --debug IPC output for connections from self.
       new  9082bde   g10: Don't add user attributes to the TOFU DB.
       new  845e2cc   common: Fix error handling.
       new  c97bde2   common: Restore a simpler variant of 'gnupg_wait_process'.
       new  46c4333   tests: Speed up the test suite.
       new  6503561   agent: Terminate on deletion of the socket file (Linux only).
       new  213b3cf   tests: Fix test.
       new  f2249b7   gpgscm: Fix detection of unbalanced parenthesis.
       new  a9e6db6   g10: Simplify the binding statistics shown for a TOFU conflict.
       new  875ac92   g10: Record and show statistics for encrypted messages when using TOFU
       new  67cef40   g10: Only show the TOFU warning once per key.
       new  ee19eac   g10: Tweak TOFU's verbosity.
       new  13ddc17   g10: Make sure some functions are passed a primary key.
       new  c894fa8   g10: Temporary hack to repalce missing sqrtu32.
       new  97a67d4   gpg: Fix format string issues in tofu.
       new  1f90d3c   g10: Add missing sqrtu32.h and sqrtu32.c.
       new  56c1840   g10: Use the correct conversion function.
       new  7b3e857   g10: Change TOFU code to respect --faked-system-time.
       new  ee06b3f   g10: Check for a new binding a bit later.
       new  a937eef   tests: Don't use --tofu-db-format.
       new  bde29a4   g10: Use the time a signature was seen, not the embedded time, for stats
       new  6308c30   dirmngr: Terminate on deletion of the socket file (Linux only).
       new  bbe940c   gpg: Make --output work with --verify.
       new  a8363b7   gpg: Add options --output and --yes to gpgv.
       new  30a9f53   gpg: Remove option --yes from gpgv
       new  d757009   gpg: print fingerprint regardless of keyid-format
       new  937ec53   Fix symbol conflict.
       new  eddcba0   Portability build fix.
       new  aa81e32   tests: Simplify tofu test.
       new  31fc420   gpg: Avoid mixing up status and colon line output.
       new  9da780e   tools: Minor fix to the usbmon debugging tool.
       new  30a011c   gpg: Improve usability of --quick-gen-key.
       new  0fd332b   gpg: Allow use of "default" algo for--quick-addkey.
       new  f4e11f2   gpg: Emit a new error status line in --quick-adduid.
       new  8df8aa1   g10: Default to the "good" TOFU policy for keys signed by a UTK.
       new  9d62b79   g10: Add missing static qualifier.
       new  ca91caa   g10: Change the default TOFU policy for UTKs to good.
       new  05b2b13   g10: Correctly compute the euclidean distance.
       new  9799b5d   g10: Fix whitespace.
       new  68eb5fb   tests/gpgscm: Fix use of pointer.
       new  7fafc3c   spelling: correct achived to achieved
       new  167273e   spelling: conenction should be connection
       new  3248182   tests/fake-pinentries: fake pinentries for downstream developers.
       new  dcc6466   g10: Don't include the signature when printing a binding's validity.
       new  3f7f744   g10: Only consider bindings matching the signer's user id.
       new  c0e620c   g10: Add missing header.
       new  3421be6   po: convert localizations to UTF-8
       new  167c452   move some file encodings to UTF-8
       new  aee5ff8   Fix more spelling

The 118 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