[Pkg-gnupg-commit] [gnupg2] branch master updated (a9b925b -> a24f115)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Fri Oct 7 12:29:40 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 a9b925b update debian/tests/gpgv-win32
new 6287ff6 more patches from upstream (Closes: #838153)
new 5d92443 tighten dependencies between gnupg and dirmngr (Closes: #834602)
new f9f950d updated systemd user gpg-agent units for socket activation
new a24f115 prepare 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 | 9 +
debian/control | 2 +-
debian/gnupg-agent.README.Debian | 23 +-
debian/gnupg-agent.install | 1 +
...22-gpg-Improve-usability-of-quick-gen-key.patch | 224 ++++++++++
...llow-use-of-default-algo-for-quick-addkey.patch | 39 ++
...t-a-new-error-status-line-in-quick-adduid.patch | 28 ++
.../0025-tests-gpgscm-Fix-use-of-pointer.patch | 66 +++
...6-scd-Add-support-of-ECC-pubkey-attribute.patch | 208 +++++++++
...d-malloc-failure-due-to-no-key-signatures.patch | 58 +++
.../0028-gpgscm-Fix-gcrypt-version-check.patch | 25 ++
...ence-diagnostics-about-starting-housekeep.patch | 31 ++
...pg-Fix-regression-in-fingerprint-printing.patch | 28 ++
...31-dirmngr-Open-file-CRL-s-in-binary-mode.patch | 28 ++
debian/patches/0032-dirmngr-Fix-type.patch | 24 +
...ding-a-user-id-make-sure-the-keyblock-has.patch | 31 ++
...Allow-only-specific-digest-size-for-ECDSA.patch | 56 +++
.../0035-dirmngr-Removal-of-no-libgcrypt.o.patch | 52 +++
.../0036-agent-sm-Set-CTX-after-start_agent.patch | 220 +++++++++
...-Correctly-handle-modules-relying-on-npth.patch | 41 ++
...o-not-link-gpg-connect-agent-against-npth.patch | 27 ++
...re-that-internal-key-import-is-done-with-.patch | 24 +
...e-import-filter-data-object-more-flexible.patch | 163 +++++++
...import-if-an-import-filter-removed-all-us.patch | 78 ++++
...-dirmngr-Fix-STARTTLS-on-LDAP-connections.patch | 26 ++
...mime-parser-callbacks-access-to-the-rfc82.patch | 81 ++++
...e-restricted-browser-and-ssh-socket-by-de.patch | 114 +++++
.../0045-build-Fix-build-against-libiconv.patch | 94 ++++
...e-to-allow-disabling-of-the-extra-sockets.patch | 61 +++
...e-the-extra-sockets-in-the-standard-socke.patch | 78 ++++
...-Remove-the-warning-for-the-GKR-hijacking.patch | 95 ++++
...-dirmngr-scd-npth_init-must-be-after-fork.patch | 225 ++++++++++
...ols-Ignore-existing-directories-in-gpgtar.patch | 34 ++
...lement-supervised-command-for-systemd-etc.patch | 358 +++++++++++++++
...t-supervised-mode-for-the-new-default-soc.patch | 80 ++++
...t-cleanup-for-supervised-mode.-Fix-for-W3.patch | 88 ++++
...agent-Streamline-the-supervised-mode-code.patch | 491 +++++++++++++++++++++
...-error-handling-in-map_supervised_sockets.patch | 33 ++
...56-agent-Fix-npth-supervised-mode-problem.patch | 29 ++
...other-minor-fix-to-map_supervised_sockets.patch | 31 ++
...-Don-t-add-user-attributes-to-the-TOFU-DB.patch | 31 ++
.../0059-g10-Fix-testing-for-debug-flag.patch | 25 ++
.../0060-sm-Remove-statement-without-effect.patch | 24 +
...oid-pointer-arithmetic-on-string-literals.patch | 42 ++
...nt-dirmngr-scd-Fix-init_common_subsystems.patch | 98 ++++
.../patches/0063-agent-Fix-get_socket_name.patch | 45 ++
debian/patches/series | 42 ++
debian/systemd-user/gpg-agent-browser.socket | 13 +
debian/systemd-user/gpg-agent-restricted.socket | 13 +
debian/systemd-user/gpg-agent-ssh.socket | 13 +
debian/systemd-user/gpg-agent.service | 13 +-
debian/systemd-user/gpg-agent.socket | 12 +
52 files changed, 3759 insertions(+), 16 deletions(-)
create mode 100644 debian/patches/0022-gpg-Improve-usability-of-quick-gen-key.patch
create mode 100644 debian/patches/0023-gpg-Allow-use-of-default-algo-for-quick-addkey.patch
create mode 100644 debian/patches/0024-gpg-Emit-a-new-error-status-line-in-quick-adduid.patch
create mode 100644 debian/patches/0025-tests-gpgscm-Fix-use-of-pointer.patch
create mode 100644 debian/patches/0026-scd-Add-support-of-ECC-pubkey-attribute.patch
create mode 100644 debian/patches/0027-gpg-Avoid-malloc-failure-due-to-no-key-signatures.patch
create mode 100644 debian/patches/0028-gpgscm-Fix-gcrypt-version-check.patch
create mode 100644 debian/patches/0029-dirmngr-Silence-diagnostics-about-starting-housekeep.patch
create mode 100644 debian/patches/0030-gpg-Fix-regression-in-fingerprint-printing.patch
create mode 100644 debian/patches/0031-dirmngr-Open-file-CRL-s-in-binary-mode.patch
create mode 100644 debian/patches/0032-dirmngr-Fix-type.patch
create mode 100644 debian/patches/0033-g10-When-adding-a-user-id-make-sure-the-keyblock-has.patch
create mode 100644 debian/patches/0034-agent-Allow-only-specific-digest-size-for-ECDSA.patch
create mode 100644 debian/patches/0035-dirmngr-Removal-of-no-libgcrypt.o.patch
create mode 100644 debian/patches/0036-agent-sm-Set-CTX-after-start_agent.patch
create mode 100644 debian/patches/0037-common-Correctly-handle-modules-relying-on-npth.patch
create mode 100644 debian/patches/0038-build-Do-not-link-gpg-connect-agent-against-npth.patch
create mode 100644 debian/patches/0039-gpg-Make-sure-that-internal-key-import-is-done-with-.patch
create mode 100644 debian/patches/0040-gpg-Make-import-filter-data-object-more-flexible.patch
create mode 100644 debian/patches/0041-gpg-Reject-import-if-an-import-filter-removed-all-us.patch
create mode 100644 debian/patches/0042-dirmngr-Fix-STARTTLS-on-LDAP-connections.patch
create mode 100644 debian/patches/0043-tools-Give-mime-parser-callbacks-access-to-the-rfc82.patch
create mode 100644 debian/patches/0044-agent-Enable-restricted-browser-and-ssh-socket-by-de.patch
create mode 100644 debian/patches/0045-build-Fix-build-against-libiconv.patch
create mode 100644 debian/patches/0046-agent-Kludge-to-allow-disabling-of-the-extra-sockets.patch
create mode 100644 debian/patches/0047-agent-Create-the-extra-sockets-in-the-standard-socke.patch
create mode 100644 debian/patches/0048-agent-Remove-the-warning-for-the-GKR-hijacking.patch
create mode 100644 debian/patches/0049-agent-dirmngr-scd-npth_init-must-be-after-fork.patch
create mode 100644 debian/patches/0050-tools-Ignore-existing-directories-in-gpgtar.patch
create mode 100644 debian/patches/0051-agent-Implement-supervised-command-for-systemd-etc.patch
create mode 100644 debian/patches/0052-agent-Adjust-supervised-mode-for-the-new-default-soc.patch
create mode 100644 debian/patches/0053-agent-Adjust-cleanup-for-supervised-mode.-Fix-for-W3.patch
create mode 100644 debian/patches/0054-agent-Streamline-the-supervised-mode-code.patch
create mode 100644 debian/patches/0055-agent-Fix-error-handling-in-map_supervised_sockets.patch
create mode 100644 debian/patches/0056-agent-Fix-npth-supervised-mode-problem.patch
create mode 100644 debian/patches/0057-agent-Another-minor-fix-to-map_supervised_sockets.patch
create mode 100644 debian/patches/0058-g10-Don-t-add-user-attributes-to-the-TOFU-DB.patch
create mode 100644 debian/patches/0059-g10-Fix-testing-for-debug-flag.patch
create mode 100644 debian/patches/0060-sm-Remove-statement-without-effect.patch
create mode 100644 debian/patches/0061-common-Avoid-pointer-arithmetic-on-string-literals.patch
create mode 100644 debian/patches/0062-agent-dirmngr-scd-Fix-init_common_subsystems.patch
create mode 100644 debian/patches/0063-agent-Fix-get_socket_name.patch
create mode 100644 debian/systemd-user/gpg-agent-browser.socket
create mode 100644 debian/systemd-user/gpg-agent-restricted.socket
create mode 100644 debian/systemd-user/gpg-agent-ssh.socket
create mode 100644 debian/systemd-user/gpg-agent.socket
--
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