[Pkg-gnupg-commit] [gnupg2] annotated tag gnupg-2.1.11 created (now 09cb19c)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Jan 27 13:24:21 UTC 2016


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

dkg pushed a change to annotated tag gnupg-2.1.11
in repository gnupg2.

        at  09cb19c   (tag)
   tagging  e9e5e83ec14459c2fc9060c54fc8e7381b541acd (commit)
  replaces  gnupg-2.1.10
 tagged by  Werner Koch
        on  Tue Jan 26 13:54:31 2016 +0100

- Log -----------------------------------------------------------------
The first release in 2016
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJWp2yHAAoJECSbOdJPJeO2PMYH/20AhIqeyl10ZmNnHfAeBC0t
sB79sY7P5NHcW67c+YBRgSNFmVoNaszpsoDZPUgxXx+Iexh62wB09yqVlwoG7prq
OzLweTlblrAH1ppuF1/6rORHR9vWUsl/tRgNUmJh64m4jNIsJBBH5XAyByojB9U1
x1frTqfaS57TjaSJUqxl0NeSGNV1CqqiVSj8N3PSs51tiTthGYXuk1YIAD1ZIP5d
ny4Z2/Tj971i/i6ko1gtppC6qcyfYKgbqffHsZgt8zsI4gAN1CJacpMH3sZv7v3f
yrmDfafInuS318tQZeJ+crKDPKFy9/DVg85njK5xF2xCvSWUzselLzn0cVYXPYQ=
=c37t
-----END PGP SIGNATURE-----

Andre Heinecke (1):
      gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32

Daiki Ueno (1):
      gpg: Write ERROR status on delete-key cancellation

Damien Goutte-Gattat (1):
      gpg: Print ownertrust in TOFU+PGP trust model.

Daniel Hoffend (1):
      scd: Fix removal of unplugged usb readers on Windows.

Daniel Kahn Gillmor (2):
      Fix keystrlen to work when OPT.KEYID_FORMAT is KF_DEFAULT.
      dirmngr: Use sks-keyservers CA by default for the hkps pool.

Ineiev (1):
      po: Update Russion translation

Justus Winter (13):
      common: Add header file and build the new code.
      common: Add a stream interface to 'sh-exectool'.
      tools/gpgtar: Use the new exectool helper.
      tools/gpgtar: Implement signing.
      tools/gpgtar: Implement symmetric encryption.
      dirmngr: Handle http status '501 Not Implemented'.
      dirmngr: Really search all keyservers for patterns.
      dirmngr: Stricter handling of http error codes.
      dirmngr: Initialize http status code.
      tests: Add some more gpgtar tests.
      Fix required libgpg-error version.
      agent: Fix typo.
      agent: Improve error handling.

NIIBE Yutaka (22):
      po: Japanese translation.
      scd: Fix regression for generating RSA keys on card.
      sm: Handle gcry_pk_encrypt return value.
      g10: factor out a function for secret key retrieval.
      g10: Fix a regression for generating card key with backup.
      g10: Remove deprecated internal functions.
      g10: Fix commit b30c15bf.
      g10: clean up of headers for card.
      po: Update Japanese translation.
      scd: Fix commit b30c15bf (again).
      agent: Support --force option for IMPORT_KEY.
      g10: fix regression of bkuptocard subcommand in --edit-key.
      g10: Allow relative path for specifying the file for bkuptocard.
      g10: Remove subcommand checkbkupkey for --key-edit.
      g10: Use --force when importing key for bkuptocard.
      agent: IMPORT_KEY with --force option fix.
      agent: Fix RSA verification for card.
      common: Fix iobuf API of filter function for alignment.
      common: Fix iobuf API of filter function for alignment.
      Fix to support git worktree.
      sm: small fix for GCC 6.
      g10: Fix segfault on unsupported curve.

