[Pkg-gnupg-commit] [gnupg2] annotated tag upstream/2.1.21 created (now 10778c9)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:08:15 UTC 2017


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

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

        at  10778c9   (tag)
   tagging  d2d4174a24828e1603a84bb6aa93ee6207604a68 (commit)
  replaces  upstream/2.1.20
 tagged by  Daniel Kahn Gillmor
        on  Tue May 16 22:38:16 2017 -0400

- Log -----------------------------------------------------------------
Upstream version 2.1.21

Andre Heinecke (4):
      w32: Enable wildcard expansion with mingw-w64
      speedo,w32: Allow installation as normal user
      speedo,w32: Fix silent user mode installation
      dirmngr,w32: Fix ldap crl read on windows

Daniel Kahn Gillmor (2):
      g10: Remove skeleton options files.
      New upstream version 2.1.21

Justus Winter (59):
      gpgscm: Simplify substring operation.
      gpgscm: Simplify get-output-string operation.
      gpgscm: Fix copying values.
      tests: Fix setup of ephemeral home directories.
      tests: Fix setup of ephemeral home directories.
      tests: Make test more robust.
      tests: Disable 'pkits' test suite.
      tests: Fix distcheck.
      gpgscm: Initialize unused slots in vectors.
      gpgscm: Avoid mutating integer.
      gpgscm: Fix compact vector encoding.
      gpgscm: Remove arbitrary limit on number of cell segments.
      gpgscm: Make global data constant when possible.
      gpgscm: Allocate small integers in the rodata section.
      gpgscm: Merge 'opexe_1'.
      gpgscm: Merge 'opexe_2'.
      gpgscm: Merge 'opexe_3'.
      gpgscm: Merge 'opexe_4'.
      gpgscm: Merge 'opexe_5'.
      gpgscm: Merge 'opexe_6'.
      gpgscm: Remove now obsolete dispatcher function from the opcodes.
      gpgscm: Use more threaded code.
      gpgscm: Move dispatch table into rodata.
      gpgscm: Deduplicate code.
      gpgscm: Add and use opcode for reversing a list in place.
      gpgscm: Make tags mandatory.
      gpgscm: Improve syntax dispatch.
      gpgscm: Refactor checking for opcode arguments.
      gpgscm: Mmap script files.
      gpgscm: Fix opcode dispatch.
      tests: Move common functionality.
      tests: Make tests more robust.
      tests: Avoid relying on implicit gpg commands.
      tests: Fix distcheck.
      gpgscm: Avoid fruitless garbage collection cycles.
      gpgscm: Move 'trace' and 'stringify'.
      tests: Locate resources and scripts relative to top source dir.
      gpgscm: Make test framework less functional.
      gpgscm: Make logging less verbose and more useful.
      gpgscm: Emit JUnit-style XML reports.
      gpgscm: Improve syntax checking.
      gpgscm: Fix test.
      tests: Deduplicate and simplify code.
      gpgscm: Tweak error message display.
      gpgscm: Refactor cell finalization.
      tests: Fix Python detection.
      gpgscm: Merge opexe_0.
      gpgscm: Create and re-use frame objects.
      tests: Add function to dump packets.
      tests: Support tests that are expected to fail.
      doc: Fix documentation.
      tests: Clarify comments.
      gpg: Fix typo.
      gpg: Properly account for ring trust packets.
      doc: Fix name of program.
      gpgscm: Make it possible to set the logfile name.
      tests: Move the makefile parser.
      tests: Make it possible to run all tests using our infrastructure.
      tests: Also run all OpenPGP tests using keyrings.

NIIBE Yutaka (54):
      agent: Minor fix for get_client_pid.
      po: Update Japanese translation.
      agent: Serialize access to passphrase cache.
      scd: Don't keep CCID reader open when card is not available.
      scd: Internal CCID reader cleanup.
      scd: Remove "special transport" support.
      scd: Relax a condition for p15 driver.
      scd: Relax a condition for p15 driver.
      agent: Use "ll" length specifier when time_t is larger.
      tools: Portability fix for gpgparsemail.
      common: Portability fix for logging.c.
      g10: Minor clean up for TOFU.
      g10,tools: Fix bzlib.h include order.
      dirmngr: Fix build for Windows.
      g13: Include sys/sysmacros.h if available.
      g10: Minor clean up for export.c.
      dirmngr: Use a function to increment network short.
      agent: Simplify stream_read_cstring.
      dirmngr: Fix dns-stuff.c.
      Revert "dirmngr: Fix dns-stuff.c."
      dirmngr: Fix dns-stuff.c in another way.
      scd: Handle unexpected suspend/resume by CCID driver.
      dirmngr: Fix plus1_ns.
      gpgscm: Fix test program.
      common: Simplify format_text.
      dirmngr: Fix possible null reference.
      tools: Fix condition for gpg-connect-agent.
      dirmngr: Fix type of sock.
      dirmngr: More fix for Windows.
      common, g10: Fix enumeration types.
      dirmngr: Fix thread key type.
      dirmngr: Fix alignment of ADDR.
      dirmngr: Fix http.c for sockaddr_storage.
      dirmngr: More fix for Windows.
      dirmngr: More fix for test program.
      agent: Clean up error initialize/return.
      g10: Fix import/export filter property match.
      g10: Minor fixes.
      g10: Fix parse_ring_trust.
      tests: Minor memory fix.
      agent: Minor cleanup.
      agent: More minor change.
      dirmngr: Fix API difference for Windows.
      dirmngr: Fix final close of LISTEN_FD.
      g13: Fix for Solaris.
      g10: invalidate the fd cache for keyring.
      tests: Remove *.conf.tmpl from Makefile.
      dirmngr: Fix aliasing problem in dns.c.
      g10: Minor clean up.
      g10: For signing, prefer available card key when no -u option.
      Spelling fixes in docs and comments.
      g10: Stop compiler warning for t-stutter.
      g10, sm, dirmngr, common: Add comment for fall through.
      Register DCO for Ineiev.

