[Pkg-gnupg-commit] [gnupg2] branch master updated (66d51af -> c4e5f6f)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Oct 26 01:41:52 UTC 2016


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

dkg pushed a change to branch master
in repository gnupg2.

      from  66d51af   mark transitional packages Multi-Arch: Foreign (closes: #840258)
       new  099d743   make gnupg2 binNMU-safe
       new  1c5cb4e   more patches from upstream
       new  aeaf130   track upstream decision-making about gpg-agent socket names
       new  c4e5f6f   prepare new release

The 4 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.


Summary of changes:
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 debian/gnupg-agent.README.Debian                   |   8 +-
 debian/patches/0064-tools-Fix-error-handling.patch |  34 +
 .../0065-g10-Fix-a-column-s-type-in-TOFU-DB.patch  |  29 +
 ...ove-inotify-code-to-common-and-improve-it.patch | 335 +++++++
 ...traightforward-names-for-the-default-sock.patch |  35 +
 debian/patches/0068-gpgconf-Fix-for-homedir.patch  | 158 ++++
 .../patches/0069-scd-Fix-keytocard-for-ECC.patch   |  28 +
 ...pg-agent-1-at-the-right-gpg-manpage-in-SE.patch |  25 +
 ...ument-how-to-manually-shut-down-gpg-agent.patch |  41 +
 ...72-scd-minor-cleanup-to-merge-other-works.patch | 218 +++++
 .../0073-scd-Support-ECC-key-generation.patch      | 309 +++++++
 ...Make-use-of-default_errsource-in-exechelp.patch | 101 +++
 ...32-Extend-gnupg_create_inbound_pipe-et-al.patch |  93 ++
 ...Communicate-with-child-in-non-blocking-mo.patch |  52 ++
 .../0077-common-Fix-copying-data-to-estreams.patch |  43 +
 .../0078-agent-Add-card-option-for-READKEY.patch   | 274 ++++++
 .../patches/0079-g10-smartcard-keygen-change.patch | 341 +++++++
 ...-scd-GENKEY-updates-the-public-key-in-APP.patch | 568 ++++++++++++
 debian/patches/0081-agent-g10-Fix-keygen.patch     |  44 +
 .../0082-agent-Fix-saving-with-FORCE-1.patch       |  54 ++
 .../patches/0083-Fix-use-cases-of-snprintf.patch   | 999 +++++++++++++++++++++
 .../0084-g10-Support-ECC-for-gen_card_key.patch    | 126 +++
 ...10-Don-t-ask-keysize-for-for-non-RSA-card.patch | 108 +++
 .../0086-scd-Fix-segfault-changing-key-attr.patch  |  33 +
 debian/patches/0087-g10-scd-Fix-ECC-keygen.patch   | 236 +++++
 ...-Write-first-keybox-record-in-binary-mode.patch |  27 +
 .../0089-g10-More-card-key-generation-change.patch | 161 ++++
 .../0090-g10-Fix-card-keygen-for-decryption.patch  |  29 +
 ...091-common-Fix-openpgp_is_curve_supported.patch |  30 +
 ...scd-Use-canonical-curve-name-of-libgcrypt.patch | 318 +++++++
 ...-Slightly-change-structure-of-cmd_readkey.patch | 117 +++
 ...or-cleanup-for-recent-change-in-findkey.c.patch |  32 +
 .../0095-gpg-Replace-two-sprintf-calls.patch       |  54 ++
 ...-w32-Fix-relaying-pinentry-user-data-fix-.patch | 190 ++++
 debian/patches/series                              |  33 +
 debian/systemd-user/gpg-agent-browser.socket       |   2 +-
 debian/systemd-user/gpg-agent-restricted.socket    |   2 +-
 39 files changed, 5292 insertions(+), 7 deletions(-)
 create mode 100644 debian/patches/0064-tools-Fix-error-handling.patch
 create mode 100644 debian/patches/0065-g10-Fix-a-column-s-type-in-TOFU-DB.patch
 create mode 100644 debian/patches/0066-agent-Move-inotify-code-to-common-and-improve-it.patch
 create mode 100644 debian/patches/0067-agent-Use-straightforward-names-for-the-default-sock.patch
 create mode 100644 debian/patches/0068-gpgconf-Fix-for-homedir.patch
 create mode 100644 debian/patches/0069-scd-Fix-keytocard-for-ECC.patch
 create mode 100644 debian/patches/0070-doc-Point-gpg-agent-1-at-the-right-gpg-manpage-in-SE.patch
 create mode 100644 debian/patches/0071-doc-Document-how-to-manually-shut-down-gpg-agent.patch
 create mode 100644 debian/patches/0072-scd-minor-cleanup-to-merge-other-works.patch
 create mode 100644 debian/patches/0073-scd-Support-ECC-key-generation.patch
 create mode 100644 debian/patches/0074-common-w32-Make-use-of-default_errsource-in-exechelp.patch
 create mode 100644 debian/patches/0075-common-w32-Extend-gnupg_create_inbound_pipe-et-al.patch
 create mode 100644 debian/patches/0076-common-w32-Communicate-with-child-in-non-blocking-mo.patch
 create mode 100644 debian/patches/0077-common-Fix-copying-data-to-estreams.patch
 create mode 100644 debian/patches/0078-agent-Add-card-option-for-READKEY.patch
 create mode 100644 debian/patches/0079-g10-smartcard-keygen-change.patch
 create mode 100644 debian/patches/0080-scd-GENKEY-updates-the-public-key-in-APP.patch
 create mode 100644 debian/patches/0081-agent-g10-Fix-keygen.patch
 create mode 100644 debian/patches/0082-agent-Fix-saving-with-FORCE-1.patch
 create mode 100644 debian/patches/0083-Fix-use-cases-of-snprintf.patch
 create mode 100644 debian/patches/0084-g10-Support-ECC-for-gen_card_key.patch
 create mode 100644 debian/patches/0085-g10-Don-t-ask-keysize-for-for-non-RSA-card.patch
 create mode 100644 debian/patches/0086-scd-Fix-segfault-changing-key-attr.patch
 create mode 100644 debian/patches/0087-g10-scd-Fix-ECC-keygen.patch
 create mode 100644 debian/patches/0088-g10-Write-first-keybox-record-in-binary-mode.patch
 create mode 100644 debian/patches/0089-g10-More-card-key-generation-change.patch
 create mode 100644 debian/patches/0090-g10-Fix-card-keygen-for-decryption.patch
 create mode 100644 debian/patches/0091-common-Fix-openpgp_is_curve_supported.patch
 create mode 100644 debian/patches/0092-scd-Use-canonical-curve-name-of-libgcrypt.patch
 create mode 100644 debian/patches/0093-agent-Slightly-change-structure-of-cmd_readkey.patch
 create mode 100644 debian/patches/0094-agent-Minor-cleanup-for-recent-change-in-findkey.c.patch
 create mode 100644 debian/patches/0095-gpg-Replace-two-sprintf-calls.patch
 create mode 100644 debian/patches/0096-agent-tests-w32-Fix-relaying-pinentry-user-data-fix-.patch

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