[Pkg-gnupg-commit] [gnupg2] 01/01: Merge tag 'upstream/2.1.14' into experimental

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jul 15 09:43:12 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 19660e510c909c78f52e92a24747be090bc669f8
Merge: edab761 e676848
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Jul 15 01:31:31 2016 +0200

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

 AUTHORS                                            |    9 +-
 ChangeLog                                          |  951 +++
 NEWS                                               |   64 +-
 VERSION                                            |    2 +-
 acinclude.m4                                       |   10 +-
 agent/command.c                                    |   12 +-
 agent/findkey.c                                    |   20 +-
 agent/protect.c                                    |   23 +-
 build-aux/config.guess                             |   22 +-
 build-aux/config.sub                               |   14 +-
 build-aux/speedo.mk                                |    4 +
 build-aux/speedo/w32/pkg-copyright.txt             |   36 +-
 common/Makefile.am                                 |    8 +-
 common/argparse.c                                  |    2 +
 common/b64dec.c                                    |   79 +-
 common/b64enc.c                                    |   20 +-
 common/ccparray.c                                  |    1 +
 common/exechelp-posix.c                            |    1 +
 common/exectool.c                                  |   25 +-
 common/gettime.c                                   |   33 +
 common/gettime.h                                   |    1 +
 common/init.c                                      |    4 +
 common/iobuf.c                                     |    5 +-
 common/{private-keys.c => name-value.c}            |  183 +-
 common/{private-keys.h => name-value.h}            |   61 +-
 common/openpgpdefs.h                               |    1 +
 common/recsel.c                                    |  571 ++
 common/recsel.h                                    |   43 +
 common/simple-pwquery.c                            |    6 +-
 common/stringhelp.c                                |    2 +
 common/t-convert.c                                 |    2 +
 common/t-gettime.c                                 |    6 +
 common/t-iobuf.c                                   |   15 +-
 common/t-mbox-util.c                               |    2 +
 common/{t-private-keys.c => t-name-value.c}        |  230 +-
 common/t-recsel.c                                  |  405 +
 common/t-stringhelp.c                              |    7 +
 common/t-strlist.c                                 |    2 +
 common/util.h                                      |    9 +-
 common/zb32.c                                      |    2 +-
 configure.ac                                       |   20 +-
 dirmngr/http.c                                     |    2 +-
 dirmngr/ks-engine-hkp.c                            |    8 +-
 dirmngr/ks-engine-http.c                           |    3 +-
 dirmngr/server.c                                   |   39 +-
 dirmngr/t-ldap-parse-uri.c                         |    2 +
 doc/HACKING                                        |    2 +
 doc/Makefile.am                                    |    4 +-
 doc/defsincdate                                    |    2 +-
 doc/gnupg.info                                     |  338 +-
 doc/gnupg.info-1                                   |  359 +-
 doc/gnupg.info-2                                   |  475 +-
 doc/gpg-agent.texi                                 |    2 +-
 doc/gpg.texi                                       |  256 +-
 doc/mkdefsinc.c                                    |   42 +-
 doc/tools.texi                                     |    6 +-
 doc/yat2m.c                                        |   45 +-
 g10/armor.c                                        |   22 +-
 g10/build-packet.c                                 |   50 +-
 g10/card-util.c                                    |   24 +-
 g10/compress.c                                     |    4 +
 g10/encrypt.c                                      |    4 +-
 g10/export.c                                       |  934 ++-
 g10/free-packet.c                                  |    1 +
 g10/getkey.c                                       |  208 +-
 g10/gpg.c                                          |  158 +-
 g10/gpgv.c                                         |   24 +
 g10/import.c                                       |  507 +-
 g10/kbnode.c                                       |    4 +-
 g10/keydb.c                                        |    1 +
 g10/keydb.h                                        |   22 +-
 g10/keyedit.c                                      |  271 +-
 g10/keygen.c                                       |   23 +-
 g10/keyid.c                                        |   12 +-
 g10/keylist.c                                      |  170 +-
 g10/keyserver.c                                    |    6 +-
 g10/main.h                                         |   15 +-
 g10/mainproc.c                                     |   37 +-
 g10/options.h                                      |   12 +-
 g10/packet.h                                       |    5 +-
 g10/parse-packet.c                                 |   20 +-
 g10/pkclist.c                                      |   99 +-
 g10/plaintext.c                                    |   15 +-
 g10/revoke.c                                       |   10 +
 g10/server.c                                       |    6 +-
 g10/sign.c                                         |   16 +-
 g10/t-keydb-get-keyblock.c                         |    2 +
 g10/t-keydb.c                                      |   25 +-
 g10/t-stutter.c                                    |    1 +
 g10/tdbio.c                                        |    8 +-
 g10/test-stubs.c                                   |   20 +
 g10/textfilter.c                                   |    1 +
 g10/trustdb.c                                      |   10 +-
 g13/g13tuple.c                                     |    2 +-
 kbx/keybox-blob.c                                  |   24 +-
 m4/Makefile.am                                     |    2 +-
 m4/pkg.m4                                          |  214 +
 po/ca.po                                           | 1821 +++--
 po/cs.po                                           | 1819 +++--
 po/da.po                                           | 1819 +++--
 po/de.po                                           | 1813 +++--
 po/el.po                                           | 1819 +++--
 po/en at boldquot.po                                  | 1815 +++--
 po/en at quot.po                                      | 1815 +++--
 po/eo.po                                           | 1817 +++--
 po/es.po                                           | 1823 +++--
 po/et.po                                           | 1817 +++--
 po/fi.po                                           | 1817 +++--
 po/fr.po                                           | 1817 +++--
 po/gl.po                                           | 1817 +++--
 po/gnupg2.pot                                      | 1811 +++--
 po/hu.po                                           | 1817 +++--
 po/id.po                                           | 1817 +++--
 po/it.po                                           | 1817 +++--
 po/ja.po                                           | 1817 +++--
 po/nb.po                                           | 8505 ++++++++++----------
 po/pl.po                                           | 1819 +++--
 po/pt.po                                           | 1817 +++--
 po/ro.po                                           | 1823 +++--
 po/ru.po                                           | 1825 ++---
 po/sk.po                                           | 1817 +++--
 po/sv.po                                           | 1819 +++--
 po/tr.po                                           | 1819 +++--
 po/uk.po                                           | 1843 ++---
 po/zh_CN.po                                        | 1819 +++--
 po/zh_TW.po                                        | 1817 +++--
 scd/ccid-driver.c                                  |    2 +-
 scd/scdaemon.c                                     |    1 +
 tests/Makefile.am                                  |   10 +-
 tests/gpgscm/LICENSE.TinySCHEME                    |   31 +
 tests/gpgscm/Makefile.am                           |   59 +
 tests/gpgscm/Manual.txt                            |  444 +
 tests/gpgscm/ffi-private.h                         |  148 +
 tests/gpgscm/ffi.c                                 | 1287 +++
 tests/gpgscm/ffi.h                                 |   30 +
 tests/gpgscm/ffi.scm                               |   44 +
 tests/gpgscm/init.scm                              |  723 ++
 tests/gpgscm/lib.scm                               |  159 +
 tests/gpgscm/main.c                                |  288 +
 tests/gpgscm/opdefines.h                           |  195 +
 tests/gpgscm/private.h                             |   26 +
 tests/gpgscm/repl.scm                              |   50 +
 tests/gpgscm/scheme-config.h                       |   36 +
 tests/gpgscm/scheme-private.h                      |  228 +
 tests/gpgscm/scheme.c                              | 5169 ++++++++++++
 tests/gpgscm/scheme.h                              |  266 +
 tests/gpgscm/t-child.c                             |   66 +
 tests/gpgscm/t-child.scm                           |   93 +
 tests/gpgscm/tests.scm                             |  443 +
 tests/migrations/Makefile.am                       |   56 +
 tests/migrations/common.scm                        |   39 +
 tests/migrations/extended-pkf.scm                  |   43 +
 tests/migrations/extended-pkf.tar.asc              |  220 +
 tests/migrations/from-classic.scm                  |   61 +
 tests/migrations/from-classic.tar.asc              |  209 +
 tests/openpgp/4gb-packet.scm                       |   27 +
 tests/openpgp/4gb-packet.test                      |   14 -
 tests/openpgp/Makefile.am                          |   95 +-
 tests/openpgp/README                               |  161 +
 tests/openpgp/armdetach.scm                        |   31 +
 tests/openpgp/armdetach.test                       |   19 -
 tests/openpgp/armdetachm.scm                       |   35 +
 tests/openpgp/armdetachm.test                      |   17 -
 tests/openpgp/armencrypt.scm                       |   30 +
 tests/openpgp/armencrypt.test                      |   19 -
 tests/openpgp/armencryptp.scm                      |   31 +
 tests/openpgp/armencryptp.test                     |   20 -
 tests/openpgp/{armor.test => armor.scm}            |  101 +-
 tests/openpgp/armsignencrypt.scm                   |   30 +
 tests/openpgp/armsignencrypt.test                  |   21 -
 tests/openpgp/armsigs.scm                          |   30 +
 tests/openpgp/armsigs.test                         |   19 -
 tests/openpgp/clearsig.scm                         |  107 +
 tests/openpgp/clearsig.test                        |   99 -
 tests/openpgp/conventional-mdc.scm                 |   65 +
 tests/openpgp/conventional-mdc.test                |   44 -
 tests/openpgp/conventional.scm                     |   48 +
 tests/openpgp/conventional.test                    |   34 -
 tests/openpgp/decrypt-dsa.scm                      |   29 +
 tests/openpgp/decrypt-dsa.test                     |   18 -
 tests/openpgp/decrypt.scm                          |   29 +
 tests/openpgp/decrypt.test                         |   18 -
 tests/openpgp/default-key.scm                      |   76 +
 tests/openpgp/default-key.test                     |   73 -
 tests/openpgp/defs.scm                             |  134 +
 tests/openpgp/detach.scm                           |   31 +
 tests/openpgp/detach.test                          |   18 -
 tests/openpgp/detachm.scm                          |   35 +
 tests/openpgp/detachm.test                         |   17 -
 tests/openpgp/ecc.scm                              |  249 +
 tests/openpgp/ecc.test                             |  253 -
 tests/openpgp/encrypt-dsa.scm                      |   45 +
 tests/openpgp/encrypt-dsa.test                     |   30 -
 tests/openpgp/encrypt.scm                          |   60 +
 tests/openpgp/encrypt.test                         |   29 -
 tests/openpgp/encryptp.scm                         |   31 +
 tests/openpgp/encryptp.test                        |   18 -
 tests/openpgp/export.scm                           |   99 +
 tests/openpgp/export.test                          |  110 -
 tests/openpgp/finish.scm                           |   23 +
 tests/openpgp/finish.test                          |   17 -
 tests/openpgp/genkey1024.scm                       |   52 +
 tests/openpgp/genkey1024.test                      |   41 -
 tests/openpgp/gpg-agent.conf.tmpl                  |    2 -
 tests/openpgp/gpgtar.scm                           |   92 +
 tests/openpgp/gpgtar.test                          |  126 -
 tests/openpgp/import.scm                           |   60 +
 tests/openpgp/import.test                          |   48 -
 tests/openpgp/mds.scm                              |   68 +
 tests/openpgp/mds.test                             |   89 -
 tests/openpgp/{multisig.test => multisig.scm}      |  144 +-
 .../1E28F20E41B54C2D1234D896096495FF57E08D18.asc   |    9 +
 .../C6A6390E9388CDBAD71EAEA698233FE5E04F001E.asc   |   27 +
 .../D69102E0F5AC6B6DB8E4D16DA8E18CF46D88CAE3.asc   |   27 +
 .../EB33B687EB8581AB64D04852A54453E85F3DF62D.asc   |   10 +
 tests/openpgp/samplekeys/README                    |   19 +
 .../samplekeys/ed25519-cv25519-sample-1.asc        |   21 +
 tests/openpgp/samplekeys/rsa-rsa-sample-1.asc      |   38 +
 tests/openpgp/samplekeys/silent-running.asc        |  120 +
 tests/openpgp/seat.scm                             |   30 +
 tests/openpgp/seat.test                            |   19 -
 tests/openpgp/setup.scm                            |  129 +
 tests/openpgp/signencrypt-dsa.scm                  |   48 +
 tests/openpgp/signencrypt-dsa.test                 |   37 -
 tests/openpgp/signencrypt.scm                      |   39 +
 tests/openpgp/signencrypt.test                     |   34 -
 tests/openpgp/sigs-dsa.scm                         |   43 +
 tests/openpgp/sigs-dsa.test                        |   36 -
 tests/openpgp/sigs.scm                             |   50 +
 tests/openpgp/sigs.test                            |   46 -
 tests/openpgp/tofu.scm                             |  167 +
 tests/openpgp/tofu.test                            |  245 -
 tests/openpgp/use-exact-key.scm                    |   68 +
 tests/openpgp/use-exact-key.test                   |   55 -
 tests/openpgp/{verify.test => verify.scm}          |  260 +-
 tests/openpgp/version.scm                          |   24 +
 tests/openpgp/version.test                         |  110 -
 tools/Makefile.am                                  |   38 +-
 tools/call-dirmngr.c                               |  205 +
 tools/call-dirmngr.h                               |   28 +
 tools/gpg-connect-agent.c                          |   10 +
 tools/gpg-wks-client.c                             |  758 ++
 tools/gpg-wks-server.c                             | 1548 ++++
 tools/gpg-wks.h                                    |   61 +
 tools/gpgconf.c                                    |   96 +-
 tools/gpgtar-extract.c                             |    2 +-
 tools/gpgtar-list.c                                |    2 +-
 tools/gpgtar.c                                     |   25 +-
 tools/mime-maker.c                                 |  667 ++
 tools/mime-maker.h                                 |   43 +
 tools/mime-parser.c                                |  772 ++
 tools/mime-parser.h                                |   52 +
 tools/rfc822parse.h                                |    2 +-
 tools/send-mail.c                                  |  129 +
 tools/send-mail.h                                  |   27 +
 tools/wks-receive.c                                |  464 ++
 tools/wks-util.c                                   |   65 +
 257 files changed, 54149 insertions(+), 33161 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