Werner Koch (8):
      Post release updates.
      gpg: Fix printing of offline taken subkey.
      doc: Explain the '>' in a key listing.
      common: Let format_text return an error.
      gpg: Do not mark ", " translatable.
      po: Update German translation
      po: Auto-update
      Release 2.1.21

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

This annotated tag includes the following new commits:

       new  943176c   Post release updates.
       new  5744d20   agent: Minor fix for get_client_pid.
       new  685438b   po: Update Japanese translation.
       new  d858096   gpgscm: Simplify substring operation.
       new  a80d4a9   gpgscm: Simplify get-output-string operation.
       new  6261611   gpgscm: Fix copying values.
       new  32b75fb   tests: Fix setup of ephemeral home directories.
       new  01e84d4   tests: Fix setup of ephemeral home directories.
       new  9464531   tests: Make test more robust.
       new  af1c1a5   tests: Disable 'pkits' test suite.
       new  23f00f1   tests: Fix distcheck.
       new  b83903f   gpgscm: Initialize unused slots in vectors.
       new  f1dc34f   gpgscm: Avoid mutating integer.
       new  ebe12be   agent: Serialize access to passphrase cache.
       new  3c93595   scd: Don't keep CCID reader open when card is not available.
       new  cc420d3   scd: Internal CCID reader cleanup.
       new  547bc01   gpg: Fix printing of offline taken subkey.
       new  9c9fde1   doc: Explain the '>' in a key listing.
       new  bf8b5e9   gpgscm: Fix compact vector encoding.
       new  56638c2   gpgscm: Remove arbitrary limit on number of cell segments.
       new  c9c3fe8   gpgscm: Make global data constant when possible.
       new  8640fa8   gpgscm: Allocate small integers in the rodata section.
       new  34199ef   scd: Remove "special transport" support.
       new  3c1ad96   scd: Relax a condition for p15 driver.
       new  7501f2e   scd: Relax a condition for p15 driver.
       new  170660e   agent: Use "ll" length specifier when time_t is larger.
       new  154af87   gpgscm: Merge 'opexe_1'.
       new  6cad382   gpgscm: Merge 'opexe_2'.
       new  d591ab6   gpgscm: Merge 'opexe_3'.
       new  4f83510   gpgscm: Merge 'opexe_4'.
       new  1379df4   gpgscm: Merge 'opexe_5'.
       new  ddf4448   gpgscm: Merge 'opexe_6'.
       new  e7ed982   gpgscm: Remove now obsolete dispatcher function from the opcodes.
       new  6f217d1   gpgscm: Use more threaded code.
       new  7dff624   gpgscm: Move dispatch table into rodata.
       new  3e91019   gpgscm: Deduplicate code.
       new  e1bb932   gpgscm: Add and use opcode for reversing a list in place.
       new  a1ad5d6   gpgscm: Make tags mandatory.
       new  b628e62   gpgscm: Improve syntax dispatch.
       new  f3d1f68   gpgscm: Refactor checking for opcode arguments.
       new  c7f0d90   gpgscm: Mmap script files.
       new  1b6adab   gpgscm: Fix opcode dispatch.
       new  a144616   tools: Portability fix for gpgparsemail.
       new  456c5cd   common: Portability fix for logging.c.
       new  f079822   g10: Minor clean up for TOFU.
       new  03d77b6   g10,tools: Fix bzlib.h include order.
       new  3133402   dirmngr: Fix build for Windows.
       new  ccd2187   tests: Move common functionality.
       new  1b28d9d   tests: Make tests more robust.
       new  cde626e   tests: Avoid relying on implicit gpg commands.
       new  00be2a9   tests: Fix distcheck.
       new  c3cc955   g13: Include sys/sysmacros.h if available.
       new  0521882   g10: Minor clean up for export.c.
       new  64904ce   dirmngr: Use a function to increment network short.
       new  c64763c   agent: Simplify stream_read_cstring.
       new  1538523   dirmngr: Fix dns-stuff.c.
       new  0b904dd   Revert "dirmngr: Fix dns-stuff.c."
       new  bd0c949   dirmngr: Fix dns-stuff.c in another way.
       new  f053f99   scd: Handle unexpected suspend/resume by CCID driver.
       new  60d9a9e   dirmngr: Fix plus1_ns.
       new  7f9032d   gpgscm: Fix test program.
       new  7b4edf1   common: Simplify format_text.
       new  7ae1857   dirmngr: Fix possible null reference.
       new  f52f6af   tools: Fix condition for gpg-connect-agent.
       new  6755b3b   dirmngr: Fix type of sock.
       new  5af104b   dirmngr: More fix for Windows.
       new  7425827   common, g10: Fix enumeration types.
       new  37018ad   dirmngr: Fix thread key type.
       new  892b33b   dirmngr: Fix alignment of ADDR.
       new  86dcb03   dirmngr: Fix http.c for sockaddr_storage.
       new  4771bad   dirmngr: More fix for Windows.
       new  adb77d0   dirmngr: More fix for test program.
       new  36c4e54   agent: Clean up error initialize/return.
       new  af5f8ec   g10: Fix import/export filter property match.
       new  0dec0cc   g10: Minor fixes.
       new  256e861   g10: Fix parse_ring_trust.
       new  b9440aa   tests: Minor memory fix.
       new  45c52cc   agent: Minor cleanup.
       new  9296aed   agent: More minor change.
       new  0d0a7ef   dirmngr: Fix API difference for Windows.
       new  4b2581d   dirmngr: Fix final close of LISTEN_FD.
       new  1051927   g13: Fix for Solaris.
       new  245860e   gpgscm: Avoid fruitless garbage collection cycles.
       new  f03d689   gpgscm: Move 'trace' and 'stringify'.
       new  ed4d23d   tests: Locate resources and scripts relative to top source dir.
       new  a71f414   gpgscm: Make test framework less functional.
       new  6799207   gpgscm: Make logging less verbose and more useful.
       new  ee71520   gpgscm: Emit JUnit-style XML reports.
       new  4aab0e6   gpgscm: Improve syntax checking.
       new  9ae63b9   gpgscm: Fix test.
       new  06a177c   tests: Deduplicate and simplify code.
       new  78547bf   gpgscm: Tweak error message display.
       new  d2f6798   gpgscm: Refactor cell finalization.
       new  ef1922b   tests: Fix Python detection.
       new  2e71bf3   w32: Enable wildcard expansion with mingw-w64
       new  116cfd6   g10: invalidate the fd cache for keyring.
       new  7851d73   tests: Remove *.conf.tmpl from Makefile.
       new  247932f   dirmngr: Fix aliasing problem in dns.c.
       new  2262a80   g10: Minor clean up.
       new  97a2394   g10: For signing, prefer available card key when no -u option.
       new  5c8fe54   Spelling fixes in docs and comments.
       new  201f868   g10: Remove skeleton options files.
       new  cacfd4b   speedo,w32: Allow installation as normal user
       new  9c6407d   gpgscm: Merge opexe_0.
       new  8a168a6   gpgscm: Create and re-use frame objects.
       new  d378cc3   speedo,w32: Fix silent user mode installation
       new  eab0138   tests: Add function to dump packets.
       new  d6b4646   tests: Support tests that are expected to fail.
       new  6fdeef5   doc: Fix documentation.
       new  38b48eb   tests: Clarify comments.
       new  692208f   gpg: Fix typo.
       new  2273943   gpg: Properly account for ring trust packets.
       new  98b7591   g10: Stop compiler warning for t-stutter.
       new  0ce94a9   g10, sm, dirmngr, common: Add comment for fall through.
       new  70ee7cd   Register DCO for Ineiev.
       new  3a8c94e   doc: Fix name of program.
       new  29ef34c   gpgscm: Make it possible to set the logfile name.
       new  78d6a25   tests: Move the makefile parser.
       new  f436579   tests: Make it possible to run all tests using our infrastructure.
       new  bc01d62   tests: Also run all OpenPGP tests using keyrings.
       new  00b7767   common: Let format_text return an error.
       new  abe3a90   dirmngr,w32: Fix ldap crl read on windows
       new  2d381b0   gpg: Do not mark ", " translatable.
       new  4bd079d   po: Update German translation
       new  bd6074f   po: Auto-update
       new  9574820   Release 2.1.21
       new  d2d4174   New upstream version 2.1.21

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