[Pkg-gnupg-commit] [gnupg2] branch master updated (a462489 -> 2a01ab7)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 26 07:11:12 UTC 2017


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

dkg pushed a change to branch master
in repository gnupg2.

      from  a462489   scdaemon fixes from gniibe
       new  699fe59   more upstream fixes (Closes: #854359)
       new  1c52c82   more upstream fixes (Closes: #854829)
       new  b6fedaf   skip over missing signing keys (Closes: #834922)
       new  895847c   drop all skel files (Closes: #858082)
       new  2a01ab7   prepare a debian release.

The 5 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                                   |   9 +
 debian/dirmngr.install                             |   1 -
 debian/gnupg.install                               |   1 -
 ...x-aliases-list-key-list-sig-and-check-sig.patch |  66 ++++
 ...mon-Make-sure-that-all-fd-given-are-valid.patch | 228 +++++++++++
 ...d-warning-about-implicit-declaration-of-g.patch |  36 ++
 ...ory-leak-in-the-error-case-of-signature-c.patch |  51 +++
 ...nt-a-warning-if-no-command-has-been-given.patch |  32 ++
 ...-ENOENT-warning-with-change-options-et-al.patch |  40 ++
 ...a-DNS-lookup-even-if-it-is-missing-from-n.patch |  60 +++
 ...e-export-ssh-key-work-for-the-primary-key.patch | 162 ++++++++
 ...mngr-Avoid-PTR-lookup-for-hosts-in-a-pool.patch |  71 ++++
 debian/patches/0040-gpgv-w32-Fix-status-fd.patch   |  27 ++
 ...Make-trust-model-configurable-via-gpgconf.patch |  42 ++
 ...ake-auto-key-retrieve-configurable-via-gp.patch |  40 ++
 ...w-creating-keys-using-an-existing-ECC-key.patch | 204 ++++++++++
 ...port-options-work-with-export-secret-keys.patch | 156 ++++++++
 ...s-Always-escape-newlines-when-escaping-da.patch |  63 +++
 ...an-error-when-trying-to-revoke-non-exista.patch |  53 +++
 ...sible-segv-when-attribute-packets-are-fil.patch |  58 +++
 ...x-attempt-to-double-free-an-UID-structure.patch |  59 +++
 ...-doc-Add-a-note-to-the-trust-model-direct.patch |  75 ++++
 ...tdout-before-printing-stats-with-check-si.patch |  37 ++
 ...ore-warning-alerts-in-the-GNUTLS-handshak.patch |  44 +++
 ...re-the-conflict-set-includes-the-current-.patch |  72 ++++
 ...3-dirmngr-Load-the-hosts-file-into-libdns.patch |  60 +++
 .../patches/0054-dirmngr-Fix-error-handling.patch  |  26 ++
 ...-Implicitly-do-a-gpgconf-create-socketdir.patch |  65 +++
 .../0056-common-Fix-connecting-to-the-agent.patch  |  34 ++
 debian/patches/0057-g10-Fix-memory-leak.patch      |  33 ++
 .../0058-common-Avoid-undefined-behavior.patch     |  26 ++
 ...dle-critical-marked-Reason-for-Revocation.patch |  31 ++
 ...rmngr-Do-not-assume-that-etc-hosts-exists.patch |  61 +++
 ...ays-print-a-warning-for-a-missing-etc-hos.patch |  49 +++
 ...dle-EIO-which-is-sometimes-returned-by-co.patch |  26 ++
 .../0063-dirmngr-New-option-disable-ipv6.patch     | 241 +++++++++++
 ...gent-Serialize-access-to-passphrase-cache.patch | 220 +++++++++++
 ...-gpg-Fix-printing-of-offline-taken-subkey.patch |  27 ++
 .../0066-doc-Explain-the-in-a-key-listing.patch    |  34 ++
 .../0067-dirmngr-Fix-possible-null-reference.patch |  28 ++
 ...tools-Fix-condition-for-gpg-connect-agent.patch |  30 ++
 .../0069-dirmngr-Fix-alignment-of-ADDR.patch       | 155 ++++++++
 ...0-dirmngr-Fix-http.c-for-sockaddr_storage.patch |  70 ++++
 ...0-Fix-import-export-filter-property-match.patch |  25 ++
 debian/patches/0072-g10-Minor-fixes.patch          |  66 ++++
 ...0073-dirmngr-Fix-final-close-of-LISTEN_FD.patch |  52 +++
 ...4-g10-invalidate-the-fd-cache-for-keyring.patch |  41 ++
 ...075-dirmngr-Fix-aliasing-problem-in-dns.c.patch |  89 +++++
 debian/patches/series                              |  47 +++
 .../0077-g10-remove-skeleton-options-files.patch   | 440 +++++++++++++++++++++
 ...gning-keys-where-no-secret-key-is-availab.patch |  51 +++
 51 files changed, 3712 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/0031-gpg-Fix-aliases-list-key-list-sig-and-check-sig.patch
 create mode 100644 debian/patches/0032-gpg-common-Make-sure-that-all-fd-given-are-valid.patch
 create mode 100644 debian/patches/0033-common-Avoid-warning-about-implicit-declaration-of-g.patch
 create mode 100644 debian/patches/0034-gpg-Fix-memory-leak-in-the-error-case-of-signature-c.patch
 create mode 100644 debian/patches/0035-gpg-Print-a-warning-if-no-command-has-been-given.patch
 create mode 100644 debian/patches/0036-gpgconf-No-ENOENT-warning-with-change-options-et-al.patch
 create mode 100644 debian/patches/0037-dirmngr-Do-a-DNS-lookup-even-if-it-is-missing-from-n.patch
 create mode 100644 debian/patches/0038-gpg-Make-export-ssh-key-work-for-the-primary-key.patch
 create mode 100644 debian/patches/0039-dirmngr-Avoid-PTR-lookup-for-hosts-in-a-pool.patch
 create mode 100644 debian/patches/0040-gpgv-w32-Fix-status-fd.patch
 create mode 100644 debian/patches/0041-gpg-tools-Make-trust-model-configurable-via-gpgconf.patch
 create mode 100644 debian/patches/0042-gpg-tools-Make-auto-key-retrieve-configurable-via-gp.patch
 create mode 100644 debian/patches/0043-gpg-Allow-creating-keys-using-an-existing-ECC-key.patch
 create mode 100644 debian/patches/0044-gpg-Make-export-options-work-with-export-secret-keys.patch
 create mode 100644 debian/patches/0045-common-tools-Always-escape-newlines-when-escaping-da.patch
 create mode 100644 debian/patches/0046-g10-Signal-an-error-when-trying-to-revoke-non-exista.patch
 create mode 100644 debian/patches/0047-gpg-Fix-possible-segv-when-attribute-packets-are-fil.patch
 create mode 100644 debian/patches/0048-gpg-Fix-attempt-to-double-free-an-UID-structure.patch
 create mode 100644 debian/patches/0049-doc-Add-a-note-to-the-trust-model-direct.patch
 create mode 100644 debian/patches/0050-gpg-Flush-stdout-before-printing-stats-with-check-si.patch
 create mode 100644 debian/patches/0051-dirmngr-Ignore-warning-alerts-in-the-GNUTLS-handshak.patch
 create mode 100644 debian/patches/0052-gpg-Make-sure-the-conflict-set-includes-the-current-.patch
 create mode 100644 debian/patches/0053-dirmngr-Load-the-hosts-file-into-libdns.patch
 create mode 100644 debian/patches/0054-dirmngr-Fix-error-handling.patch
 create mode 100644 debian/patches/0055-common-Implicitly-do-a-gpgconf-create-socketdir.patch
 create mode 100644 debian/patches/0056-common-Fix-connecting-to-the-agent.patch
 create mode 100644 debian/patches/0057-g10-Fix-memory-leak.patch
 create mode 100644 debian/patches/0058-common-Avoid-undefined-behavior.patch
 create mode 100644 debian/patches/0059-gpg-Handle-critical-marked-Reason-for-Revocation.patch
 create mode 100644 debian/patches/0060-dirmngr-Do-not-assume-that-etc-hosts-exists.patch
 create mode 100644 debian/patches/0061-dirmngr-Always-print-a-warning-for-a-missing-etc-hos.patch
 create mode 100644 debian/patches/0062-dirmngr-Handle-EIO-which-is-sometimes-returned-by-co.patch
 create mode 100644 debian/patches/0063-dirmngr-New-option-disable-ipv6.patch
 create mode 100644 debian/patches/0064-agent-Serialize-access-to-passphrase-cache.patch
 create mode 100644 debian/patches/0065-gpg-Fix-printing-of-offline-taken-subkey.patch
 create mode 100644 debian/patches/0066-doc-Explain-the-in-a-key-listing.patch
 create mode 100644 debian/patches/0067-dirmngr-Fix-possible-null-reference.patch
 create mode 100644 debian/patches/0068-tools-Fix-condition-for-gpg-connect-agent.patch
 create mode 100644 debian/patches/0069-dirmngr-Fix-alignment-of-ADDR.patch
 create mode 100644 debian/patches/0070-dirmngr-Fix-http.c-for-sockaddr_storage.patch
 create mode 100644 debian/patches/0071-g10-Fix-import-export-filter-property-match.patch
 create mode 100644 debian/patches/0072-g10-Minor-fixes.patch
 create mode 100644 debian/patches/0073-dirmngr-Fix-final-close-of-LISTEN_FD.patch
 create mode 100644 debian/patches/0074-g10-invalidate-the-fd-cache-for-keyring.patch
 create mode 100644 debian/patches/0075-dirmngr-Fix-aliasing-problem-in-dns.c.patch
 create mode 100644 debian/patches/skel-file-removal/0077-g10-remove-skeleton-options-files.patch
 create mode 100644 debian/patches/skip-missing-signing-keys/0076-g10-Skip-signing-keys-where-no-secret-key-is-availab.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