[Pkg-gnupg-commit] [gnupg2] branch master updated (608e654 -> 941ac6d)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Nov 10 18:16:10 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  608e654   prepare release
       new  b64a77a   add some import-options for better migration
       new  7aac1e5   Introduce gpgv-static package (Closes: #806940)
       new  c90326a   Build-depend on adns for better DNS resolution in dirmngr
       new  4ee0281   Set simple and easy defaults for keyservers
       new  5d78259   reorganize some patches to distinguish them from upstream
       new  f58d17b   more fixes from upstream
       new  862db4e   Help dirmngr and gpg-agent idle better by default
       new  941ac6d   prepare release

The 8 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                                   |   13 +
 debian/clean                                       |    1 +
 debian/control                                     |   25 +
 debian/gpgv-static.1                               |   32 +
 debian/gpgv-static.install                         |    1 +
 debian/gpgv-static.lintian-overrides               |    3 +
 debian/gpgv-static.manpages                        |    1 +
 debian/migrate-pubring-from-classic-gpg            |    2 +-
 debian/patches/0120-g10-Assert-preconditions.patch |   26 +
 debian/patches/0121-Fix-typos.patch                |  181 +
 ...122-g10-Fix-iteration-over-getkey-results.patch |   40 +
 .../0123-common-Add-GNUPG_MODULE_NAME_GPGV.patch   |   44 +
 ...multiple-detached-signatures-with-differe.patch |   66 +
 ...le-the-Issuer-Fingerprint-from-rfc4880bis.patch |   71 +
 .../0126-common-New-function-gnupg_usleep.patch    |  117 +
 ...7-Spelling-correct-spelling-of-passphrase.patch |  496 ++
 .../0128-build-Fix-misspelled-dirmngr.patch        |   23 +
 ...29-common-Improve-compare_string_versions.patch |  272 +
 ...d-the-PINENTRY_LAUNCHED-inquiry-and-statu.patch |  144 +
 .../0131-scd-Add-advanced-option-for-READKEY.patch |  382 ++
 .../0132-scd-Fix-length-error-for-READKEY.patch    |   27 +
 ...133-indent-Move-comments-inside-the-block.patch |  182 +
 ...http-www.gnu.org-in-license-notices-to-ht.patch | 6323 ++++++++++++++++++++
 .../patches/0135-common-w32-Simplify-locking.patch |   91 +
 ...-Improve-concurrency-in-the-non-adns-case.patch |  167 +
 ...0002-Avoid-simple-memory-dumps-via-ptrace.patch |    0
 .../0001-avoid-beta-warning.patch                  |    0
 ...regenerating-defsincdate-use-shipped-file.patch |    0
 ...-dirmngr-More-win32-system-daemon-cleanup.patch |   48 +
 ...-Avoid-potential-race-condition-when-some.patch |   77 +
 ...3-dimrngr-Avoid-need-for-hkp-housekeeping.patch |  228 +
 .../0144-dirmngr-Drop-useless-housekeeping.patch   |  205 +
 ...-dirmngr-Lazily-launch-ldap-reaper-thread.patch |  119 +
 ...ister-hkp-cacert-even-if-the-file-doesn-t.patch |   72 +
 ...-Add-system-CAs-if-no-hkp-cacert-is-given.patch |   98 +
 ...-a-default-keyserver-if-none-is-explicitl.patch |   65 +
 ...gent-Create-framework-of-scheduled-timers.patch |  192 +
 ...-threads-to-interrupt-main-select-loop-wi.patch |  101 +
 ...gent-Avoid-tight-timer-tick-when-possible.patch |   87 +
 ...-scheduled-checks-on-socket-when-inotify-.patch |   26 +
 debian/patches/series                              |   35 +-
 debian/rules                                       |    4 +
 42 files changed, 10083 insertions(+), 4 deletions(-)
 create mode 100644 debian/gpgv-static.1
 create mode 100644 debian/gpgv-static.install
 create mode 100644 debian/gpgv-static.lintian-overrides
 create mode 100644 debian/gpgv-static.manpages
 create mode 100644 debian/patches/0120-g10-Assert-preconditions.patch
 create mode 100644 debian/patches/0121-Fix-typos.patch
 create mode 100644 debian/patches/0122-g10-Fix-iteration-over-getkey-results.patch
 create mode 100644 debian/patches/0123-common-Add-GNUPG_MODULE_NAME_GPGV.patch
 create mode 100644 debian/patches/0124-gpg-Verify-multiple-detached-signatures-with-differe.patch
 create mode 100644 debian/patches/0125-gpg-Enable-the-Issuer-Fingerprint-from-rfc4880bis.patch
 create mode 100644 debian/patches/0126-common-New-function-gnupg_usleep.patch
 create mode 100644 debian/patches/0127-Spelling-correct-spelling-of-passphrase.patch
 create mode 100644 debian/patches/0128-build-Fix-misspelled-dirmngr.patch
 create mode 100644 debian/patches/0129-common-Improve-compare_string_versions.patch
 create mode 100644 debian/patches/0130-agent-Extend-the-PINENTRY_LAUNCHED-inquiry-and-statu.patch
 create mode 100644 debian/patches/0131-scd-Add-advanced-option-for-READKEY.patch
 create mode 100644 debian/patches/0132-scd-Fix-length-error-for-READKEY.patch
 create mode 100644 debian/patches/0133-indent-Move-comments-inside-the-block.patch
 create mode 100644 debian/patches/0134-Change-all-http-www.gnu.org-in-license-notices-to-ht.patch
 create mode 100644 debian/patches/0135-common-w32-Simplify-locking.patch
 create mode 100644 debian/patches/0136-dirmngr-Improve-concurrency-in-the-non-adns-case.patch
 rename debian/patches/{ => block-ptrace-on-agent}/0002-Avoid-simple-memory-dumps-via-ptrace.patch (100%)
 rename debian/patches/{ => debian-packaging}/0001-avoid-beta-warning.patch (100%)
 rename debian/patches/{ => debian-packaging}/0003-avoid-regenerating-defsincdate-use-shipped-file.patch (100%)
 create mode 100644 debian/patches/dirmngr-idling/0141-dirmngr-More-win32-system-daemon-cleanup.patch
 create mode 100644 debian/patches/dirmngr-idling/0142-dirmngr-hkp-Avoid-potential-race-condition-when-some.patch
 create mode 100644 debian/patches/dirmngr-idling/0143-dimrngr-Avoid-need-for-hkp-housekeeping.patch
 create mode 100644 debian/patches/dirmngr-idling/0144-dirmngr-Drop-useless-housekeeping.patch
 create mode 100644 debian/patches/dirmngr-idling/0145-dirmngr-Lazily-launch-ldap-reaper-thread.patch
 create mode 100644 debian/patches/easy-keyservers/0117-dirmngr-Register-hkp-cacert-even-if-the-file-doesn-t.patch
 create mode 100644 debian/patches/easy-keyservers/0118-dirmngr-Add-system-CAs-if-no-hkp-cacert-is-given.patch
 create mode 100644 debian/patches/easy-keyservers/0119-dirmngr-Use-a-default-keyserver-if-none-is-explicitl.patch
 create mode 100644 debian/patches/gpg-agent-idling/0137-agent-Create-framework-of-scheduled-timers.patch
 create mode 100644 debian/patches/gpg-agent-idling/0138-agent-Allow-threads-to-interrupt-main-select-loop-wi.patch
 create mode 100644 debian/patches/gpg-agent-idling/0139-agent-Avoid-tight-timer-tick-when-possible.patch
 create mode 100644 debian/patches/gpg-agent-idling/0140-agent-Avoid-scheduled-checks-on-socket-when-inotify-.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