[Pkg-gnupg-commit] [gnupg2] 160/166: Merge tag 'upstream/2.1.19'

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Mar 16 22:33:20 UTC 2017


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 9873410404555b93b3a27a083e95b9fb5323ad18
Merge: a462489 5fea181
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sun Mar 5 02:38:28 2017 +0100

    Merge tag 'upstream/2.1.19'
    
    Upstream version 2.1.19

 ChangeLog                                | 1228 ++++++++++++++++
 Makefile.am                              |    3 +-
 NEWS                                     |   50 +
 VERSION                                  |    2 +-
 agent/agent.h                            |   22 +-
 agent/cache.c                            |   27 +-
 agent/call-pinentry.c                    |  103 +-
 agent/call-scd.c                         |  159 ++-
 agent/command-ssh.c                      |  128 +-
 agent/command.c                          |   15 +-
 agent/divert-scd.c                       |  125 +-
 agent/findkey.c                          |   40 +-
 agent/genkey.c                           |    2 +-
 agent/gpg-agent.c                        |    2 +-
 agent/pkdecrypt.c                        |    2 +-
 agent/pksign.c                           |   19 +-
 agent/preset-passphrase.c                |    2 +-
 agent/protect.c                          |    2 +-
 build-aux/speedo.mk                      |   35 +-
 build-aux/speedo/w32/inst.nsi            |   19 +-
 common/Makefile.am                       |    4 +-
 common/argparse.c                        |    8 +-
 common/argparse.h                        |    4 +-
 common/asshelp.c                         |    2 +-
 common/dotlock.c                         |   10 +-
 common/dotlock.h                         |    4 +-
 common/dynload.h                         |    4 +-
 common/exechelp-w32.c                    |   12 +-
 common/exectool.c                        |    5 +
 common/homedir.c                         |    2 +-
 common/iobuf.c                           |    2 +-
 sm/base64.c => common/ksba-io-support.c  |  153 +-
 common/ksba-io-support.h                 |   66 +
 common/logging.c                         |   44 +-
 common/logging.h                         |    6 +-
 common/membuf.c                          |    2 +-
 common/mischelp.c                        |    4 +-
 common/mischelp.h                        |    4 +-
 common/name-value.c                      |    2 +-
 common/session-env.c                     |    2 +-
 common/sexp-parse.h                      |    2 +-
 common/sexputil.c                        |   65 +-
 common/simple-pwquery.c                  |    2 +-
 common/simple-pwquery.h                  |    2 +-
 common/status-codes.h                    |  136 +-
 common/status.h                          |    1 +
 common/stringhelp.c                      |    4 +-
 common/stringhelp.h                      |    4 +-
 common/strlist.c                         |    4 +-
 common/strlist.h                         |    4 +-
 common/sysutils.c                        |   11 +
 common/sysutils.h                        |    1 +
 common/t-stringhelp.c                    |    4 +-
 common/t-strlist.c                       |    4 +-
 common/t-support.h                       |    4 +-
 common/t-timestuff.c                     |    4 +-
 common/t-w32-reg.c                       |    4 +-
 common/ttyio.c                           |    2 +-
 common/types.h                           |    4 +-
 common/utf8conv.c                        |    6 +-
 common/utf8conv.h                        |    4 +-
 common/util.h                            |   10 +-
 common/w32-reg.c                         |    4 +-
 common/w32help.h                         |    4 +-
 common/yesno.c                           |    2 +-
 configure.ac                             |   80 +-
 dirmngr/ChangeLog-2011                   |    4 +-
 dirmngr/Makefile.am                      |    7 +-
 dirmngr/certcache.c                      |  597 ++++++--
 dirmngr/certcache.h                      |   32 +-
 dirmngr/crlcache.c                       |    6 +-
 dirmngr/crlfetch.c                       |   31 +-
 dirmngr/dirmngr.c                        |  101 +-
 dirmngr/dirmngr.h                        |   34 +-
 dirmngr/dns-stuff.c                      |   81 +-
 dirmngr/dns-stuff.h                      |    5 +
 dirmngr/http-ntbtls.c                    |  124 ++
 dirmngr/http.c                           |  433 +++---
 dirmngr/http.h                           |   17 +-
 dirmngr/ks-engine-finger.c               |    4 +-
 dirmngr/ks-engine-hkp.c                  |  207 ++-
 dirmngr/ks-engine-http.c                 |    8 +-
 dirmngr/ks-engine-ldap.c                 |    8 +-
 dirmngr/ldap.c                           |   22 +-
 dirmngr/loadswdb.c                       |    7 +
 dirmngr/misc.c                           |    2 +
 dirmngr/ocsp.c                           |    5 +-
 dirmngr/server.c                         |  166 ++-
 dirmngr/t-http.c                         |   84 +-
 dirmngr/validate.c                       |  235 +--
 dirmngr/validate.h                       |   43 +-
 doc/DETAILS                              |   12 +-
 doc/TRANSLATE                            |    2 +-
 doc/defsincdate                          |    2 +-
 doc/dirmngr.texi                         |   15 +-
 doc/gnupg-module-overview.pdf            |  Bin 315248 -> 62898 bytes
 doc/gnupg-module-overview.png            |  Bin 36868 -> 58876 bytes
 doc/gpg-agent.texi                       |    6 +-
 doc/gpg.texi                             |   44 +-
 doc/gpgsm.texi                           |    2 +-
 doc/gpgv.texi                            |    5 +
 doc/scdaemon.texi                        |    2 +-
 doc/whats-new-in-2.1.txt                 |    6 +-
 g10/armor.c                              |    2 +-
 g10/build-packet.c                       |    2 +-
 g10/call-agent.c                         |    2 +-
 g10/call-dirmngr.c                       |   26 +-
 g10/card-util.c                          |    2 +-
 g10/compress.c                           |    2 +-
 g10/cpr.c                                |    3 +
 g10/encrypt.c                            |    6 +-
 g10/export.c                             |   75 +-
 g10/getkey.c                             |    2 +-
 g10/gpg.c                                |   23 +-
 g10/gpgv.c                               |   44 +-
 g10/import.c                             |    2 +-
 g10/keydb.c                              |    2 +-
 g10/keyedit.c                            |    8 +-
 g10/keygen.c                             |  284 ++--
 g10/keyid.c                              |    2 +-
 g10/keylist.c                            |    5 +-
 g10/keyring.c                            |   24 +-
 g10/main.h                               |    6 +-
 g10/mainproc.c                           |    6 +-
 g10/misc.c                               |    2 +-
 g10/passphrase.c                         |    3 +
 g10/pkclist.c                            |    4 +-
 g10/pubkey-enc.c                         |   36 +-
 g10/revoke.c                             |    2 +-
 g10/rmd160.c                             |    2 +-
 g10/server.c                             |   19 +-
 g10/sign.c                               |   11 +-
 g10/tdbdump.c                            |   22 +-
 g10/test-stubs.c                         |    3 +-
 g10/tofu.c                               |  114 +-
 g10/trust.c                              |   32 +-
 g10/trustdb.c                            |   87 +-
 g10/trustdb.h                            |   10 +-
 g13/Makefile.am                          |    2 +-
 g13/g13-syshelp.h                        |    2 +-
 g13/server.c                             |    2 +-
 g13/sh-cmd.c                             |    2 +-
 kbx/keybox-blob.c                        |    4 +-
 m4/autobuild.m4                          |    2 +-
 m4/gettext.m4                            |    4 +-
 m4/intldir.m4                            |    4 +-
 m4/lcmessage.m4                          |    4 +-
 m4/nls.m4                                |    4 +-
 m4/po.m4                                 |    4 +-
 m4/progtest.m4                           |    4 +-
 po/POTFILES.in                           |    2 +-
 po/ca.po                                 | 1636 ++++++++++-----------
 po/cs.po                                 | 1644 ++++++++++-----------
 po/da.po                                 | 1640 ++++++++++-----------
 po/de.po                                 | 1646 ++++++++++-----------
 po/el.po                                 | 1636 ++++++++++-----------
 po/en at boldquot.po                        | 1640 ++++++++++-----------
 po/en at quot.po                            | 1640 ++++++++++-----------
 po/eo.po                                 | 1633 ++++++++++-----------
 po/es.po                                 | 1643 ++++++++++-----------
 po/et.po                                 | 1636 ++++++++++-----------
 po/fi.po                                 | 1636 ++++++++++-----------
 po/fr.po                                 | 1648 ++++++++++-----------
 po/gl.po                                 | 1636 ++++++++++-----------
 po/gnupg2.pot                            | 1630 ++++++++++-----------
 po/hu.po                                 | 1636 ++++++++++-----------
 po/id.po                                 | 1636 ++++++++++-----------
 po/it.po                                 | 1636 ++++++++++-----------
 po/ja.po                                 | 1648 ++++++++++-----------
 po/nb.po                                 | 1643 ++++++++++-----------
 po/pl.po                                 | 1652 ++++++++++-----------
 po/pt.po                                 | 1637 ++++++++++-----------
 po/ro.po                                 | 1641 ++++++++++-----------
 po/ru.po                                 | 2303 +++++++++++++++---------------
 po/sk.po                                 | 1636 ++++++++++-----------
 po/sv.po                                 | 1642 ++++++++++-----------
 po/tr.po                                 | 1645 ++++++++++-----------
 po/uk.po                                 | 2136 +++++++++++++--------------
 po/zh_CN.po                              | 1641 ++++++++++-----------
 po/zh_TW.po                              | 1643 ++++++++++-----------
 scd/apdu.c                               |   99 +-
 scd/apdu.h                               |    2 +-
 scd/app-common.h                         |    7 +-
 scd/app-dinsig.c                         |    2 +-
 scd/app-geldkarte.c                      |    2 +-
 scd/app-nks.c                            |    2 +-
 scd/app-openpgp.c                        |  235 ++-
 scd/app.c                                |  160 ++-
 scd/ccid-driver.c                        |  271 +++-
 scd/ccid-driver.h                        |    4 +-
 scd/command.c                            |   66 +-
 scd/scdaemon.c                           |  206 +--
 scd/scdaemon.h                           |    5 +-
 sm/Makefile.am                           |    1 -
 sm/call-dirmngr.c                        |    2 +-
 sm/certchain.c                           |    2 +-
 sm/certdump.c                            |    4 +-
 sm/certlist.c                            |    2 +-
 sm/certreqgen-ui.c                       |   24 +-
 sm/certreqgen.c                          |   12 +-
 sm/decrypt.c                             |   21 +-
 sm/encrypt.c                             |   11 +-
 sm/export.c                              |   28 +-
 sm/gpgsm.h                               |   18 +-
 sm/import.c                              |   13 +-
 sm/keydb.c                               |    2 +-
 sm/keylist.c                             |    2 +-
 sm/sign.c                                |   11 +-
 sm/verify.c                              |   21 +-
 tests/gpgme/gpgme-defs.scm               |    6 +-
 tests/gpgme/run-tests.scm                |    2 +-
 tests/gpgme/wrap.scm                     |    7 +-
 tests/gpgscm/Makefile.am                 |    3 +-
 tests/gpgscm/ffi.c                       |    9 +
 tests/gpgscm/ffi.scm                     |    3 +
 tests/gpgscm/init.scm                    |   10 +-
 tests/gpgscm/lib.scm                     |    2 +-
 tests/gpgscm/main.c                      |    2 +-
 tests/gpgscm/scheme-private.h            |   12 +-
 tests/gpgscm/scheme.c                    |  582 ++++----
 tests/gpgscm/time.scm                    |   42 +
 tests/gpgsm/verify.scm                   |    8 +-
 tests/openpgp/Makefile.am                |    9 +-
 tests/openpgp/defs.scm                   |   27 +-
 tests/openpgp/gpgconf.scm                |   48 +
 tests/openpgp/issue2929.scm              |   32 +
 tests/openpgp/issue2941.scm              |   34 +
 tests/openpgp/quick-key-manipulation.scm |   57 +-
 tests/openpgp/samplekeys/README          |    2 +
 tests/openpgp/ssh-import.scm             |   33 +-
 tests/openpgp/tofu.scm                   |   51 +-
 tests/openpgp/verify.scm                 |    3 +
 tools/gpg-connect-agent.c                |   22 +-
 tools/gpg-wks-client.c                   |   90 +-
 tools/gpg-wks-server.c                   |   27 +-
 tools/gpg-wks.h                          |    4 +
 tools/gpgconf-comp.c                     |  275 ++--
 tools/gpgconf.c                          |    2 +-
 tools/gpgparsemail.c                     |    2 +-
 tools/gpgtar.c                           |    4 +-
 tools/mail-signed-keys                   |    2 +-
 tools/mime-parser.c                      |   25 +
 tools/mime-parser.h                      |    2 +
 tools/symcryptrun.c                      |    4 +-
 tools/wks-receive.c                      |   49 +-
 245 files changed, 31274 insertions(+), 26143 deletions(-)

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