[Pkg-gnupg-commit] [gnupg2] 97/102: Merge tag 'upstream/2.1.13' into experimental

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:15:06 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 621d0566c408f2491534aeba07b0124401b79b45
Merge: 8b81126 8c42c9f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Jun 16 18:15:28 2016 -0400

    Merge tag 'upstream/2.1.13' into experimental
    
    Upstream version 2.1.13

 ChangeLog                     |  548 +++++++++
 NEWS                          |   50 +
 VERSION                       |    2 +-
 agent/agent.h                 |    1 -
 agent/command-ssh.c           |    4 +-
 agent/command.c               |   69 +-
 agent/findkey.c               |   12 +-
 agent/gpg-agent.c             |   42 +-
 agent/preset-passphrase.c     |    7 +-
 agent/protect-tool.c          |    7 +-
 agent/trustlist.c             |   24 +-
 autogen.sh                    |    2 +-
 build-aux/getswdb.sh          |    4 +-
 build-aux/speedo.mk           |    4 +-
 build-aux/speedo/w32/inst.nsi |    2 +
 common/Makefile.am            |    4 +-
 common/asshelp.c              |   20 +-
 common/asshelp.h              |    2 -
 common/call-gpg.c             |    8 +-
 common/ccparray.c             |  147 +++
 common/ccparray.h             |   51 +
 common/exechelp-posix.c       |  160 ++-
 common/exechelp-w32.c         |   26 +-
 common/exechelp-w32ce.c       |   19 +-
 common/exechelp.h             |   19 +-
 common/exectool.c             |  211 +++-
 common/exectool.h             |   19 +-
 common/get-passphrase.c       |    4 -
 common/get-passphrase.h       |    1 -
 common/homedir.c              |  272 ++++-
 common/logging.c              |   15 +-
 common/openpgp-oid.c          |   33 +-
 common/openpgpdefs.h          |    2 +-
 common/status-codes.h         |   80 +-
 common/status.h               |    2 +
 common/stringhelp.c           |   38 +
 common/stringhelp.h           |    4 +
 common/sysutils.c             |    4 +-
 common/t-ccparray.c           |   93 ++
 common/t-stringhelp.c         |   78 ++
 common/util.h                 |    8 +-
 configure.ac                  |   27 +-
 dirmngr/Makefile.am           |    9 +-
 dirmngr/dirmngr-client.c      |    1 -
 dirmngr/dirmngr.c             |   29 +-
 dirmngr/dirmngr.h             |    3 +-
 dirmngr/dirmngr_ldap.c        |   15 +-
 dirmngr/http.c                |    2 +-
 dirmngr/ldap-wrapper.c        |    4 +-
 dirmngr/server.c              |   25 +-
 doc/DETAILS                   |   38 +-
 doc/defsincdate               |    2 +-
 doc/dirmngr.texi              |    1 +
 doc/gnupg.info                |  371 +++---
 doc/gnupg.info-1              |  362 ++----
 doc/gnupg.info-2              |  702 +++++++----
 doc/gnupg.texi                |   17 +-
 doc/gpg-agent.texi            |   26 +-
 doc/gpg.texi                  |  163 ++-
 doc/gpgsm.texi                |   27 +-
 doc/opt-homedir.texi          |    3 +
 doc/scdaemon.texi             |    3 +-
 doc/sysnotes.texi             |   28 -
 doc/tools.texi                |   11 +
 doc/yat2m.c                   |    1 +
 g10/Makefile.am               |    2 +-
 g10/build-packet.c            |   10 +-
 g10/call-agent.c              |  143 ++-
 g10/call-agent.h              |   11 +-
 g10/call-dirmngr.c            |    1 -
 g10/delkey.c                  |    8 +-
 g10/export.c                  |  261 ++++-
 g10/free-packet.c             |    3 +
 g10/getkey.c                  |  220 ++--
 g10/gpg.c                     |  143 ++-
 g10/gpg.h                     |   10 +
 g10/gpgcompose.c              |    8 +-
 g10/{sqlite.c => gpgsql.c}    |   30 +-
 g10/gpgsql.h                  |   61 +
 g10/gpgv.c                    |   30 +-
 g10/import.c                  |    2 +-
 g10/keydb.c                   |    2 +-
 g10/keydb.h                   |    2 +-
 g10/keyedit.c                 |  268 +++--
 g10/keygen.c                  |  633 +++++++---
 g10/keyid.c                   |   30 +-
 g10/keylist.c                 |  251 ++--
 g10/keyserver.c               |    6 +-
 g10/main.h                    |   12 +-
 g10/mainproc.c                |  187 +--
 g10/migrate.c                 |    4 +-
 g10/options.h                 |    7 +-
 g10/packet.h                  |   11 +-
 g10/parse-packet.c            |   18 +-
 g10/photoid.c                 |   13 +-
 g10/photoid.h                 |    5 +-
 g10/pkclist.c                 |   31 +-
 g10/progress.c                |   60 +-
 g10/revoke.c                  |   16 +-
 g10/server.c                  |    4 +-
 g10/seskey.c                  |    9 +-
 g10/sig-check.c               |   13 +-
 g10/sign.c                    |  155 +--
 g10/sqlite.h                  |   62 -
 g10/tdbio.c                   |    5 +-
 g10/test-stubs.c              |   24 +-
 g10/tofu.c                    | 1111 +++++++++---------
 g10/tofu.h                    |   17 +-
 g10/trust.c                   |   31 +-
 g10/trustdb.c                 |   45 +-
 g10/trustdb.h                 |   27 +-
 g13/be-encfs.c                |    4 +-
 g13/g13-common.h              |    1 -
 g13/g13-syshelp.c             |   10 +-
 g13/g13.c                     |   15 +-
 g13/server.c                  |    4 +-
 kbx/keybox-defs.h             |    1 -
 po/ca.po                      | 1951 +++++++++++++++----------------
 po/cs.po                      | 1956 +++++++++++++++----------------
 po/da.po                      | 1956 +++++++++++++++----------------
 po/de.po                      | 1958 +++++++++++++++----------------
 po/el.po                      | 1951 +++++++++++++++----------------
 po/en at boldquot.po             | 1958 +++++++++++++++----------------
 po/en at quot.po                 | 1958 +++++++++++++++----------------
 po/eo.po                      | 1950 +++++++++++++++----------------
 po/es.po                      | 1956 +++++++++++++++----------------
 po/et.po                      | 1951 +++++++++++++++----------------
 po/fi.po                      | 1951 +++++++++++++++----------------
 po/fr.po                      | 1954 +++++++++++++++----------------
 po/gl.po                      | 1951 +++++++++++++++----------------
 po/gnupg2.pot                 | 1950 +++++++++++++++----------------
 po/hu.po                      | 1951 +++++++++++++++----------------
 po/id.po                      | 1959 +++++++++++++++----------------
 po/it.po                      | 1961 +++++++++++++++----------------
 po/ja.po                      | 2357 ++++++++++++++++++-------------------
 po/nb.po                      | 1950 +++++++++++++++----------------
 po/pl.po                      | 1956 +++++++++++++++----------------
 po/pt.po                      | 1950 +++++++++++++++----------------
 po/ro.po                      | 1952 +++++++++++++++----------------
 po/ru.po                      | 2481 ++++++++++++++++++---------------------
 po/sk.po                      | 1951 +++++++++++++++----------------
 po/sv.po                      | 1958 +++++++++++++++----------------
 po/tr.po                      | 1956 +++++++++++++++----------------
 po/uk.po                      | 2570 ++++++++++++++++++++---------------------
 po/zh_CN.po                   | 1952 +++++++++++++++----------------
 po/zh_TW.po                   | 1954 +++++++++++++++----------------
 scd/command.c                 |    6 +-
 scd/scdaemon.c                |   26 +-
 scd/scdaemon.h                |    1 -
 sm/call-agent.c               |    1 -
 sm/call-dirmngr.c             |    2 +-
 sm/gpgsm.c                    |   25 +-
 sm/gpgsm.h                    |    1 -
 sm/keydb.c                    |    2 +-
 sm/server.c                   |    4 +-
 tests/openpgp/Makefile.am     |    4 +-
 tests/openpgp/export.test     |  110 ++
 tests/openpgp/fake-pinentry.c |  216 +++-
 tools/Makefile.am             |   18 +-
 tools/gpg-check-pattern.c     |    4 +-
 tools/gpg-connect-agent.c     |   11 +-
 tools/gpgconf-comp.c          |    4 +-
 tools/gpgconf.c               |   74 +-
 tools/gpgtar-create.c         |   52 +-
 tools/gpgtar-extract.c        |   23 +-
 tools/gpgtar-list.c           |   23 +-
 tools/rfc822parse.c           |    7 +-
 tools/symcryptrun.c           |   10 +-
 168 files changed, 35066 insertions(+), 31772 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