[Pkg-gnupg-commit] [gnupg2] branch experimental updated (fe989cd -> e5c8937)
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Thu May 11 02:43:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a change to branch experimental
in repository gnupg2.
from fe989cd prepare another debian release
new 41b69e8 avoid shipping or trying to use .skel files
new 8ccbfe2 more bugfixes from upstream
new 38c06ba skip missing signing keys (Closes: #834922)
new 4f24cc3 prepare debian experimental release
new 573453d more bugfix patches from upstream
new 1d51865 use the upstream-adopted skeleton file removal
new 24f8775 use available smartcard when signing
new e3f3ca8 prepare new debian experimental release
new e5c8937 complete removal of .skel files
The 9 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 -
... 0013-agent-Minor-fix-for-get_client_pid.patch} | 0
...0014-gpgscm-Simplify-substring-operation.patch} | 0
...scm-Simplify-get-output-string-operation.patch} | 0
....patch => 0016-gpgscm-Fix-copying-values.patch} | 0
...s-Fix-setup-of-ephemeral-home-directories.patch | 133 ------
...s-Fix-setup-of-ephemeral-home-directories.patch | 132 +++++-
...-Fix-setup-of-ephemeral-home-directories.patch} | 0
...atch => 0019-tests-Make-test-more-robust.patch} | 0
...pgscm-Initialize-unused-slots-in-vectors.patch} | 0
...ch => 0021-gpgscm-Avoid-mutating-integer.patch} | 0
...ent-Serialize-access-to-passphrase-cache.patch} | 0
...ep-CCID-reader-open-when-card-is-not-ava.patch} | 0
...=> 0024-scd-Internal-CCID-reader-cleanup.patch} | 0
...gpg-Fix-printing-of-offline-taken-subkey.patch} | 0
...=> 0026-doc-Explain-the-in-a-key-listing.patch} | 0
... 0027-gpgscm-Fix-compact-vector-encoding.patch} | 0
...e-arbitrary-limit-on-number-of-cell-segm.patch} | 0
...-Make-global-data-constant-when-possible.patch} | 0
...ate-small-integers-in-the-rodata-section.patch} | 0
...ll-length-specifier-when-time_t-is-larger.patch | 43 ++
.../0032-g10-Minor-clean-up-for-export.c.patch | 90 +++++
...33-dirmngr-Fix-dns-stuff.c-in-another-way.patch | 32 ++
...-unexpected-suspend-resume-by-CCID-driver.patch | 55 +++
.../patches/0035-common-Simplify-format_text.patch | 139 +++++++
.../0036-dirmngr-Fix-possible-null-reference.patch | 28 ++
...tools-Fix-condition-for-gpg-connect-agent.patch | 30 ++
debian/patches/0038-dirmngr-Fix-type-of-sock.patch | 25 ++
.../0039-common-g10-Fix-enumeration-types.patch | 179 +++++++++
.../patches/0040-dirmngr-Fix-thread-key-type.patch | 25 ++
.../0041-dirmngr-Fix-alignment-of-ADDR.patch | 155 +++++++
...2-dirmngr-Fix-http.c-for-sockaddr_storage.patch | 70 ++++
.../0043-dirmngr-More-fix-for-Windows.patch | 73 ++++
...44-agent-Clean-up-error-initialize-return.patch | 85 ++++
...0-Fix-import-export-filter-property-match.patch | 25 ++
debian/patches/0046-g10-Minor-fixes.patch | 66 +++
debian/patches/0047-g10-Fix-parse_ring_trust.patch | 25 ++
debian/patches/0048-tests-Minor-memory-fix.patch | 25 ++
debian/patches/0049-agent-Minor-cleanup.patch | 46 +++
debian/patches/0050-agent-More-minor-change.patch | 24 ++
...51-dirmngr-Fix-API-difference-for-Windows.patch | 100 +++++
...0052-dirmngr-Fix-final-close-of-LISTEN_FD.patch | 50 +++
...3-g10-invalidate-the-fd-cache-for-keyring.patch | 41 ++
...054-dirmngr-Fix-aliasing-problem-in-dns.c.patch | 89 +++++
debian/patches/0055-doc-Fix-documentation.patch | 26 ++
debian/patches/0056-gpg-Fix-typo.patch | 25 ++
...g-Properly-account-for-ring-trust-packets.patch | 83 ++++
.../0058-g10-Remove-skeleton-options-files.patch | 445 +++++++++++++++++++++
...ning-prefer-available-card-key-when-no-u-.patch | 69 ++++
debian/patches/series | 64 ++-
...gning-keys-where-no-secret-key-is-availab.patch | 51 +++
53 files changed, 2392 insertions(+), 167 deletions(-)
rename debian/patches/{0012-agent-Minor-fix-for-get_client_pid.patch => 0013-agent-Minor-fix-for-get_client_pid.patch} (100%)
rename debian/patches/{0013-gpgscm-Simplify-substring-operation.patch => 0014-gpgscm-Simplify-substring-operation.patch} (100%)
rename debian/patches/{0014-gpgscm-Simplify-get-output-string-operation.patch => 0015-gpgscm-Simplify-get-output-string-operation.patch} (100%)
rename debian/patches/{0015-gpgscm-Fix-copying-values.patch => 0016-gpgscm-Fix-copying-values.patch} (100%)
delete mode 100644 debian/patches/0016-tests-Fix-setup-of-ephemeral-home-directories.patch
copy debian/patches/{0017-tests-Fix-setup-of-ephemeral-home-directories.patch => 0018-tests-Fix-setup-of-ephemeral-home-directories.patch} (100%)
rename debian/patches/{0018-tests-Make-test-more-robust.patch => 0019-tests-Make-test-more-robust.patch} (100%)
rename debian/patches/{0019-gpgscm-Initialize-unused-slots-in-vectors.patch => 0020-gpgscm-Initialize-unused-slots-in-vectors.patch} (100%)
rename debian/patches/{0020-gpgscm-Avoid-mutating-integer.patch => 0021-gpgscm-Avoid-mutating-integer.patch} (100%)
rename debian/patches/{0021-agent-Serialize-access-to-passphrase-cache.patch => 0022-agent-Serialize-access-to-passphrase-cache.patch} (100%)
rename debian/patches/{0022-scd-Don-t-keep-CCID-reader-open-when-card-is-not-ava.patch => 0023-scd-Don-t-keep-CCID-reader-open-when-card-is-not-ava.patch} (100%)
rename debian/patches/{0023-scd-Internal-CCID-reader-cleanup.patch => 0024-scd-Internal-CCID-reader-cleanup.patch} (100%)
rename debian/patches/{0024-gpg-Fix-printing-of-offline-taken-subkey.patch => 0025-gpg-Fix-printing-of-offline-taken-subkey.patch} (100%)
rename debian/patches/{0025-doc-Explain-the-in-a-key-listing.patch => 0026-doc-Explain-the-in-a-key-listing.patch} (100%)
rename debian/patches/{0026-gpgscm-Fix-compact-vector-encoding.patch => 0027-gpgscm-Fix-compact-vector-encoding.patch} (100%)
rename debian/patches/{0027-gpgscm-Remove-arbitrary-limit-on-number-of-cell-segm.patch => 0028-gpgscm-Remove-arbitrary-limit-on-number-of-cell-segm.patch} (100%)
rename debian/patches/{0028-gpgscm-Make-global-data-constant-when-possible.patch => 0029-gpgscm-Make-global-data-constant-when-possible.patch} (100%)
rename debian/patches/{0029-gpgscm-Allocate-small-integers-in-the-rodata-section.patch => 0030-gpgscm-Allocate-small-integers-in-the-rodata-section.patch} (100%)
create mode 100644 debian/patches/0031-agent-Use-ll-length-specifier-when-time_t-is-larger.patch
create mode 100644 debian/patches/0032-g10-Minor-clean-up-for-export.c.patch
create mode 100644 debian/patches/0033-dirmngr-Fix-dns-stuff.c-in-another-way.patch
create mode 100644 debian/patches/0034-scd-Handle-unexpected-suspend-resume-by-CCID-driver.patch
create mode 100644 debian/patches/0035-common-Simplify-format_text.patch
create mode 100644 debian/patches/0036-dirmngr-Fix-possible-null-reference.patch
create mode 100644 debian/patches/0037-tools-Fix-condition-for-gpg-connect-agent.patch
create mode 100644 debian/patches/0038-dirmngr-Fix-type-of-sock.patch
create mode 100644 debian/patches/0039-common-g10-Fix-enumeration-types.patch
create mode 100644 debian/patches/0040-dirmngr-Fix-thread-key-type.patch
create mode 100644 debian/patches/0041-dirmngr-Fix-alignment-of-ADDR.patch
create mode 100644 debian/patches/0042-dirmngr-Fix-http.c-for-sockaddr_storage.patch
create mode 100644 debian/patches/0043-dirmngr-More-fix-for-Windows.patch
create mode 100644 debian/patches/0044-agent-Clean-up-error-initialize-return.patch
create mode 100644 debian/patches/0045-g10-Fix-import-export-filter-property-match.patch
create mode 100644 debian/patches/0046-g10-Minor-fixes.patch
create mode 100644 debian/patches/0047-g10-Fix-parse_ring_trust.patch
create mode 100644 debian/patches/0048-tests-Minor-memory-fix.patch
create mode 100644 debian/patches/0049-agent-Minor-cleanup.patch
create mode 100644 debian/patches/0050-agent-More-minor-change.patch
create mode 100644 debian/patches/0051-dirmngr-Fix-API-difference-for-Windows.patch
create mode 100644 debian/patches/0052-dirmngr-Fix-final-close-of-LISTEN_FD.patch
create mode 100644 debian/patches/0053-g10-invalidate-the-fd-cache-for-keyring.patch
create mode 100644 debian/patches/0054-dirmngr-Fix-aliasing-problem-in-dns.c.patch
create mode 100644 debian/patches/0055-doc-Fix-documentation.patch
create mode 100644 debian/patches/0056-gpg-Fix-typo.patch
create mode 100644 debian/patches/0057-gpg-Properly-account-for-ring-trust-packets.patch
create mode 100644 debian/patches/0058-g10-Remove-skeleton-options-files.patch
create mode 100644 debian/patches/0059-g10-For-signing-prefer-available-card-key-when-no-u-.patch
create mode 100644 debian/patches/skip-missing-signing-keys/0013-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