[Pkg-gnupg-commit] [gpgme] branch master updated (caa0183 -> b5f7cb1)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Aug 18 02:29:19 UTC 2017


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

dkg pushed a change to branch master
in repository gpgme.

      from  caa0183   prepare new debian release
      adds  bce2bdb   prepare debian release
      adds  af79327   Post release updates.
      adds  572c1aa   Remove a forgotten instance of @libsuffix@
      adds  9b22f82   tests: Remove tofu.db.
      adds  fd4d476   python: Fix removing the TOFU database.
      adds  db2f6c1   python: Make Results have a nicer __repr__.
      adds  154389f   python: Make Context have a repr method.
      adds  ae21d27   python: Check "buffer" when writing to sys.stdout for python2 compat.
      adds  fb7f4cb   python: Define a macro for wrapping fragile result objects.
      adds  05896c2   python: Try to be more helpful when given a string to encrypt().
      adds  7880335   Clarify what "checking on bit" means
      adds  ecb0e32   doc: Let's suggest GNU guidelines for bit checking.
      adds  5673f3e   cpp: Fix update of partial key in verifyresult
      adds  85e0553   cpp: Fix addrSpec for keys without email
      adds  da5343a   cpp: Ensure that hasSecret is correct after update
      adds  211844f   Qt: Make sure extended grep is used with '|'.
      adds  d83b8f0   Fix GPGME_CREATE_NOPASSWD without pinentry loopback.
      adds  a4b9f1a   Fix gpg_addkey() to work with GPGME_CREATE_NOPASSWD as well.
      adds  7103315   core: Always use runtime for gpgconf changes
      adds  ececfd5   qt: Update config sync doc / comment
      adds  d0e91d2   python: Add a switch '--quiet' to the test runner.
      adds  b14419f   python: Improve compatibility with Scheme tests.
      adds  2e661b9   Fix cmake configuration files for MacOS
      adds  efe58fe   Fix Qgpgme build for macos
      adds  e416f99   cpp: Add revuid and adduid support
      adds  9e643ab   qt: Add test for uid functions
      adds  56926c9   qt: Clean up test dirs on failure
      adds  a09ed3f   qt: Don't use qstrdup in test passphrase cb
      adds  9640dc5   qt: Add support for stringValueList in CryptoConf
      adds  ea7bb62   tests: Enable gpgconf test.
      adds  186dcd3   tests: Improve the gpgconf test.
      adds  0e24227   Fix changing options with gpgconf.
      adds  92543da   tests: Fix distcheck.
      adds  8aba08d   qt: Add test for CryptoConfig
      adds  abfd241   qt: Use QVERIFY instead of Q_ASSERT in conf test
      adds  ca69df8   tests: Add safeguards against nullptr deref
      adds  6f02133   w32: Fix closing file descriptors.
      adds  a98951a   tests: Use --debug-quick-random for tests
      adds  9291eba   python: default op_keylist_start parameters.
      adds  f3ca2c9   python: Ensure quick-random is used if gpg is gpg2
      adds  7bd6ab4   tests: Reduce iterations / threads
      adds  752d359   core: Add new context flag "redraw".
      adds  ba594d8   qt: Increase timeout when waiting for signals.
      adds  a28d31f   core: Improve mailbox only uid handling
      adds  b507503   core: Fix leakage of address for mail only uids
      adds  8ede867   core: Cleanup gpgme_key_unref frees
      adds  9b7d819   core: Move all deprecated stuff to the end of gpgme.h.
      adds  d19bea5   core: Un-deprecate gpgme_data_rewind.
      adds  0ceeb29   core: Explain in gpgme.h that most stucts are read-only.
      adds  563420a   core: Remove unused check for funopen/fopencookie.
      adds  15050ce   core: Replace all calls to *sprintf by gpgrt_*sprintf.
      adds  195c735   core: Handle multiple TOFU_USER lines in verify
      adds  43160a3   qt: Add test for tofu conflict
      adds  afc3085   core: Minor cleanup of commit 195c735
      adds  93a5907   core: Fix possible deadlock due to get_max_fds.
      adds  51bd69f   core: Optimize fork/exec for *BSD and Solaris.
      adds  ad22bee   doc: Document that gpgme_op_genkey() parms parameter is not XML.
      adds  903bf16   qt: Don't rely on implicit include in t-verify
      adds  60064c6   qt: Add missing #include <functional>
      adds  f8db658   Revert "Disable fd-passing for Apple."
      adds  60273e8   build: Use macOS' compatibility macros to enable all features.
      adds  fe65a26   python: Use one copy of the source tree per Python version.
      adds  d184dbb   python: Conditionally provide py3 argument to SWIG
      adds  d356519   python: Call SWIG_NewPointerObj rather than SWIG_Python_NewPointerObj.
      adds  aa49be1   python: Remove the -builtin flag for SWIG.
      adds  01d5c17   python: Extend SWIG gpgme_{sub,}key with a __repr__ method.
      adds  30a6035   qt: Make sure to remove the tofu.db on clean.
      adds  99b7f4f   python: Add convenience functions for the home directory.
      adds  e17ab84   python: Nicer repr for user ids.
      adds  fdc4e33   python: Add keylist mode parameter.
      adds  9fc9533   python: Use the correct function to free buffers.
      adds  92adc9b   python: Wrap utility functions.
      adds  6df6e01   core: Fix error types.
      adds  25f0435   python: Update lists of functions returning gpgme_error_t.
      adds  27544d0   python: Fix build system integration.
      adds  de708e5   core: Fix expiration time handling when creating keys.
      adds  048c5f7   python: Fix error handling.
      adds  3bdce4a   python: Fix passphrase callback wrapping.
      adds  476b978   python: Support quick key creation.
      adds  13bace2   python: Support quick subkey creation.
      adds  7641b7b   python: Support adding and revoking UIDs.
      adds  9350168   python: Fix using strings as commands in the assuan protocol.
      adds  de8494b   python: Fix teardown of ephemeral contexts.
      adds  48634e6   python: Support quick key signing.
      adds  15fbac9   python: Support manipulating the TOFU policy.
      adds  a7c6353   python: Fix test.
      adds  5b49095   doc: Correct documentation for recp arg of gpgme_op_encrypt_sign_start
      adds  fbafb54   qt: Allow creation of default keys without name
      adds  d632580   cpp: Add interactor to generate keys on smartcard
      adds  8071a6b   cpp: Add subkey keygrip to API
      adds  2486d00   Revert "core: Fix error types."
      adds  ef035f0   core: Fix minor code style thing.
      adds  4139877   python: Print path of the Python module used during tests.
      adds  d2240a2   core: Fix status error return for gpgsm.
      adds  9d5048d   qt: Use gpgrt_asprintf instead of qstrdup
      adds  43aa3ee   qt: Add test for DN parser
      adds  067da47   build: Add M4 macros for python.
      adds  5189c08   build: Tune M4 macros for our needs.
      adds  6a37166   build: Improve Python detection.
      adds  a420103   python: Improve build system integration.
      adds  ac48499   python: Make tests more robust.
      adds  9d6825b   python: Make error message more helpful.
      adds  4572e8d   python: Remove superfluous initialization.
      adds  e1cf8ba   python: Skip tests if GnuPG is too old.
      adds  16b202d   tests: Use 'gpg-agent --allow-loopback-pinentry' if applicable.
      adds  57e64d0   python: Fix version check.
      adds  392e51d   tests: Fix distcheck.
      adds  ea9686e   core,cpp: New key flag 'is_de_vs'.
      adds  35023f3   core: New public API gpgme_op_keylist_from_data_start.
      adds  fab8b1a   core: New encryption flag GPGME_ENCRYPT_THROW_KEYIDS.
      adds  55ac5ee   core: Extend gpgme_get_dirinfo to return the gpg-wks-client name.
      adds  f3e8d8a   python: Wrap 'gpgme_op_keylist_from_data_start'.
      adds  421ddd1   core: New API gpgme_op_set_uid_flag.
      adds  104635e   python: Improve Python detection.
      adds  121873b   qt: Initialize library first in tests
      adds  8ddb42a   cpp: Wrap keylist_from_data
      adds  66c3346   qt: Add test for Data::toKeys
      adds  6ac1f2c   core: New flags GPGME_DECRYPT_UNWRAP and GPGME_ENCRYPT_WRAP.
      adds  8ad37ec   cpp: Use gpgme_op_decrypt_ex and add new flags.
      adds  5493164   qt: Add unittest for decrypt unwrap
      adds  18b7906   cpp: Respect decrypt flags in new functions
      adds  b6d5449   Mention new cpp changes in the NEWS
      adds  348da58   python: Skip tests if running with GnuPG < 2.1.12.
      adds  57d60b2   qt: Disable testEncryptDecryptNowrap
      adds  813ae5f   core: Prepare for new key listing data send by gpg.
      adds  aa0390e   Release 1.9.0
      adds  b8f9796   New upstream version 1.9.0
      adds  a9e5128   Merge branch 'upstream' into experimental
      adds  91957bb   drop patch already merged upstream
      adds  9ec5f6c   refresh patch
      adds  ff2fab5   avoid format warning during build
      adds  07f9d9f   update symbols files
      adds  4c30f11   Remove Jose Carlos Garcia Sogo from Uploaders (Closes: #862622)
      adds  9136a51   prepare debian release
       new  05c4c72   imported cleanup+bugfixes from upstream
       new  08a8350   removed unnecessary b-d on autoreconf
       new  b054b75   drop unneeded DEBIAN_VERSION from debian/rules
       new  1ddc8e6   ship constants.tofu (Closes: #871465)
       new  e54d894   Standards-Version: bump to 4.0.1 (extra -> optional)
       new  27e7d80   try to force python 3.6
       new  6457364   strip debian revision from new 1.9.0 symbols
       new  f18fd91   add the simplest possible python burn-in autopkgtest
       new  b5f7cb1   prepare debian release

The 9 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                                          | 1593 +++++-
 NEWS                                               |   82 +
 README                                             |   10 +-
 VERSION                                            |    2 +-
 configure.ac                                       |  101 +-
 debian/changelog                                   |   26 +
 debian/control                                     |    7 +-
 debian/libgpgme11.symbols                          |    5 +
 .../patches/0001-avoid-identifying-as-beta.patch   |    2 +-
 ...-Remove-a-forgotten-instance-of-libsuffix.patch |   29 -
 .../0002-qt-pass-fmt-to-gpgrt_asprintf.patch       |   28 +
 ...003-tests-Make-error-message-more-helpful.patch |   27 +
 ...004-python-build-Reinstate-prepare-target.patch |  106 +
 ...ython-Generate-files-into-build-directory.patch |  239 +
 ...006-python-Fix-vpath-builds-fix-distcheck.patch |  334 ++
 .../0007-python-simplify-build-some-fixups.patch   | 5970 ++++++++++++++++++++
 ...0008-python-support-.pydistutils.cfg-mode.patch |  101 +
 ...o-not-use-check-local-magic-as-dependency.patch |   98 +
 ...10-python-Remove-usage-of-PYTHON_VERSIONS.patch |  111 +
 .../0011-python-Remove-unneeded-stats-copy.patch   |   30 +
 ...-Read-gpg-error.h-using-the-pre-processor.patch |  131 +
 ...thon-Support-alternatate-libdir-for-tests.patch |   63 +
 debian/patches/0014-python-Fix-distcheck.patch     |   30 +
 debian/patches/0015-python-Prune-CLEANFILES.patch  |   27 +
 ...ython-fix-run-tests-missing-python_libdir.patch |   28 +
 ...autoconf-pre-processor-when-building-via-.patch |   55 +
 .../0018-tests-Update-encrypted-sample-files.patch |   80 +
 ...mprove-doc-on-passphrase_cb-pinentry-mode.patch |   45 +
 ...core-Don-t-split-gpgconf-strings-on-comma.patch |   40 +
 .../0021-qt-tests-Don-t-use-internal-API.patch     |  153 +
 ...022-qt-Undeprecate-API-that-I-find-useful.patch |   92 +
 .../0023-qt-Add-a-missing-include-functional.patch |   33 +
 debian/patches/0024-qt-Stop-agent-on-clean.patch   |   24 +
 .../patches/0025-tests-Harmonize-test-suites.patch |   93 +
 ...sure-to-kill-all-previously-running-daemo.patch |   73 +
 ...0027-python-Fix-test-environment-creation.patch |   25 +
 ...0028-tests-Remove-remnants-of-check-local.patch |   35 +
 .../0029-python-Fix-build-in-certain-cases.patch   |   30 +
 .../patches/0030-core-Sort-the-status-table.patch  |   85 +
 ...p-Fix-CMake-config-library-name-for-GPGME.patch |   28 +
 debian/patches/0032-Fix-some-shadow-warnings.patch |   38 +
 ...lify-parsing-of-STATUS_ERROR-in-decrypt.c.patch |  127 +
 ...-CANCELED-and-BAD_PASSPHRASE-error-code-o.patch |   78 +
 ...Return-NO_SECKEY-error-code-on-decryption.patch |   86 +
 ...printf-compiler-warning-for-an-error-case.patch |   25 +
 debian/patches/0037-Sync-autogen.sh.patch          |  245 +
 ...038-tests-Make-agent-spawning-more-robust.patch |   54 +
 debian/patches/0039-tests-Fix-blunder.patch        |   25 +
 debian/patches/0040-tests-Fix-distcheck.patch      |   25 +
 ...ore-Fix-status-parsing-for-decrypt-verify.patch |   61 +
 .../0042-doc-Add-more-tofu-documentation.patch     |  104 +
 .../0043-doc-Clarify-import-keys-operation.patch   |   92 +
 ...doc-Clarify-import-keys-operation-further.patch |   42 +
 .../0045-Try-to-find-python-3.6-as-well.patch      |   41 +
 debian/patches/series                              |   45 +-
 debian/python-gpg.install                          |    1 +
 debian/python3-gpg.install                         |    1 +
 debian/rules                                       |    4 +-
 debian/tests/control                               |   12 +
 debian/tests/python                                |    3 +
 debian/tests/python-gpg                            |    6 +
 debian/tests/python3                               |    3 +
 debian/tests/python3.5                             |    3 +
 debian/tests/python3.6                             |    3 +
 doc/gpgme.texi                                     |  283 +-
 gpgme.spec                                         |    2 +-
 lang/cpp/src/GpgmeppConfig.cmake.in.in             |    4 +-
 lang/cpp/src/Makefile.am                           |   11 +-
 lang/cpp/src/context.cpp                           |   70 +-
 lang/cpp/src/context.h                             |   28 +-
 lang/cpp/src/context_p.h                           |    1 +
 lang/cpp/src/data.cpp                              |   24 +
 lang/cpp/src/data.h                                |    5 +
 lang/cpp/src/editinteractor.cpp                    |    2 +
 lang/cpp/src/gpggencardkeyinteractor.cpp           |  332 ++
 ...deditinteractor.h => gpggencardkeyinteractor.h} |   50 +-
 lang/cpp/src/key.cpp                               |   59 +-
 lang/cpp/src/key.h                                 |   22 +
 lang/cpp/src/verificationresult.cpp                |    3 +-
 lang/python/Makefile.am                            |   59 +-
 lang/python/gpg/constants/__init__.py              |    8 +-
 .../gpg/constants/{sig/notation.py => create.py}   |    6 +-
 .../gpg/constants/{sig/notation.py => keysign.py}  |    6 +-
 .../{sig/notation.py => tofu/__init__.py}          |    9 +-
 .../constants/{sig/notation.py => tofu/policy.py}  |    6 +-
 lang/python/gpg/core.py                            |  350 +-
 lang/python/gpg/results.py                         |    6 +-
 lang/python/gpgme.i                                |  138 +-
 lang/python/helpers.c                              |   22 +-
 lang/python/setup.py.in                            |   16 +-
 lang/python/tests/Makefile.am                      |   12 +-
 lang/python/tests/initial.py                       |    3 +-
 lang/python/tests/run-tests.py                     |   34 +-
 lang/python/tests/support.py                       |   65 +-
 lang/python/tests/t-callbacks.py                   |    2 +-
 lang/python/tests/t-decrypt-verify.py              |    1 -
 lang/python/tests/t-decrypt.py                     |    1 -
 lang/python/tests/t-edit.py                        |    4 +-
 lang/python/tests/t-encrypt-large.py               |    1 -
 lang/python/tests/t-encrypt-sign.py                |    1 -
 lang/python/tests/t-encrypt-sym.py                 |    2 +-
 lang/python/tests/t-encrypt.py                     |   16 +-
 lang/python/tests/t-export.py                      |    1 -
 lang/python/tests/t-file-name.py                   |    1 -
 lang/python/tests/t-idiomatic.py                   |    2 -
 lang/python/tests/t-import.py                      |    1 -
 .../tests/{t-keylist.py => t-keylist-from-data.py} |  139 +-
 lang/python/tests/t-keylist.py                     |   13 +-
 lang/python/tests/t-protocol-assuan.py             |    9 +-
 lang/python/tests/t-quick-key-creation.py          |  140 +
 lang/python/tests/t-quick-key-manipulation.py      |  125 +
 lang/python/tests/t-quick-key-signing.py           |  121 +
 lang/python/tests/t-quick-subkey-creation.py       |  112 +
 lang/python/tests/t-sig-notation.py                |    2 -
 lang/python/tests/t-sign.py                        |    2 -
 lang/python/tests/t-signers.py                     |    2 -
 lang/python/tests/t-trustlist.py                   |    1 -
 lang/python/tests/t-verify.py                      |    2 -
 lang/python/tests/t-wait.py                        |    1 -
 lang/qt/src/Makefile.am                            |    9 +-
 lang/qt/src/QGpgmeConfig.cmake.in.in               |    2 +-
 .../src/{abstractimportjob.h => cryptoconfig.cpp}  |   42 +-
 lang/qt/src/cryptoconfig.h                         |   14 +-
 lang/qt/src/defaultkeygenerationjob.cpp            |   11 +-
 lang/qt/src/dn.cpp                                 |    4 +-
 lang/qt/src/qgpgmenewcryptoconfig.cpp              |   26 +-
 lang/qt/src/qgpgmenewcryptoconfig.h                |    2 +
 lang/qt/src/threadedjobmixin.h                     |    1 +
 lang/qt/tests/Makefile.am                          |   11 +-
 lang/qt/tests/{t-verify.cpp => t-config.cpp}       |   91 +-
 lang/qt/tests/t-encrypt.cpp                        |  125 +-
 lang/qt/tests/t-keylist.cpp                        |   18 +-
 lang/qt/tests/t-keylocate.cpp                      |   26 +-
 lang/qt/tests/t-ownertrust.cpp                     |   18 +-
 lang/qt/tests/t-support.cpp                        |    2 +
 lang/qt/tests/t-support.h                          |   10 +-
 lang/qt/tests/t-tofuinfo.cpp                       |  291 +-
 lang/qt/tests/t-various.cpp                        |  167 +
 lang/qt/tests/t-verify.cpp                         |    8 +-
 lang/qt/tests/t-wkspublish.cpp                     |   52 +-
 m4/ax_python_devel.m4                              |    7 +-
 m4/python.m4                                       |  241 +
 m4/qt.m4                                           |    6 +-
 src/context.h                                      |    6 +-
 src/conversion.c                                   |   19 +
 src/data-compat.c                                  |   13 -
 src/data.c                                         |   14 +
 src/debug.c                                        |   14 +-
 src/decrypt-verify.c                               |   67 +-
 src/decrypt.c                                      |   18 +-
 src/dirinfo.c                                      |   12 +
 src/engine-assuan.c                                |   18 +-
 src/engine-backend.h                               |    8 +-
 src/engine-g13.c                                   |   18 +-
 src/engine-gpg.c                                   |  108 +-
 src/engine-gpgconf.c                               |   71 +-
 src/engine-gpgsm.c                                 |   52 +-
 src/engine-spawn.c                                 |    2 +-
 src/engine-uiserver.c                              |   87 +-
 src/engine.c                                       |   36 +-
 src/engine.h                                       |   17 +-
 src/funopen.c                                      |   63 -
 src/genkey.c                                       |   62 +-
 src/gpgme.c                                        |    8 +
 src/gpgme.def                                      |   13 +-
 src/gpgme.h.in                                     |  805 +--
 src/import.c                                       |    4 +-
 src/key.c                                          |   39 +-
 src/keylist.c                                      |   84 +-
 src/libgpgme.vers                                  |    7 +
 src/op-support.c                                   |    1 +
 src/ops.h                                          |    3 +
 src/posix-io.c                                     |  116 +-
 src/progress.c                                     |    8 +
 src/util.h                                         |   14 +-
 src/vasprintf.c                                    |  206 -
 src/verify.c                                       |   39 +-
 src/versioninfo.rc.in                              |    2 +-
 src/vfs-create.c                                   |    8 +-
 src/vfs-mount.c                                    |   10 +-
 src/w32-io.c                                       |   14 +-
 src/w32-util.c                                     |    5 +-
 tests/gpg/Makefile.am                              |    3 +-
 tests/gpg/t-gpgconf.c                              |  161 +-
 tests/gpg/t-support.h                              |   28 +
 tests/gpg/t-thread-keylist-verify.c                |    2 +-
 tests/gpg/t-thread-keylist.c                       |    2 +-
 tests/run-decrypt.c                                |   18 +-
 tests/run-encrypt.c                                |   12 +
 tests/run-genkey.c                                 |   69 +-
 tests/run-keylist.c                                |   36 +-
 tests/run-sign.c                                   |    4 +
 tests/start-stop-agent                             |   21 +-
 tests/t-engine-info.c                              |    4 +-
 194 files changed, 15428 insertions(+), 1740 deletions(-)
 delete mode 100644 debian/patches/0002-Remove-a-forgotten-instance-of-libsuffix.patch
 create mode 100644 debian/patches/0002-qt-pass-fmt-to-gpgrt_asprintf.patch
 create mode 100644 debian/patches/0003-tests-Make-error-message-more-helpful.patch
 create mode 100644 debian/patches/0004-python-build-Reinstate-prepare-target.patch
 create mode 100644 debian/patches/0005-python-Generate-files-into-build-directory.patch
 create mode 100644 debian/patches/0006-python-Fix-vpath-builds-fix-distcheck.patch
 create mode 100644 debian/patches/0007-python-simplify-build-some-fixups.patch
 create mode 100644 debian/patches/0008-python-support-.pydistutils.cfg-mode.patch
 create mode 100644 debian/patches/0009-tests-Do-not-use-check-local-magic-as-dependency.patch
 create mode 100644 debian/patches/0010-python-Remove-usage-of-PYTHON_VERSIONS.patch
 create mode 100644 debian/patches/0011-python-Remove-unneeded-stats-copy.patch
 create mode 100644 debian/patches/0012-python-Read-gpg-error.h-using-the-pre-processor.patch
 create mode 100644 debian/patches/0013-python-Support-alternatate-libdir-for-tests.patch
 create mode 100644 debian/patches/0014-python-Fix-distcheck.patch
 create mode 100644 debian/patches/0015-python-Prune-CLEANFILES.patch
 create mode 100644 debian/patches/0016-python-fix-run-tests-missing-python_libdir.patch
 create mode 100644 debian/patches/0017-python-use-autoconf-pre-processor-when-building-via-.patch
 create mode 100644 debian/patches/0018-tests-Update-encrypted-sample-files.patch
 create mode 100644 debian/patches/0019-doc-Improve-doc-on-passphrase_cb-pinentry-mode.patch
 create mode 100644 debian/patches/0020-core-Don-t-split-gpgconf-strings-on-comma.patch
 create mode 100644 debian/patches/0021-qt-tests-Don-t-use-internal-API.patch
 create mode 100644 debian/patches/0022-qt-Undeprecate-API-that-I-find-useful.patch
 create mode 100644 debian/patches/0023-qt-Add-a-missing-include-functional.patch
 create mode 100644 debian/patches/0024-qt-Stop-agent-on-clean.patch
 create mode 100644 debian/patches/0025-tests-Harmonize-test-suites.patch
 create mode 100644 debian/patches/0026-tests-Make-sure-to-kill-all-previously-running-daemo.patch
 create mode 100644 debian/patches/0027-python-Fix-test-environment-creation.patch
 create mode 100644 debian/patches/0028-tests-Remove-remnants-of-check-local.patch
 create mode 100644 debian/patches/0029-python-Fix-build-in-certain-cases.patch
 create mode 100644 debian/patches/0030-core-Sort-the-status-table.patch
 create mode 100644 debian/patches/0031-cpp-Fix-CMake-config-library-name-for-GPGME.patch
 create mode 100644 debian/patches/0032-Fix-some-shadow-warnings.patch
 create mode 100644 debian/patches/0033-core-Simplify-parsing-of-STATUS_ERROR-in-decrypt.c.patch
 create mode 100644 debian/patches/0034-core-Return-CANCELED-and-BAD_PASSPHRASE-error-code-o.patch
 create mode 100644 debian/patches/0035-core-Return-NO_SECKEY-error-code-on-decryption.patch
 create mode 100644 debian/patches/0036-tests-Fix-printf-compiler-warning-for-an-error-case.patch
 create mode 100644 debian/patches/0037-Sync-autogen.sh.patch
 create mode 100644 debian/patches/0038-tests-Make-agent-spawning-more-robust.patch
 create mode 100644 debian/patches/0039-tests-Fix-blunder.patch
 create mode 100644 debian/patches/0040-tests-Fix-distcheck.patch
 create mode 100644 debian/patches/0041-core-Fix-status-parsing-for-decrypt-verify.patch
 create mode 100644 debian/patches/0042-doc-Add-more-tofu-documentation.patch
 create mode 100644 debian/patches/0043-doc-Clarify-import-keys-operation.patch
 create mode 100644 debian/patches/0044-doc-Clarify-import-keys-operation-further.patch
 create mode 100644 debian/patches/python-3.6/0045-Try-to-find-python-3.6-as-well.patch
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/python
 create mode 100644 debian/tests/python-gpg
 create mode 100755 debian/tests/python3
 create mode 100755 debian/tests/python3.5
 create mode 100755 debian/tests/python3.6
 create mode 100644 lang/cpp/src/gpggencardkeyinteractor.cpp
 copy lang/cpp/src/{gpgadduserideditinteractor.h => gpggencardkeyinteractor.h} (52%)
 copy lang/python/gpg/constants/{sig/notation.py => create.py} (86%)
 copy lang/python/gpg/constants/{sig/notation.py => keysign.py} (86%)
 copy lang/python/gpg/constants/{sig/notation.py => tofu/__init__.py} (83%)
 copy lang/python/gpg/constants/{sig/notation.py => tofu/policy.py} (86%)
 copy lang/python/tests/{t-keylist.py => t-keylist-from-data.py} (75%)
 create mode 100755 lang/python/tests/t-quick-key-creation.py
 create mode 100755 lang/python/tests/t-quick-key-manipulation.py
 create mode 100755 lang/python/tests/t-quick-key-signing.py
 create mode 100755 lang/python/tests/t-quick-subkey-creation.py
 copy lang/qt/src/{abstractimportjob.h => cryptoconfig.cpp} (68%)
 copy lang/qt/tests/{t-verify.cpp => t-config.cpp} (51%)
 create mode 100644 lang/qt/tests/t-various.cpp
 create mode 100644 m4/python.m4
 delete mode 100644 src/funopen.c
 delete mode 100644 src/vasprintf.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list