Neal H. Walfield (22):
      gpg: Don't error out if a key occurs multiple times in the keyring.
      gpg: Fix buffer overflow.
      gpg: Fix --default-key checks.
      gpg: Use more descriptive names.
      gpg: Improve the keyblock cache's transparency.
      gpg: Improve the keyblock cache's transparency.
      gpg: When checking for ambiguous keys, ignore invalid keys.
      gpg: Use enums instead of defines.
      gpg: Mark more options as coming from the config file (when this holds)
      gpg: Display the key that is invalid, not the search description.
      gpg: Remove dead code.
      gpg: Suppress a warning.
      Only add the user supplied CFLAGS after running any autoconf tests.
      gpg: Fix TOCTTOU when updating keyblocks.
      gpg: Improve check for ambiguous keys.
      gpg: Remove unused parameter.
      gpg: Lazily evaluate --default-key.
      gpg: Don't check for ambiguous keys.
      gpg: Fix error message.
      gpg: Fix type.
      Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.
      gpg: Fix double free.

Petr Pisar (1):
      po: Update Czech translation

Werner Koch (87):
      Post release updates.
      Merge branch 'STABLE-BRANCH-2-2' into wk-master
      common: Add code to execute a helper.
      Remove replacements for libgpg-error < 1.21.
      gpg: Use a regular type instead of a void* for import stats.
      common: Rename sh-exectool to exectool.
      common: Change license for exectool to LGPLv3+/GPLv2+.
      common: Change license of some modules to LGPLv3+/GPLv2+.
      common: Change license of isascii.c to all-premissive,
      gpg: New function to printed a detailed error code.
      gpg: Reduce number of strings to translate.
      common: Use default_errsource for call-gpg and exectool.
      build: Add required macro for pkg-config
      common: New file fwddecl.h.
      gpg: Do not translate debug output.
      gpg: Fix use of assert from commit dc417bf0.
      gpg: Add standard free() semantic to pubkey_free.
      gpg: Simplify status message code from commit b30c15bf.
      gpg: Rename struct pubkey to pukey_s and add pubkey_t.
      dirmngr: Change the Onion keyserver in the conf template.
      agent: Typo fix for help text.
      gpg: Align notes about minimal keysize with actual checks.
      common: Do not deref vars in tests after a fail().
      tests: Use info and error instead of a plain echo.
      common: Avoid warnings about useless assignments.
      dirmngr: Silence one regression test.
      kbx: Avoid faulty fclose in an error case.
      gpg: Comment on false positives by static analyzers.
      gpg: Silence warnings found by static analyzer.
      gpg: Avoid using an uninitialized SALT on premature EOF.
      gpg: Silence some regression tests.
      gpg: Fix DNS cert lookup returning an URL.
      kbx: Avoid warnings about useless assignments.
      sm: Avoid warnings about useless assignments.
      gpg: Fix warnings about useless assignments.
      gpg: Avoid warnings about possible NULL deref.
      gpg: Return an error code from keygrip_from_pk.
      common: New put_membuf_cb to replace static membuf_data_cb.
      common: New function get_assuan_server_version.
      common: New function compare_version_strings.
      Print warnings if old daemon versions are used.
      gpg: Add an exact search flag to the PK struct.
      gpg: New command --export-ssh-key
      gpg: Support ECDSA keys with --export-ssh-key.
      tools: Remove gpgkey2ssh.
      gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.
      gpg: Move documentation from keydb.h to keydb.c and getkey.c.
      gpg: Re-indent check_key_signature2.
      ssh: Accept OpenSSH *cert-v01 key variants.
      gpg: Make sure to mark a duplicate registered keybox as primary.
      kbx: Implement keybox_lock for use by gpg.
      common: Make sure dotlock functions set a proper ERRNO.
      kbx: Improve and fix keybox_lock.
      gpg: Improve error code from lock_all.
      kbx: Change return type of search functions to gpg_error_t.
      doc: Update whats-new-in-2.1 from gnupg-doc.
      gpg: Make --list-options show-usage the default.
      kbx: Add function keybox_tmp_names to avoid code duplication.
      kbx: New function keybox_file_rename to replace rename.
      gpg: Detect race between pubring.gpg and pubring.kbx use.
      w32: Fix deadlock introduced by keybox_file_rename.
      kbx,w32: Use shorter retry intervals for keybox_file_rename.
      doc: Fix description of --s2k-* options to match gpg 2.1.
      Use ngettext for some strings.
      gpg: Use "days" in "...newer than..." diagnostics.
      gpg: Minor string changes.
      g10: Improve strings printed by tofu.c.
      gpg: Add function print_further_info.
      common: Add substitute code for libgpg-error < 1.22.
      gpg: Streamline use of error messages in tofu.c
      po: Update German translation
      doc: Typo fix.
      agent: New option --pinentry-timeout
      gpg: Silence message about ignoring revoked user ids.
      gpg: Make --auto-key-retrieve work with dirmngr configured server.
      gpg: Improve header text of the auto-created revocations.
      gpg: Allow new user ids with only the mail address.
      gpg: Rework gpg-conf.skel
      dirmngr: Provide the keyserver pool name even if there is no CNAME.
      dirmngr: Indicate that serial numbers are hexadecimal.
      speedo: Allow use of SHA-256 checksums
      agent: Send PROGRESS status lines to the client.
      gpg: Print PROGRESS status lines during key generation.
      po: Update German translation
      Update copyright years.
      po: Auto-update
      Release 2.1.11

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

