[Pkg-gnupg-commit] [gnupg2] 180/185: Updated version 2.1.22 from 'upstream/2.1.22'

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 7 11:55:40 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 587d2318e9771aaec11d521e91bf19a710157b13
Merge: b158e96 8bc0972
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 7 00:02:24 2017 -0400

    Updated version 2.1.22 from 'upstream/2.1.22'
    
    with Debian dir 1dc137d306181e54ae9c3f309be1d0b811c583a2

 AUTHORS                                           |   27 +-
 COPYING.GPL2                                      |  339 +++
 COPYING.LGPL21                                    |  509 ++++
 COPYING.LIB => COPYING.LGPL3                      |    0
 ChangeLog                                         | 1229 ++++++++++
 Makefile.am                                       |    3 +-
 NEWS                                              |   51 +-
 README                                            |    2 +-
 VERSION                                           |    2 +-
 agent/agent.h                                     |   26 +-
 agent/call-pinentry.c                             |   14 +-
 agent/command-ssh.c                               |   51 +-
 agent/command.c                                   |   33 +-
 agent/divert-scd.c                                |    8 +-
 agent/findkey.c                                   |  135 +-
 agent/genkey.c                                    |    4 +-
 agent/gpg-agent.c                                 |  153 +-
 agent/pksign.c                                    |  155 +-
 agent/preset-passphrase.c                         |    3 +-
 agent/protect.c                                   |   59 +-
 build-aux/speedo.mk                               |    4 +-
 build-aux/speedo/w32/g4wihelp.c                   |    5 +-
 common/Makefile.am                                |    3 +-
 common/argparse.c                                 |   45 +-
 common/argparse.h                                 |   14 +-
 common/compliance.c                               |  590 +++++
 common/compliance.h                               |   88 +
 common/homedir.c                                  |   91 +-
 common/logging.c                                  |    3 +-
 common/miscellaneous.c                            |   10 +
 common/ssh-utils.c                                |  128 +-
 common/ssh-utils.h                                |    6 +-
 common/status-codes.h                             |   26 +-
 common/status.h                                   |    4 +
 common/stringhelp.c                               |   36 +
 common/stringhelp.h                               |    4 +
 common/sysutils.c                                 |   46 +
 common/sysutils.h                                 |    4 +-
 common/t-ssh-utils.c                              |  103 +-
 common/t-stringhelp.c                             |   76 +
 common/util.h                                     |    2 +
 configure.ac                                      |    7 +-
 dirmngr/Makefile.am                               |    8 +-
 dirmngr/dirmngr-client.c                          |    2 +-
 dirmngr/dirmngr.c                                 |   88 +-
 dirmngr/dirmngr.h                                 |    9 +
 dirmngr/dirmngr_ldap.c                            |    2 +-
 dirmngr/dns-stuff.c                               |   49 +-
 dirmngr/dns.c                                     |  288 ++-
 dirmngr/http.c                                    |  328 ++-
 dirmngr/http.h                                    |    5 +-
 dirmngr/ks-action.c                               |   16 +-
 dirmngr/ks-engine-finger.c                        |    2 +-
 dirmngr/ks-engine-hkp.c                           |  272 ++-
 dirmngr/ks-engine-http.c                          |   26 +
 dirmngr/ldap.c                                    |    1 +
 dirmngr/loadswdb.c                                |    1 +
 dirmngr/server.c                                  |   42 +-
 dirmngr/t-http.c                                  |   31 +
 doc/DETAILS                                       |   33 +-
 doc/Makefile.am                                   |   10 +-
 doc/defsincdate                                   |    2 +-
 doc/dirmngr.texi                                  |   25 +-
 doc/examples/vsnfd.prf                            |    2 +-
 doc/gnupg.texi                                    |    4 +-
 doc/gpg-agent.texi                                |    7 +
 doc/gpg.texi                                      |  417 ++--
 doc/gpgsm.texi                                    |    7 +-
 doc/tools.texi                                    |    2 +
 doc/wks.texi                                      |  340 +++
 doc/yat2m.c                                       |   14 +-
 g10/Makefile.am                                   |    7 +-
 g10/build-packet.c                                |   10 +-
 g10/call-agent.c                                  |   49 +-
 g10/call-agent.h                                  |    6 +-
 g10/call-dirmngr.c                                |   30 +-
 g10/call-dirmngr.h                                |    2 +-
 g10/card-util.c                                   |   51 +-
 g10/cpr.c                                         |    2 +-
 g10/decrypt-data.c                                |   12 +
 g10/encrypt.c                                     |   69 +-
 g10/export.c                                      |    3 +-
 g10/free-packet.c                                 |    6 +
 g10/getkey.c                                      |  510 ++--
 g10/gpg.c                                         |  134 +-
 g10/gpgcompose.c                                  |   75 +-
 g10/gpgv.c                                        |    1 +
 g10/import.c                                      |  405 +++-
 g10/key-check.c                                   |  655 +++++
 tools/send-mail.h => g10/key-check.h              |   15 +-
 g10/keydb.h                                       |   34 +-
 g10/keyedit.c                                     |  803 ++-----
 g10/keyedit.h                                     |   60 +
 g10/keygen.c                                      |    7 +-
 g10/keyid.c                                       |   40 +-
 g10/keylist.c                                     |   62 +-
 g10/keyserver-internal.h                          |    2 +-
 g10/keyserver.c                                   |   55 +-
 g10/main.h                                        |   32 +-
 g10/mainproc.c                                    |   73 +-
 g10/misc.c                                        |  106 -
 g10/options.h                                     |   13 +-
 g10/packet.h                                      |   10 +-
 g10/parse-packet.c                                |    8 +-
 g10/pkclist.c                                     |    8 +-
 g10/pubkey-enc.c                                  |   25 +-
 g10/sig-check.c                                   |   21 +
 g10/sign.c                                        |   34 +-
 g10/skclist.c                                     |   16 +-
 g10/sqrtu32.c                                     |  244 --
 g10/sqrtu32.h                                     |   14 -
 g10/tofu.c                                        |   18 +-
 kbx/kbxutil.c                                     |    2 +-
 po/ca.po                                          | 2575 ++++++++++----------
 po/cs.po                                          | 2624 ++++++++++----------
 po/da.po                                          | 2616 ++++++++++----------
 po/de.po                                          | 2637 +++++++++++----------
 po/el.po                                          | 2575 ++++++++++----------
 po/en at boldquot.po                                 | 2549 ++++++++++----------
 po/en at quot.po                                     | 2549 ++++++++++----------
 po/eo.po                                          | 2568 ++++++++++----------
 po/es.po                                          | 2619 ++++++++++----------
 po/et.po                                          | 2573 ++++++++++----------
 po/fi.po                                          | 2576 ++++++++++----------
 po/fr.po                                          | 2621 ++++++++++----------
 po/gl.po                                          | 2573 ++++++++++----------
 po/gnupg2.pot                                     | 2533 ++++++++++----------
 po/hu.po                                          | 2575 ++++++++++----------
 po/id.po                                          | 2576 ++++++++++----------
 po/it.po                                          | 2573 ++++++++++----------
 po/ja.po                                          | 2595 ++++++++++----------
 po/nb.po                                          | 2611 ++++++++++----------
 po/pl.po                                          | 2623 ++++++++++----------
 po/pt.po                                          | 2572 ++++++++++----------
 po/ro.po                                          | 2600 ++++++++++----------
 po/ru.po                                          | 2613 ++++++++++----------
 po/sk.po                                          | 2575 ++++++++++----------
 po/sv.po                                          | 2615 ++++++++++----------
 po/tr.po                                          | 2615 ++++++++++----------
 po/uk.po                                          | 2618 ++++++++++----------
 po/zh_CN.po                                       | 2599 ++++++++++----------
 po/zh_TW.po                                       | 2608 ++++++++++----------
 scd/app-openpgp.c                                 |   94 +-
 scd/ccid-driver.c                                 |   30 +-
 scd/scdaemon.c                                    |    9 +-
 sm/call-agent.c                                   |   19 +
 sm/decrypt.c                                      |   53 +-
 sm/encrypt.c                                      |   54 +
 sm/gpgsm.c                                        |   56 +-
 sm/gpgsm.h                                        |    2 +
 sm/keylist.c                                      |    5 +-
 sm/sign.c                                         |   40 +
 sm/verify.c                                       |   42 +-
 tests/fake-pinentries/README.txt                  |    2 +-
 tests/gpgme/gpgme-defs.scm                        |    4 +-
 tests/gpgscm/ffi.c                                |    2 +
 tests/gpgscm/ffi.scm                              |    3 +-
 tests/gpgscm/init.scm                             |    6 +-
 tests/gpgscm/main.c                               |   19 +-
 tests/gpgscm/repl.scm                             |   12 +
 tests/gpgscm/scheme.c                             |   53 +-
 tests/gpgscm/tests.scm                            |  128 +-
 tests/gpgsm/gpgsm-defs.scm                        |    4 +-
 tests/openpgp/Makefile.am                         |    3 +-
 tests/openpgp/all-tests.scm                       |   22 +-
 tests/openpgp/defs.scm                            |   10 +-
 tests/openpgp/gpgv.scm                            |   75 +
 tests/openpgp/shell.scm                           |   28 +-
 tests/openpgp/{verify.scm => signed-messages.scm} |   72 -
 tests/openpgp/ssh-export.scm                      |    4 +-
 tests/openpgp/verify.scm                          |  268 +--
 tools/call-dirmngr.c                              |   15 +-
 tools/call-dirmngr.h                              |   15 +-
 tools/gpg-check-pattern.c                         |    2 +-
 tools/gpg-wks-client.c                            |   19 +-
 tools/gpg-wks-server.c                            |   79 +-
 tools/gpg-wks.h                                   |   15 +-
 tools/gpgconf-comp.c                              |   14 +-
 tools/gpgconf.c                                   |    3 +-
 tools/gpgsplit.c                                  |    4 +-
 tools/mime-maker.c                                |   15 +-
 tools/mime-maker.h                                |   15 +-
 tools/mime-parser.c                               |   15 +-
 tools/mime-parser.h                               |   15 +-
 tools/rfc822parse.c                               |   20 +-
 tools/rfc822parse.h                               |   18 +-
 tools/send-mail.c                                 |   15 +-
 tools/send-mail.h                                 |   15 +-
 tools/symcryptrun.c                               |    2 +-
 tools/wks-receive.c                               |   15 +-
 tools/wks-util.c                                  |   16 +-
 191 files changed, 46435 insertions(+), 40027 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