[Pkg-gnupg-commit] [gnupg2] annotated tag upstream/2.1.13 created (now 84695e8)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:15:29 UTC 2016


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

dkg pushed a change to annotated tag upstream/2.1.13
in repository gnupg2.

        at  84695e8   (tag)
   tagging  8c42c9ff6a0a7dc22570a2a7d5867c96049a15da (commit)
  replaces  upstream/2.1.12
 tagged by  Daniel Kahn Gillmor
        on  Thu Jun 16 18:15:28 2016 -0400

- Log -----------------------------------------------------------------
Upstream version 2.1.13

Andre Heinecke (2):
      dirmngr: Print ldap error if bind fails
      dirmngr: Try ldap protocol V3 as fallback

Daniel Kahn Gillmor (6):
      g10: Fix typo in comment.
      g10: report whether key in agent is passphrase-protected or not
      g10: Add openpgp_protected flag to agent secret key export functions
      g10: Allow receiving cleartext secret keys from agent
      g10: Export cleartext keys as cleartext
      Imported Upstream version 2.1.13

Ineiev (1):
      po: Update Russian translation.

Justus Winter (5):
      tests: Add export test.
      tests: Add logging to fake pinentry.
      tests: Add support for a passphrase queue to fake pinentry.
      tests: Test the pinentry interactions when exporting keys.
      build: Fix URL.

NIIBE Yutaka (6):
      po: Update Japanese translation.
      g10: Fix signature checking.
      configure: Detection of libusb on FreeBSD.
      g10: Allow User ID length >= 256.
      gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.
      po: Update Japanese translation.

Werner Koch (75):
      Post release updates.
      gpg: Request a "save" after cmd "check" fixed something.
      gpg: Fix buglet in the check_all_keysigs function.
      gpg: Allow unattended deletion of secret keys.
      gpg: Emit new status line KEY_CONSIDERED.
      dirmngr: Adjust the WKD lookup to specs version -01.
      gpg: Add --weak-digest to gpgv's help screen.
      gpg: Print "[  never ]" instead of err for validity.
      gpg: Fix the TOFU_STATS_LONG status.
      gpg: Pass CTRL object down to the trust functions
      gpg: Store the Tofu meta handle for databases in CTRL.
      gpg: Remove debug output accidently introduced with 027c4e5.
      gpg: Explicitly close a combined Tofu DB.
      gpg: Avoid name spaces clash with future sqlite versions.
      gpg: Speed up key listing in Tofu mode.
      gpg, w32: Fix build regression.
      common,w32: Silence an unused arg warning message.
      common: Add simple dynamic array function.
      gpgtar: Simplify code by using ccparray.
      build: Switch to new URL for swdb.lst
      gpg: Keep current and total of PROGESS status lines small enough.
      common: Make use of default_errsource in exechelp.
      common: Extend gnupg_create_inbound_pipe et al.
      build: Remove obsolete tests for funopen and fopencookie.
      tools: Improve debug output of rfc822parse.
      common: Speedup closing fds before an exec.
      common: Simplify the fd closing patch 512c56a.
      common: Allow a second input stream for gnupg_exec_tool_stream.
      common: Add a status callback to gnupg_exec_tool_stream.
      gpg: New status code NOTATION_FLAGS.
      common: Add comments on how to enable backtrace().
      common: New function openpgp_is_curve_supported.
      gpg: Do not abort on certain invalid packets.
      gpg: New command --quick-addkey.
      gpg: Improve the new parse_subkey_algostr_usagestr fucntion.
      gpg: Extend the --quick-gen-key command.
      gpg: Try to use the passphrase from the primary for --quick-addkey.
      gpg: Add the fingerprint to KEY_CREATED for subkeys.
      w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.
      indent: Wrap strings in debug messages.
      gpg: Implement --keyid-format=none.
      gpg: Add option --with-subkey-fingerprint.
      gpg: Use --keyid-format=none by default.
      Replace use of opt.homedir by accessor functions.
      common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
      common: New function gnupg_socketdir.
      Do not try to remove the enclosing directory of sockets.
      Do not use no-libgcrypt dummy for tools
      gpgconf: Add option --homedir
      Implement /run/user/UID/gnupg based sockets.
      gpgconf: New commands --create-socketdir and --remove-socketdir.
      w32: Fix recent build regression.
      Explicitly restrict socket permissions.
      speedo,w32: Distribute gpg-preset-passphrase.
      common: New function split_fields.
      gpg: Remove C-99ism, re-indent, and simplify one function.
      common: Fix bad printf format in t-stringhelp.c
      gpg,indent: Re-indent and chnage var names in sign.c
      gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.
      gpg: New option --disable-signer-uid, create Signer's UID sub-packet.
      gpg: Un-deprecate option --auto-key-retrieve.
      speedo,w32: Add gpg-preset-passphrase also to the uninstaller.
      doc: Consistently use 'keyserver'.
      gpg: Split tofu's get_trust function into several smaller ones.
      gpg: Avoid endless loop in a tofu error case.
      doc: Add files and envvars to a new index.
      gpgsm: Allow ciphers AES192 and SERPENT256
      ldap: Improve info output for v3 fallback
      gpg: Print the subkey's curve and not the primary key curve.
      tools: Fix typo in function name of symcryptrun.
      Add missing files so that make distcheck works again,
      speedo,w32: Take gpg-preset-passphrase from libexec.
      po: Update German translation
      po: Auto-update
      Release 2.1.13

