- 30 Jan, 2020 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 29 Jan, 2020 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream has explicitly declared that they will not fix this problem, see https://dev.gnupg.org/T4766
-
- 28 Jan, 2020 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 23 Jan, 2020 6 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 09 Jan, 2020 1 commit
-
-
Daniel Kahn Gillmor authored
Note that this may re-open #912898, but is necessary, because python 3.8 uses _sysconfigdata__${DEB_HOST_ARCH_OS}_${DEB_HOST_MULTIARCH} instead of _sysconfigdata_m_${DEB_HOST_ARCH_OS}_${DEB_HOST_MULTIARCH}
-
- 08 Jan, 2020 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 04 Dec, 2019 4 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
We don't ship python2 packages any more.
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Fixes lintian: out-of-date-standards-version See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.
-
- 26 Aug, 2019 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 24 Aug, 2019 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
The only reverse dependency in debian for python-gpg is an older version of dput. Newer versions of dput use python3 anyway, and python 2 is going away. This also makes the build simpler and quicker, and makes any flakiness in the test suite less likely to be triggered. Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 23 Aug, 2019 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 08 Jul, 2019 5 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.13.1' with Debian dir 2cc976ef399899f395aaf6f0b634eaf961f2dbe4
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 13 Jun, 2019 4 commits
-
-
Werner Koch authored
* configure.ac: Bump LT versions to c=C33/A22/R1 cpp=C16/A10/R0 qt=C10/A3/R4. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* lang/python/tests/t-decrypt-verify.py: Comment recent changes. -- Fixes-commit: bd2d282e GnuPG-bug-id: 4276
-
Werner Koch authored
* lang/python/tests/Makefile.am (gpg.conf): Set a default key. -- It seems we need to set a default key because at least t-sign.py does not specify the key to use and we do not want to rely on the order of keys in the keyring. Also Fixes-commit: f3ca2c9c gpg 2.0 is end-of-life and we don't need these extra options anymore. In fact they for the use of some gpg version and don't use the version gpgconf knows about. This also aligns the python tests to what we use for the C test suite. Signed-off-by:
Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/debug.c (_gpgme_debug_buffer): Switch between two output formats. -- The new format is much more practical than the bunch of hex digits followed by just 16 ascii chars. To get the old behaviour use a debug level of 10. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 06 Jun, 2019 4 commits
-
-
Werner Koch authored
* tests/run-threaded.c (random_data_close): Correct FD test. -- An invalid DS is -1 and not 0; this fix is for correctness and does not chnage anything in the real world. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/posix-io.c (_gpgme_is_fd_valid): New out-commented function. -- This code is sometimes useful to track down invalid file descriptors. We keep it commented in the code. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/wait.c (_gpgme_run_io_cb): Fix return code. -- The function needs to return an gpg_error_t and not ERRNO. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Andre Heinecke authored
* tests/run-threaded.c (main): Handle allow-del. (allow-del): New. Variable to allow deletion of keys. (import): Delete key after import if allow-del is set. (delete_impres): Delete keys from an import result. (delete_fpr): Delete a key by fingerprint. -- This is intended to test write access and locking of the keyring by repeatedly importing and deleting pubkeys. It is an option because it might cause keyring corruption etc. so it should be explicitly enabled.
-
- 05 Jun, 2019 2 commits
-
-
Andre Heinecke authored
* tests/run-threaded.c (import): New. (do_data_op): Call it.
-
Werner Koch authored
* src/debug.c (_gpgme_debug): Take better care of NULL userinfo. (_gpgme_debug_end): Rework. (_trace_sysres): Print ERRNO and not the supplied RES. -- The TRACE_SYSRES patch fixes Regression-due-to: 7a1e7006 Signed-off-by:
Werner Koch <wk@gnupg.org>
-