This annotated tag includes the following new commits:

       new  762fcc0   po: Japanese translation.
       new  df1e0d2   Post release updates.
       new  30af06e   Merge branch 'STABLE-BRANCH-2-2' into wk-master
       new  2ae07f8   common: Add code to execute a helper.
       new  d955cb5   common: Add header file and build the new code.
       new  a81aca6   common: Add a stream interface to 'sh-exectool'.
       new  0c0dafd   tools/gpgtar: Use the new exectool helper.
       new  45c814f   tools/gpgtar: Implement signing.
       new  582e684   tools/gpgtar: Implement symmetric encryption.
       new  a8308ba   dirmngr: Handle http status '501 Not Implemented'.
       new  6ac57a4   dirmngr: Really search all keyservers for patterns.
       new  6d64ef8   dirmngr: Stricter handling of http error codes.
       new  b5cd688   gpg: Write ERROR status on delete-key cancellation
       new  71726b6   dirmngr: Initialize http status code.
       new  ee0fb42   po: Update Russion translation
       new  1c8eae9   tests: Add some more gpgtar tests.
       new  d1a9758   scd: Fix removal of unplugged usb readers on Windows.
       new  6dc37c5   gpg: Don't error out if a key occurs multiple times in the keyring.
       new  d6e0149   Fix required libgpg-error version.
       new  b78fce3   agent: Fix typo.
       new  25f0f05   agent: Improve error handling.
       new  1605e34   gpg: Fix buffer overflow.
       new  f0ae40b   Remove replacements for libgpg-error < 1.21.
       new  4d3395e   gpg: Use a regular type instead of a void* for import stats.
       new  d40975c   scd: Fix regression for generating RSA keys on card.
       new  e573e61   gpg: Fix --default-key checks.
       new  f5aa51a   gpg: Print ownertrust in TOFU+PGP trust model.
       new  d80e1bc   common: Rename sh-exectool to exectool.
       new  467e18b   common: Change license for exectool to LGPLv3+/GPLv2+.
       new  7d129a7   common: Change license of some modules to LGPLv3+/GPLv2+.
       new  7baca03   common: Change license of isascii.c to all-premissive,
       new  4ee881b   sm: Handle gcry_pk_encrypt return value.
       new  0ea186d   gpg: Use more descriptive names.
       new  2e4e10c   gpg: Improve the keyblock cache's transparency.
       new  f369efd   gpg: Improve the keyblock cache's transparency.
       new  2ea1aeb   gpg: New function to printed a detailed error code.
       new  345ec73   gpg: Reduce number of strings to translate.
       new  4ffe44c   common: Use default_errsource for call-gpg and exectool.
       new  fc010b6   gpg: When checking for ambiguous keys, ignore invalid keys.
       new  e644aa7   g10: factor out a function for secret key retrieval.
       new  b30c15b   g10: Fix a regression for generating card key with backup.
       new  72eaff1   g10: Remove deprecated internal functions.
       new  0643688   g10: Fix commit b30c15bf.
       new  af14285   build: Add required macro for pkg-config
       new  98f9e14   common: New file fwddecl.h.
       new  ab9a9bc   g10: clean up of headers for card.
       new  d839229   po: Update Japanese translation.
       new  ee8a8ec   gpg: Use enums instead of defines.
       new  478ca6c   gpg: Mark more options as coming from the config file (when this holds)
       new  7fe4be0   gpg: Display the key that is invalid, not the search description.
       new  4143cc1   gpg: Remove dead code.
       new  1cceba1   gpg: Suppress a warning.
       new  02eb9fc   Only add the user supplied CFLAGS after running any autoconf tests.
       new  dc417bf   gpg: Fix TOCTTOU when updating keyblocks.
       new  4103850   gpg: Improve check for ambiguous keys.
       new  ffe0b7a   gpg: Remove unused parameter.
       new  dc52995   gpg: Lazily evaluate --default-key.
       new  7195b94   gpg: Don't check for ambiguous keys.
       new  4654384   gpg: Fix error message.
       new  5c75992   gpg: Fix type.
       new  aecf1a3   scd: Fix commit b30c15bf (again).
       new  b0c9867   gpg: Do not translate debug output.
       new  ef7b7e9   gpg: Fix use of assert from commit dc417bf0.
       new  04c9cdd   gpg: Add standard free() semantic to pubkey_free.
       new  363ed2e   gpg: Simplify status message code from commit b30c15bf.
       new  a9cbdcf   gpg: Rename struct pubkey to pukey_s and add pubkey_t.
       new  ae3e5c2   dirmngr: Change the Onion keyserver in the conf template.
       new  e684c63   agent: Support --force option for IMPORT_KEY.
       new  40959ad   g10: fix regression of bkuptocard subcommand in --edit-key.
       new  ee433d2   g10: Allow relative path for specifying the file for bkuptocard.
       new  44aee35   g10: Remove subcommand checkbkupkey for --key-edit.
       new  5ca57f1   g10: Use --force when importing key for bkuptocard.
       new  79b51bb   agent: IMPORT_KEY with --force option fix.
       new  bf694cb   Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.
       new  575c15a   gpg: Fix double free.
       new  ff3b607   agent: Fix RSA verification for card.
       new  f2ecbf7   agent: Typo fix for help text.
       new  e70f7a5   gpg: Align notes about minimal keysize with actual checks.
       new  0a00115   common: Do not deref vars in tests after a fail().
       new  1fbfa1b   tests: Use info and error instead of a plain echo.
       new  e64317c   common: Avoid warnings about useless assignments.
       new  6deafb9   dirmngr: Silence one regression test.
       new  db82b61   kbx: Avoid faulty fclose in an error case.
       new  7990586   gpg: Comment on false positives by static analyzers.
       new  09accc0   gpg: Silence warnings found by static analyzer.
       new  85cc744   gpg: Avoid using an uninitialized SALT on premature EOF.
       new  c7389ae   gpg: Silence some regression tests.
       new  2c3e674   Fix keystrlen to work when OPT.KEYID_FORMAT is KF_DEFAULT.
       new  a41638a   gpg: Fix DNS cert lookup returning an URL.
       new  0de7d61   kbx: Avoid warnings about useless assignments.
       new  126aebb   sm: Avoid warnings about useless assignments.
       new  008aa6e   gpg: Fix warnings about useless assignments.
       new  8a56a38   gpg: Avoid warnings about possible NULL deref.
       new  8fd406c   gpg: Return an error code from keygrip_from_pk.
       new  833ba5f   common: New put_membuf_cb to replace static membuf_data_cb.
       new  4966432   common: New function get_assuan_server_version.
       new  4d7ac43   common: New function compare_version_strings.
       new  2aa42ba   Print warnings if old daemon versions are used.
       new  34bca9c   gpg: Add an exact search flag to the PK struct.
       new  4970868   gpg: New command --export-ssh-key
       new  b2da395   gpg: Support ECDSA keys with --export-ssh-key.
       new  eb9c021   tools: Remove gpgkey2ssh.
       new  b280aa6   gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.
       new  0617a05   gpg: Move documentation from keydb.h to keydb.c and getkey.c.
       new  3f52c7d   common: Fix iobuf API of filter function for alignment.
       new  4b4639b   common: Fix iobuf API of filter function for alignment.
       new  4619ea8   gpg: Re-indent check_key_signature2.
       new  e2f984b   ssh: Accept OpenSSH *cert-v01 key variants.
       new  96237b9   Fix to support git worktree.
       new  9dc355a   gpg: Make sure to mark a duplicate registered keybox as primary.
       new  1608629   kbx: Implement keybox_lock for use by gpg.
       new  4aceebf   common: Make sure dotlock functions set a proper ERRNO.
       new  8f1368d   kbx: Improve and fix keybox_lock.
       new  9b6c914   gpg: Improve error code from lock_all.
       new  c7ca0f7   kbx: Change return type of search functions to gpg_error_t.
       new  99cdc15   doc: Update whats-new-in-2.1 from gnupg-doc.
       new  360534b   gpg: Make --list-options show-usage the default.
       new  f5cceef   kbx: Add function keybox_tmp_names to avoid code duplication.
       new  8241ed5   kbx: New function keybox_file_rename to replace rename.
       new  3b1248e   gpg: Detect race between pubring.gpg and pubring.kbx use.
       new  663c5d1   w32: Fix deadlock introduced by keybox_file_rename.
       new  3cccd5a   kbx,w32: Use shorter retry intervals for keybox_file_rename.
       new  56275e4   doc: Fix description of --s2k-* options to match gpg 2.1.
       new  437965e   Use ngettext for some strings.
       new  9309bda   gpg: Use "days" in "...newer than..." diagnostics.
       new  576fedc   gpg: Minor string changes.
       new  79778a8   g10: Improve strings printed by tofu.c.
       new  d96e76d   gpg: Add function print_further_info.
       new  8b7f64f   common: Add substitute code for libgpg-error < 1.22.
       new  cfa4189   gpg: Streamline use of error messages in tofu.c
       new  4c6c973   po: Update German translation
       new  c26d299   doc: Typo fix.
       new  4997433   agent: New option --pinentry-timeout
       new  bdb6135   gpg: Silence message about ignoring revoked user ids.
       new  09117e7   gpg: Make --auto-key-retrieve work with dirmngr configured server.
       new  bb99b40   gpg: Improve header text of the auto-created revocations.
       new  fc0c71d   gpg: Allow new user ids with only the mail address.
       new  361820a   gpg: Rework gpg-conf.skel
       new  afb8696   dirmngr: Use sks-keyservers CA by default for the hkps pool.
       new  77bceb2   dirmngr: Provide the keyserver pool name even if there is no CNAME.
       new  12c665b   dirmngr: Indicate that serial numbers are hexadecimal.
       new  039a557   speedo: Allow use of SHA-256 checksums
       new  ee87c65   agent: Send PROGRESS status lines to the client.
       new  fbe1cf6   gpg: Print PROGRESS status lines during key generation.
       new  d33a340   sm: small fix for GCC 6.
       new  b8bb16c   g10: Fix segfault on unsupported curve.
       new  3e50236   gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32
       new  d56f76a   po: Update German translation
       new  7313c5f   Update copyright years.
       new  cc75359   po: Update Czech translation
       new  dc4a470   po: Auto-update
       new  e9e5e83   Release 2.1.11

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