Yuri Chornoivan (1):
      po: Update Ukrainian translation

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  c3db6f5   Post release updates.
       new  ff870d5   po: Update Japanese translation.
       new  d33b35f   gpg: Request a "save" after cmd "check" fixed something.
       new  693838f   gpg: Fix buglet in the check_all_keysigs function.
       new  ac9ff64   gpg: Allow unattended deletion of secret keys.
       new  83a90a9   g10: Fix signature checking.
       new  ff71521   gpg: Emit new status line KEY_CONSIDERED.
       new  cf97769   dirmngr: Adjust the WKD lookup to specs version -01.
       new  a69d3c1   gpg: Add --weak-digest to gpgv's help screen.
       new  437c97a   gpg: Print "[  never ]" instead of err for validity.
       new  fd973ee   gpg: Fix the TOFU_STATS_LONG status.
       new  027c4e5   gpg: Pass CTRL object down to the trust functions
       new  754b1c4   gpg: Store the Tofu meta handle for databases in CTRL.
       new  8abd1f5   gpg: Remove debug output accidently introduced with 027c4e5.
       new  006a612   gpg: Explicitly close a combined Tofu DB.
       new  b1ba460   gpg: Avoid name spaces clash with future sqlite versions.
       new  78bb084   gpg: Speed up key listing in Tofu mode.
       new  5beb6ab   g10: Fix typo in comment.
       new  a54e89a   tests: Add export test.
       new  41b10c6   tests: Add logging to fake pinentry.
       new  4994153   tests: Add support for a passphrase queue to fake pinentry.
       new  b9d1e09   tests: Test the pinentry interactions when exporting keys.
       new  9bbb841   gpg, w32: Fix build regression.
       new  f7426b7   common,w32: Silence an unused arg warning message.
       new  2421f7f   common: Add simple dynamic array function.
       new  91bc783   gpgtar: Simplify code by using ccparray.
       new  7402809   build: Switch to new URL for swdb.lst
       new  b3e043b   configure: Detection of libusb on FreeBSD.
       new  6c957c3   gpg: Keep current and total of PROGESS status lines small enough.
       new  96c7901   common: Make use of default_errsource in exechelp.
       new  5d991e3   common: Extend gnupg_create_inbound_pipe et al.
       new  d755bcb   build: Remove obsolete tests for funopen and fopencookie.
       new  ad75ca9   tools: Improve debug output of rfc822parse.
       new  512c56a   common: Speedup closing fds before an exec.
       new  e6d9a2d   common: Simplify the fd closing patch 512c56a.
       new  44a3245   common: Allow a second input stream for gnupg_exec_tool_stream.
       new  239a4d5   common: Add a status callback to gnupg_exec_tool_stream.
       new  903328a   build: Fix URL.
       new  67a4bc8   gpg: New status code NOTATION_FLAGS.
       new  db1ecc8   g10: Allow User ID length >= 256.
       new  c9f9fab   common: Add comments on how to enable backtrace().
       new  072acb6   common: New function openpgp_is_curve_supported.
       new  d837f6b   gpg: Do not abort on certain invalid packets.
       new  8f2a053   gpg: New command --quick-addkey.
       new  dcc4cd8   gpg: Improve the new parse_subkey_algostr_usagestr fucntion.
       new  01285f9   gpg: Extend the --quick-gen-key command.
       new  1b460f0   gpg: Try to use the passphrase from the primary for --quick-addkey.
       new  8d976a6   gpg: Add the fingerprint to KEY_CREATED for subkeys.
       new  79b7a8a   w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.
       new  e792eb1   indent: Wrap strings in debug messages.
       new  b047388   gpg: Implement --keyid-format=none.
       new  1d1cb86   gpg: Add option --with-subkey-fingerprint.
       new  7257ea2   gpg: Use --keyid-format=none by default.
       new  abeeb84   gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.
       new  650abba   po: Update Japanese translation.
       new  22a7ef0   Replace use of opt.homedir by accessor functions.
       new  fb88f37   common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
       new  36550dd   common: New function gnupg_socketdir.
       new  0faf895   Do not try to remove the enclosing directory of sockets.
       new  173fa97   Do not use no-libgcrypt dummy for tools
       new  def512e   gpgconf: Add option --homedir
       new  aab8a0b   Implement /run/user/UID/gnupg based sockets.
       new  cf49104   gpgconf: New commands --create-socketdir and --remove-socketdir.
       new  6790115   w32: Fix recent build regression.
       new  8127043   Explicitly restrict socket permissions.
       new  5cc1613   speedo,w32: Distribute gpg-preset-passphrase.
       new  00f30cc   g10: report whether key in agent is passphrase-protected or not
       new  7de7432   g10: Add openpgp_protected flag to agent secret key export functions
       new  a3cb72a   g10: Allow receiving cleartext secret keys from agent
       new  c41c46f   g10: Export cleartext keys as cleartext
       new  5ba99d9   common: New function split_fields.
       new  334e993   gpg: Remove C-99ism, re-indent, and simplify one function.
       new  2494ce1   common: Fix bad printf format in t-stringhelp.c
       new  18b03e7   gpg,indent: Re-indent and chnage var names in sign.c
       new  08c82b1   gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.
       new  61e7fd6   gpg: New option --disable-signer-uid, create Signer's UID sub-packet.
       new  9e126af   gpg: Un-deprecate option --auto-key-retrieve.
       new  8d0ff5c   speedo,w32: Add gpg-preset-passphrase also to the uninstaller.
       new  5ddccf4   doc: Consistently use 'keyserver'.
       new  1affdf1   gpg: Split tofu's get_trust function into several smaller ones.
       new  f980cd2   gpg: Avoid endless loop in a tofu error case.
       new  2423238   doc: Add files and envvars to a new index.
       new  5f9bd7a   gpgsm: Allow ciphers AES192 and SERPENT256
       new  5faddcb   dirmngr: Print ldap error if bind fails
       new  f989b6e   dirmngr: Try ldap protocol V3 as fallback
       new  b7e3dfc   ldap: Improve info output for v3 fallback
       new  b56aebe   gpg: Print the subkey's curve and not the primary key curve.
       new  e44dd87   tools: Fix typo in function name of symcryptrun.
       new  4d7d292   Add missing files so that make distcheck works again,
       new  c4c4de3   speedo,w32: Take gpg-preset-passphrase from libexec.
       new  69f1b0b   po: Update German translation
       new  2273e4f   po: Update Russian translation.
       new  d4ce1b0   po: Update Ukrainian translation
       new  2ba8afb   po: Auto-update
       new  b3df4e2   Release 2.1.13
       new  8c42c9f   Imported Upstream version 2.1.13

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