[Pkg-gnupg-commit] [gnupg2] branch upstream updated (c75d9bf -> b6dc537)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:52 UTC 2016


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

dkg pushed a change to branch upstream
in repository gnupg2.

      from  c75d9bf   Imported Upstream version 2.1.11
       new  167558a   Post release updates
       new  d0d9708   scd: Migrate to new API of libusb 1.0.
       new  f099042   doc: Typo fixes
       new  4d67144   dirmngr: Build fix for FreeBSD (EAI macros)
       new  ab7d41b   gpg: Shorten the --tofu-policy help text
       new  1b90b52   scd: Fix detection of libusb.
       new  3d952a2   scd: Fix size_t/int mismatch in libusb
       new  75311cf   doc: Note that rngd can also be used to quickly generate insecure keys.
       new  d9f9b3b   g10: Make sure to have the directory for trustdb.
       new  acac103   common: Change simple_query to ignore status messages.
       new  d711f5c   tests: Remove some harmless warnings in regression tests.
       new  81494fd   g13: First chunk of code to support dm-crypt.
       new  d19d6e1   common: Make gnupg_exec_tool conform to spec.
       new  c5d7045   g13: Switch over to common/exectool.c.
       new  6390bec   g13: Fix releasing of a syshelp context.
       new  3087197   g13: Return an error for non-existing device.
       new  dc1dbc4   g13: Re-factor high level create code.
       new  4f152f3   g13: Add functions to handle uint in a keyblob.
       new  82d1215   g13: Rename utils.c to g13tuple.c
       new  59fc350   g13: Define 3 new tags.
       new  13f745b   g13: Improve dump_keyblob.
       new  b0e6ab1   g13: Second chunk of code to support dm-crypt.
       new  86f3bb1   g13: Require a confirmation before g13 is used for DM-Crypt.
       new  ad43dc6   common: Fix comment.
       new  c0268c4   gpg: Fix format_keyid when dynamically allocating the buffer.
       new  5cdde08   gpg: Fix calc_header_length when LEN is 0 and improve documentation.
       new  9663b08   gpg: Improve API documentation.
       new  9b28b82   gpg: Add hidden key-edit subcommand "change-usage".
       new  772f6b2   Put asterisks in front of two function descriptions.
       new  6fbe12a   dirmngr: fix for memory alignment.
       new  ea9cfcf   common, g10: Fix indentation to silence GCC-6.
       new  a1c1128   doc: Add a gnupg-module-overview picture.
       new  2f02ed7   gpg: Make ASCII armor decoding more robust to encoding errors.
       new  44b02e1   w32: Do not error out if gpgconf is not installed.
       new  e1ceff1   w32: Make scdaemon build again due to libusb problem.
       new  813df2f   gpg: Clean up dangling agent_open and agent_closed declarations.
       new  7e7f35a   gpgparsemail: Allow weirdly-mixed pkcs7 signatures.
       new  c45633a   gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.
       new  bf9d124   gpg: Initialize the primary key when generating a key.
       new  10671c3   gpg: Use format_keyid rather than manually formatting the keyid.
       new  ac5aea9   gpg: Split the function check_signature_end.
       new  5fbd805   gpg: Split print_and_check_one_sig.
       new  44cdb9d   gpg: Split check_key_signature2.
       new  2d1d795   gpg: Systematically detect and fix signatures that are out of order.
       new  661ba47   tools/mk-tdata: Fix data generation on Windows.
       new  b0125ae   common/exechelp: Fix pipe creation.
       new  f5a4b6a   common/exechelp: Fix error handling.
       new  8857590   common/exechelp: Fix opening the 'nul' device.
       new  dd67036   common/exechelp: Fix handle leak.
       new  5d8f7b1   common/exechelp: Disable debugging by default.
       new  709e2a7   common/exechelp: Avoid magic numbers.
       new  54acc87   common/exechelp: Mute the Windows version.
       new  9f4a8d4   common/exechelp: Add general pipe function.
       new  5ba4f60   common/exechelp: Provide a way to wait for multiple processes.
       new  6292841   tests/openpgp: Fix file removal.
       new  785a7f4   tests/openpgp: Avoid dependency on source files.
       new  01dcc2c   tests/openpgp: Reimplement 'pinentry.sh' in c.
       new  ede0061   tests/openpgp: Qualify executables with extension.
       new  f268679   g13: Run mount after dmsetup.
       new  f7968db   g13: Add commands --suspend and --remove.
       new  903466e   common: More accurately name function.
       new  8066f8a   common: Check for an error before reading.
       new  33ac735   gpg: Use higher-level functions.
       new  f57a91a   common: Add log_assert.
       new  14d27b2   common: Improve a function's documentation and comments.
       new  75861b6   common: Reduce buffer size.
       new  512bc72   gpg: Avoid an unnecessary copy.
       new  c9636a1   gpg: Add some asserts.
       new  b7b4a1b   gpg: Improve documentation and comments related to OpenPGP packets.
       new  105a562   gpg: Avoid directly twiddling bits.
       new  960f5e2   gpg: More carefully encode a packet's length.
       new  87515e3   gpg: Show debugging info if a sig with an unsupported sig class is used.
       new  2de0d41   gpg: Prettify a 2 octet hex output.
       new  3a1d142   tools: Drop superfluous include.
       new  9a1778a   dirmngr: Add missing CFLAGS.
       new  e77c855   common: Consolidate Assuan server argument handling.
       new  50995d2   common: Update README.
       new  1cdb744   tests/openpgp: Make tests more portable.
       new  fd2d00c   gpg: Refactor the printing of binary notations.
       new  1a62458   gpg: Add a new function for creating binary notations.
       new  2fdb950   gpg: Allow the caller to write the contents of a plaintext packet.
       new  7eac494   gpg: Split write_pubkey_enc_from_list.
       new  1463f9b   gpg: Rename pop_filter to iobuf_pop_filter and export it.
       new  24e0f1d   common: Provide a function for mapping packet types to strings.
       new  605276e   gpg: More robustly detect valid non-armored OpenPGP messages.
       new  d040628   gpg: Add new program gpgcompose.
       new  a883d4c   tests/openpgp: Skip gpgtar test if it has not been built.
       new  9f0ba50   dirmngr: Add more missing CFLAGS.
       new  8daf9a0   doc: Drop superfluous 'is'.
       new  40f6529   g10: Guard code against errors.
       new  1e4b782   g10: Drop superfluous declaration.
       new  e997552   build: Make libusb a hard requirement if the ccid driver is requested.
       new  7a32f87   scd: Bug fix for a device with multiple interfaces.
       new  a68ca5a9  kbx: Avoid undefined behavior.
       new  53ed98e   sm: Remove unused argument '--fixed-passphrase'.
       new  eea139c   sm: Implement pinentry loopback and reading passphrases from fd.
       new  b17577e   gpg: Add a new test.
       new  4f578cb   g10: Silence message if --quiet is given.
       new  834b84c   scd: Add manufacturer id 0x000a
       new  60b34f9   gpg: Do not rely on a certain evaluation order.
       new  b752d2c   g10: Add const qualifier.
       new  8588c2d   agent: allow removal of the shadowed key.
       new  1dc7f55   doc: Improve documentation of --enable-large-rsa.
       new  1aad5c6   sm: Always create a keybox header when creating a new keybox.
       new  af9a4af   gpg: Silence trustdb computation with --quiet.
       new  7f91906   gpg: Remove the extra prompt for Curve25519.
       new  fc30c07   gpg: Improve message when asking for key capabilities.
       new  e2c5781   gpg: Fix NULL-segv for missing tofu DB.
       new  8be9dab   g10: Use gpg-error abstraction of sched_yield.
       new  e7171f5   speedo,w32: Build libsqlite3.
       new  b74185b   g10: Remove option --always-trust if compiled without trust models.
       new  6060ea8   build: Check for conflicting trust model options.
       new  42d4c27   po: Fix misleading german translation.
       new  dd5902c   tests: Fix default key test.
       new  abb352d   g10: Support armored keyrings in gpgv.
       new  c6ed863   tests: Add missing file.
       new  96bcd42   Now build "gpg" binary but install as "gpg2"
       new  7b58a11   gpg: Replace use of "gpg2" by GPG_NAME
       new  4b5341d   build: Build gpgcompose only in maintainer mode
       new  4dc4fb1   doc: Install gpg and gpgv man pages under the correct name.
       new  f45ed07   build: Fix for: Build gpgcompose only in maintainer mode
       new  9354293   dirmngr: Autodetect PEM format in dirmngr-client.
       new  76ca869   Revert "g10: Support armored keyrings in gpgv."
       new  02ef6bb   doc: Update help.ru.txt
       new  71040f4   g10: Fix typo.
       new  02cf135   g10: Fix exporting secret keys of certain sizes.
       new  22b869a   doc: Point to RFC-4880 for keyedit subcommand "tsign".
       new  7faf131   indent: Help Emacs not to get confused by conditional compilation.
       new  100b413   doc: Note that the persistant passphrase format is unimplemented.
       new  4159567   agent: Implement new protection mode openpgp-s2k3-ocb-aes.
       new  94504b3   tests: Set fake-pinentry's stdout and stdin to _IOLBF.
       new  6df75ec   agent: Allow gpg-protect-tool to handle openpgp-native protection.
       new  8c3fb23   agent: Fix regression due to recent commit 4159567.
       new  d1507b4   po: Fix a string in de.po.
       new  a064285   dirmngr: Fix https incorrectly reported in help
       new  6272f24   dirmngr: Fix https never reported in general help
       new  085b19f   gpg: Avoid debug like output at start of --edit-key.
       new  d02de6c   gpg: Improve UID selction of --quick-sign-key.
       new  2385b9f   speedo: Use swdb.lst to define the SQLite version.
       new  defbc70   tests: Test the migration from a classic GnuPG home directory.
       new  f8adf1a   agent: Sanitize permissions of the private key directory.
       new  bd4d656   w32: Replace libiconv DLL by iconv feature of libgpg-error.
       new  d81de22   w32: Use --enable-gpg2-is-gpg by default.
       new  0c35e09   tests: Make migration test more robust and silent.
       new  342cc48   agent: Convert key format document to org.
       new  95303ee   common: Add 'append_to_strlist_try' which can fail.
       new  c6d1f2f   common: Add 'free_strlist_wipe' which wipes memory.
       new  12af263   common: Add support for the new extended private key format.
       new  b8cb097   common: Drop unused variables, fix warnings.
       new  8776abb   common: Use new function to print a failure of xtrymalloc.
       new  2502a76   doc: Explain use of common error variable names.
       new  b7fa496   common: Minor fixes for the new private-keys.c.
       new  07dbd06   gpg: Add OpenPGP card vendor 0x2342.
       new  fd765df   http: Allow to request system defined CAs for TLS.
       new  c3aeda8   dirmngr: Use system provided root CAs with KS_FETCH.
       new  c83c6f2   dirmngr: Add experimental command WKD_GET.
       new  87de9e1   gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.
       new  508b0de   scd: Fix memory leaks.
       new  cb4fee8   scd: Fix error return path.
       new  9740dff   common: Improve log_assert.
       new  64bfeaf   gpg: Remove all assert.h and s/assert/log_assert/.
       new  300b227   doc: Fix name of gpg's option --tofu-policy
       new  dcad99c   gpg: Factor some code code out of tofu.c
       new  35f4b6a   common: Extend log_string to indent lines.
       new  6677d8b   scd: More fix of error return path.
       new  c88efcc   doc: Add a comment about the goals of the agent.
       new  d73e83c   gpg: Re-format some tofu messages.
       new  5cef611   gpg: Improve line wrapping for a tofu message.
       new  ae18893   gpg: Extend TRUST_foo status lines with the trust model.
       new  83865be   gpg: Emit status lines TOFU_STATS and TOFU_STATS_LONG.
       new  33aacc3   tests: Silence output of some tests.
       new  9e28617   common: Print https URLs in help messages.
       new  3ef0938   agent: Make --allow-loopback-pinentry the default.
       new  04cc7c3   build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30.
       new  d00625d   Some minor string changes and fixed a printf format.
       new  75f31cd   po: Update German translation.
       new  4fd13ab   po: Update Russian translation
       new  d696eb3   tests: Disable the migrations tests
       new  6bbab4d   po: Auto-update
       new  3f58fc6   speedo,w32: Install localisation
       new  5ec76fd   speedo,w32: Fix uninstallation
       new  2b78223   speedo,w32: Install sqlite
       new  9ea258f   speedo: Also try patch files w/o version number.
       new  edce430   speedo: Build sqlite with static-libgcc.
       new  920b142   gpg: Fix const char pointer mismatch with gettext.
       new  fb1e9df   speedo,w32: Remove the installation directory page.
       new  00df5b1   Release 2.1.12
       new  b6dc537   Imported Upstream version 2.1.12

The 188 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:
 ChangeLog                              |  1108 ++
 INSTALL                                |   234 -
 Makefile.am                            |     6 +-
 Makefile.in                            |  1040 --
 NEWS                                   |    53 +
 VERSION                                |     2 +-
 aclocal.m4                             |  1481 ---
 agent/Makefile.am                      |     2 +-
 agent/Makefile.in                      |  1287 ---
 agent/agent.h                          |     2 +-
 agent/command-ssh.c                    |     2 +-
 agent/command.c                        |    83 +-
 agent/cvt-openpgp.c                    |     2 +-
 agent/findkey.c                        |   163 +-
 agent/genkey.c                         |     2 +-
 agent/gpg-agent.c                      |    16 +-
 agent/protect-tool.c                   |   117 +-
 agent/protect.c                        |   436 +-
 agent/t-protect.c                      |     2 +-
 autogen.rc                             |     2 +-
 build-aux/compile                      |   347 -
 build-aux/config.guess                 |   143 +-
 build-aux/config.rpath                 |   690 --
 build-aux/config.sub                   |    36 +-
 build-aux/depcomp                      |   791 --
 build-aux/install-sh                   |   527 -
 build-aux/missing                      |   215 -
 build-aux/mkinstalldirs                |   161 -
 build-aux/speedo.mk                    |    15 +-
 build-aux/speedo/patches/sqlite.patch  |    42 +
 build-aux/speedo/w32/inst.nsi          |   288 +-
 build-aux/speedo/w32/pkg-copyright.txt |    26 +-
 build-aux/texinfo.tex                  |  8638 ---------------
 common/Makefile.am                     |     8 +-
 common/Makefile.in                     |  2767 -----
 common/README                          |    12 +-
 common/argparse.c                      |     8 +-
 common/exechelp-posix.c                |   129 +-
 common/exechelp-w32.c                  |   177 +-
 common/exechelp-w32ce.c                |    18 +
 common/exechelp.h                      |     9 +
 common/exectool.c                      |    27 +-
 common/homedir.c                       |    10 +-
 common/iobuf.c                         |    71 +-
 common/iobuf.h                         |     9 +-
 common/logging.c                       |    50 +-
 common/logging.h                       |    21 +-
 common/miscellaneous.c                 |    11 +
 common/openpgpdefs.h                   |    28 +
 common/private-keys.c                  |   750 ++
 common/private-keys.h                  |   109 +
 common/server-help.c                   |   137 +
 common/server-help.h                   |    62 +
 common/sexp-parse.h                    |     2 +-
 common/simple-pwquery.c                |    95 +-
 common/status-codes.h                  |    22 +-
 common/status.h                        |     5 +
 common/strlist.c                       |    31 +-
 common/strlist.h                       |     3 +
 common/sysutils.c                      |    73 +-
 common/sysutils.h                      |     1 +
 common/t-exechelp.c                    |    21 +-
 common/t-private-keys.c                |   541 +
 common/t-session-env.c                 |    15 +-
 common/utf8conv.c                      |    16 +-
 common/util.h                          |     6 +
 config.h.in                            |   920 --
 configure                              | 17631 -------------------------------
 configure.ac                           |    98 +-
 dirmngr/Makefile.am                    |     6 +-
 dirmngr/Makefile.in                    |  1371 ---
 dirmngr/dirmngr-client.c               |    43 +-
 dirmngr/dns-stuff.c                    |    24 +-
 dirmngr/http.c                         |    40 +-
 dirmngr/http.h                         |     9 +-
 dirmngr/ks-engine-hkp.c                |     2 +-
 dirmngr/ks-engine-http.c               |    14 +-
 dirmngr/server.c                       |   151 +-
 dirmngr/t-http.c                       |     2 +-
 doc/DETAILS                            |    44 +
 doc/HACKING                            |    32 +-
 doc/Makefile.am                        |    42 +-
 doc/Makefile.in                        |  1208 ---
 doc/TRANSLATE                          |     2 +-
 doc/debugging.texi                     |    27 +-
 doc/defsincdate                        |     2 +-
 doc/gnupg-card-architecture.eps        |  1003 --
 doc/gnupg-card-architecture.pdf        |   Bin 19753 -> 19753 bytes
 doc/gnupg-module-overview.pdf          |   Bin 0 -> 315248 bytes
 doc/gnupg-module-overview.png          |   Bin 0 -> 36868 bytes
 doc/gnupg-module-overview.svg          |   892 ++
 doc/gnupg.info                         |   368 +-
 doc/gnupg.info-1                       |   165 +-
 doc/gnupg.info-2                       |   353 +-
 doc/gpg-agent.texi                     |    44 +-
 doc/gpg.texi                           |    94 +-
 doc/gpgsm.texi                         |    32 +-
 doc/gpgv.texi                          |    24 +-
 doc/help.ru.txt                        |   333 +-
 doc/help.txt                           |     6 +-
 doc/mkdefsinc.c                        |    27 +-
 g10/Makefile.am                        |   106 +-
 g10/Makefile.in                        |  1182 ---
 g10/armor.c                            |    88 +-
 g10/build-packet.c                     |   446 +-
 g10/call-agent.c                       |     5 +-
 g10/call-dirmngr.c                     |    66 +-
 g10/call-dirmngr.h                     |     2 +
 g10/card-util.c                        |    12 +-
 g10/cipher.c                           |     5 +-
 g10/compress.c                         |     1 -
 g10/dearmor.c                          |     1 -
 g10/decrypt-data.c                     |    15 +-
 g10/decrypt.c                          |     1 -
 g10/dek.h                              |     6 +
 g10/delkey.c                           |     1 -
 g10/ecdh.c                             |    11 +-
 g10/encrypt.c                          |   168 +-
 g10/export.c                           |     5 +-
 g10/free-packet.c                      |     3 +-
 g10/getkey.c                           |    75 +-
 g10/gpg.c                              |    13 +-
 g10/gpgcompose.c                       |  3038 ++++++
 g10/gpgv.c                             |    11 +
 g10/import.c                           |    23 +-
 g10/kbnode.c                           |     1 -
 g10/keydb.c                            |    11 +-
 g10/keydb.h                            |    40 +-
 g10/keyedit.c                          |   944 +-
 g10/keygen.c                           |   156 +-
 g10/keyid.c                            |    67 +-
 g10/keylist.c                          |    47 +-
 g10/keyring.c                          |    17 +-
 g10/keyserver-internal.h               |     2 +
 g10/keyserver.c                        |    36 +-
 g10/main.h                             |    19 +-
 g10/mainproc.c                         |     9 +-
 g10/mdfilter.c                         |     1 -
 g10/migrate.c                          |     2 +-
 g10/misc.c                             |     2 -
 g10/openfile.c                         |     1 -
 g10/options.h                          |     2 +
 g10/packet.h                           |   260 +-
 g10/parse-packet.c                     |    13 +-
 g10/passphrase.c                       |     3 +-
 g10/pkclist.c                          |    27 +-
 g10/pkglue.c                           |     5 +-
 g10/plaintext.c                        |     3 +-
 g10/progress.c                         |     7 +-
 g10/pubkey-enc.c                       |     5 +-
 g10/revoke.c                           |     1 -
 g10/server.c                           |    35 +-
 g10/seskey.c                           |    45 +-
 g10/sig-check.c                        |   408 +-
 g10/sign.c                             |    11 +-
 g10/skclist.c                          |     1 -
 g10/sqlite.c                           |     5 +-
 g10/t-stutter-data.asc                 |     1 +
 g10/t-stutter.c                        |   610 ++
 g10/tdbdump.c                          |     1 -
 g10/tdbio.c                            |   129 +-
 g10/test-stubs.c                       |    11 +
 g10/test.c                             |     8 +-
 g10/textfilter.c                       |     3 +-
 g10/tofu.c                             |   656 +-
 g10/trust.c                            |    11 +-
 g10/trustdb.c                          |    50 +-
 g10/trustdb.h                          |    13 +-
 g10/verify.c                           |     1 -
 g13/Makefile.am                        |    38 +-
 g13/Makefile.in                        |   773 --
 g13/backend.c                          |   155 +-
 g13/backend.h                          |    11 +-
 g13/be-dmcrypt.c                       |    99 +
 g13/{be-truecrypt.h => be-dmcrypt.h}   |    19 +-
 g13/call-syshelp.c                     |   488 +
 g13/call-syshelp.h                     |    36 +
 g13/create.c                           |   100 +-
 g13/create.h                           |     6 +-
 g13/g13-syshelp.c                      |   753 ++
 g13/g13-syshelp.h                      |    95 +
 g13/g13.c                              |   103 +-
 g13/g13.h                              |    10 +-
 g13/{utils.c => g13tuple.c}            |   171 +-
 g13/{utils.h => g13tuple.h}            |    17 +-
 g13/keyblob.c                          |   229 +
 g13/keyblob.h                          |    48 +-
 g13/mount.c                            |   275 +-
 g13/mount.h                            |     2 -
 g13/mountinfo.c                        |     2 +-
 g13/server.c                           |    98 +-
 g13/sh-blockdev.c                      |   152 +
 g13/sh-cmd.c                           |   780 ++
 g13/sh-dmcrypt.c                       |   943 ++
 g13/suspend.c                          |   143 +
 g13/{be-truecrypt.h => suspend.h}      |    16 +-
 g13/t-g13tuple.c                       |   223 +
 kbx/Makefile.in                        |  1205 ---
 kbx/keybox-file.c                      |     2 +-
 m4/Makefile.in                         |   498 -
 m4/intdiv0.m4                          |    70 -
 m4/intl.m4                             |   259 -
 m4/lock.m4                             |   311 -
 m4/printf-posix.m4                     |    44 -
 m4/size_max.m4                         |    62 -
 m4/uintmax_t.m4                        |    30 -
 m4/wint_t.m4                           |    20 -
 po/Makefile.in.in                      |   429 -
 po/ca.gmo                              |   Bin 46607 -> 0 bytes
 po/ca.po                               |  2789 ++---
 po/cs.gmo                              |   Bin 219029 -> 0 bytes
 po/cs.po                               |  2812 ++---
 po/da.gmo                              |   Bin 144609 -> 0 bytes
 po/da.po                               |  2798 ++---
 po/de.gmo                              |   Bin 236965 -> 0 bytes
 po/de.po                               |  2872 ++---
 po/el.gmo                              |   Bin 46733 -> 0 bytes
 po/el.po                               |  2789 ++---
 po/en at boldquot.gmo                     |   Bin 215384 -> 0 bytes
 po/en at boldquot.po                      |  2818 ++---
 po/en at quot.gmo                         |   Bin 212992 -> 0 bytes
 po/en at quot.po                          |  2816 ++---
 po/eo.gmo                              |   Bin 30286 -> 0 bytes
 po/eo.po                               |  2786 ++---
 po/es.gmo                              |   Bin 144176 -> 0 bytes
 po/es.po                               |  2801 ++---
 po/et.gmo                              |   Bin 44031 -> 0 bytes
 po/et.po                               |  2789 ++---
 po/fi.gmo                              |   Bin 46182 -> 0 bytes
 po/fi.po                               |  2794 ++---
 po/fr.gmo                              |   Bin 222985 -> 0 bytes
 po/fr.po                               |  2798 ++---
 po/gl.gmo                              |   Bin 45753 -> 0 bytes
 po/gl.po                               |  2789 ++---
 po/gnupg2.pot                          |  2728 ++---
 po/hu.gmo                              |   Bin 45696 -> 0 bytes
 po/hu.po                               |  2789 ++---
 po/id.gmo                              |   Bin 44358 -> 0 bytes
 po/id.po                               |  2789 ++---
 po/it.gmo                              |   Bin 45785 -> 0 bytes
 po/it.po                               |  2789 ++---
 po/ja.gmo                              |   Bin 230767 -> 0 bytes
 po/ja.po                               |  2788 ++---
 po/nb.gmo                              |   Bin 63253 -> 0 bytes
 po/nb.po                               |  2784 ++---
 po/pl.gmo                              |   Bin 147621 -> 0 bytes
 po/pl.po                               |  2812 ++---
 po/pt.gmo                              |   Bin 38752 -> 0 bytes
 po/pt.po                               |  2789 ++---
 po/ro.gmo                              |   Bin 86833 -> 0 bytes
 po/ro.po                               |  2796 ++---
 po/ru.gmo                              |   Bin 274140 -> 0 bytes
 po/ru.po                               |  3315 +++---
 po/sk.gmo                              |   Bin 45261 -> 0 bytes
 po/sk.po                               |  2793 ++---
 po/stamp-po                            |     1 -
 po/sv.gmo                              |   Bin 144810 -> 0 bytes
 po/sv.po                               |  2799 ++---
 po/tr.gmo                              |   Bin 142504 -> 0 bytes
 po/tr.po                               |  2798 ++---
 po/uk.gmo                              |   Bin 284070 -> 0 bytes
 po/uk.po                               |  2816 ++---
 po/zh_CN.gmo                           |   Bin 88609 -> 0 bytes
 po/zh_CN.po                            |  2784 ++---
 po/zh_TW.gmo                           |   Bin 194247 -> 0 bytes
 po/zh_TW.po                            |  2788 ++---
 scd/Makefile.am                        |     2 +-
 scd/Makefile.in                        |   780 --
 scd/ccid-driver.c                      |   355 +-
 scd/command.c                          |    52 +-
 sm/Makefile.am                         |     3 +-
 sm/Makefile.in                         |   812 --
 sm/call-agent.c                        |    85 +-
 sm/gpgsm.c                             |    25 +-
 sm/gpgsm.h                             |     3 +-
 sm/keydb.c                             |    12 +
 sm/passphrase.c                        |    90 +
 scd/atr.h => sm/passphrase.h           |    16 +-
 sm/server.c                            |    33 +-
 tests/Makefile.in                      |   902 --
 tests/openpgp/Makefile.am              |    15 +-
 tests/openpgp/Makefile.in              |   714 --
 tests/openpgp/default-key.test         |     8 +-
 tests/openpgp/defs.inc                 |     4 +-
 tests/openpgp/fake-pinentry.c          |    67 +
 tests/openpgp/gpg-agent.conf.tmpl      |     1 -
 tests/openpgp/gpgtar.test              |    14 +-
 tests/openpgp/mds.test                 |     2 +-
 tests/openpgp/mkdemodirs               |     2 +-
 tests/openpgp/plain-largeo.asc         |  4205 ++++++++
 tests/openpgp/signdemokey              |     2 +-
 tests/openpgp/use-exact-key.test       |     4 +-
 tests/openpgp/version.test             |     8 +-
 tests/pkits/Makefile.in                |   673 --
 tools/Makefile.in                      |  1160 --
 tools/gpg-zip.in                       |     8 +-
 tools/gpgconf-comp.c                   |     4 +-
 tools/gpgparsemail.c                   |    41 +-
 tools/gpgtar.c                         |     1 -
 tools/mk-tdata.c                       |     6 +
 300 files changed, 64590 insertions(+), 93019 deletions(-)
 delete mode 100644 INSTALL
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 delete mode 100644 agent/Makefile.in
 delete mode 100755 build-aux/compile
 delete mode 100755 build-aux/config.rpath
 delete mode 100755 build-aux/depcomp
 delete mode 100755 build-aux/install-sh
 delete mode 100755 build-aux/missing
 delete mode 100755 build-aux/mkinstalldirs
 create mode 100755 build-aux/speedo/patches/sqlite.patch
 delete mode 100644 build-aux/texinfo.tex
 delete mode 100644 common/Makefile.in
 create mode 100644 common/private-keys.c
 create mode 100644 common/private-keys.h
 create mode 100644 common/server-help.c
 create mode 100644 common/server-help.h
 create mode 100644 common/t-private-keys.c
 delete mode 100644 config.h.in
 delete mode 100755 configure
 delete mode 100644 dirmngr/Makefile.in
 delete mode 100644 doc/Makefile.in
 delete mode 100644 doc/gnupg-card-architecture.eps
 create mode 100644 doc/gnupg-module-overview.pdf
 create mode 100644 doc/gnupg-module-overview.png
 create mode 100644 doc/gnupg-module-overview.svg
 delete mode 100644 g10/Makefile.in
 create mode 100644 g10/gpgcompose.c
 create mode 100644 g10/t-stutter-data.asc
 create mode 100644 g10/t-stutter.c
 delete mode 100644 g13/Makefile.in
 create mode 100644 g13/be-dmcrypt.c
 copy g13/{be-truecrypt.h => be-dmcrypt.h} (50%)
 create mode 100644 g13/call-syshelp.c
 create mode 100644 g13/call-syshelp.h
 create mode 100644 g13/g13-syshelp.c
 create mode 100644 g13/g13-syshelp.h
 rename g13/{utils.c => g13tuple.c} (51%)
 rename g13/{utils.h => g13tuple.h} (74%)
 create mode 100644 g13/keyblob.c
 create mode 100644 g13/sh-blockdev.c
 create mode 100644 g13/sh-cmd.c
 create mode 100644 g13/sh-dmcrypt.c
 create mode 100644 g13/suspend.c
 copy g13/{be-truecrypt.h => suspend.h} (69%)
 create mode 100644 g13/t-g13tuple.c
 delete mode 100644 kbx/Makefile.in
 delete mode 100644 m4/Makefile.in
 delete mode 100644 m4/intdiv0.m4
 delete mode 100644 m4/intl.m4
 delete mode 100644 m4/lock.m4
 delete mode 100644 m4/printf-posix.m4
 delete mode 100644 m4/size_max.m4
 delete mode 100644 m4/uintmax_t.m4
 delete mode 100644 m4/wint_t.m4
 delete mode 100644 po/Makefile.in.in
 delete mode 100644 po/ca.gmo
 delete mode 100644 po/cs.gmo
 delete mode 100644 po/da.gmo
 delete mode 100644 po/de.gmo
 delete mode 100644 po/el.gmo
 delete mode 100644 po/en at boldquot.gmo
 delete mode 100644 po/en at quot.gmo
 delete mode 100644 po/eo.gmo
 delete mode 100644 po/es.gmo
 delete mode 100644 po/et.gmo
 delete mode 100644 po/fi.gmo
 delete mode 100644 po/fr.gmo
 delete mode 100644 po/gl.gmo
 delete mode 100644 po/hu.gmo
 delete mode 100644 po/id.gmo
 delete mode 100644 po/it.gmo
 delete mode 100644 po/ja.gmo
 delete mode 100644 po/nb.gmo
 delete mode 100644 po/pl.gmo
 delete mode 100644 po/pt.gmo
 delete mode 100644 po/ro.gmo
 delete mode 100644 po/ru.gmo
 delete mode 100644 po/sk.gmo
 delete mode 100644 po/stamp-po
 delete mode 100644 po/sv.gmo
 delete mode 100644 po/tr.gmo
 delete mode 100644 po/uk.gmo
 delete mode 100644 po/zh_CN.gmo
 delete mode 100644 po/zh_TW.gmo
 delete mode 100644 scd/Makefile.in
 delete mode 100644 sm/Makefile.in
 create mode 100644 sm/passphrase.c
 copy scd/atr.h => sm/passphrase.h (71%)
 delete mode 100644 tests/Makefile.in
 delete mode 100644 tests/openpgp/Makefile.in
 create mode 100644 tests/openpgp/fake-pinentry.c
 create mode 100644 tests/openpgp/plain-largeo.asc
 delete mode 100644 tests/pkits/Makefile.in
 delete mode 100644 tools/Makefile.in

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