Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | openpgp: Fix unused .format() arg | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-15 | tox: Skip missing interpreters | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-14 | tox: Add codecov upload env | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-14 | tox: Enable testing on py38 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-25 | Bump to 14.3 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-25 | openpgp: Remove debug-all, it has too broad consequences | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | Bump to 14.2 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | tox: Remove nodeps case, it is no longer useful | Michał Górny | |
Now that the default layout requires BLAKE2B, there's no point in testing gemato without it. Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | tox: Install pyblake2 for pypy3 & incompatible-lzma scenarios | Michał Górny | |
pyblake2 was excluded from pypy3 because it failed to build. However, upstream has fixed the immediate issue. pysha3 is still broken, though. Include it for incompatible-lzma as well in order to solve test failures due to modern layout requiring BLAKE2B. Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | openpgp: Reduce gpg debug options for gpg1.x compat | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | openpgp: Obtain debug logs from GnuPG | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | openpgp: Fix whitespace | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | profile: Update default set of hashes | Michał Górny | |
Update the default set of hashes to match current ::gentoo set. This incidentally fixes test failures with new CPython versions that seem to no longer include Whirlpool support. Bug: https://bugs.gentoo.org/697968 Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-04-27 | Bump to v14.1 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-04-25 | openpgp: Also handle EBUSY for NFS | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-04-24 | openpgp: Handle ENOTEMPTY in gpg-agent cleanup | Michał Górny | |
Bug: https://bugs.gentoo.org/684172 Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-03-16 | tests: Fix MockedWKDOpenPGPEnvironment._spawn_gpg() return types | Michał Górny | |
2019-03-16 | openpgp: Fix decoding bytestrings for debug | Michał Górny | |
Bug: https://bugs.gentoo.org/680524 | |||
2019-02-26 | openpgp: Add debug output to WKD routines | Michał Górny | |
2019-02-26 | cli: Support debug logging | Michał Górny | |
2018-08-02 | tox: Enable testing py37 by default | Michał Górny | |
2018-08-01 | Bump to 14.0 | Michał Górny | |
2018-08-01 | setup.py: Use env-based shebang | Michał Górny | |
2018-07-26 | openpgp: Process import status instead of export, for GnuPG-1.4 | Michał Górny | |
GnuPG 1.4 does not print machine-readable data when exporting keys. Rework the WKD code to process the data on import instead. This means that keys will be imported via WKD even if not all were exported -- however, that should cause no harm as invalid data still will not be accepted. | |||
2018-07-26 | openpgp: Fix listing keys with GnuPG-1.4 | Michał Górny | |
2018-07-25 | tests: Add half-mocked tests for WKD-based refresh | Michał Górny | |
2018-07-25 | tests: Add tests for keyserver-based refreshing | Michał Górny | |
2018-07-24 | openpgp: Support specifying custom keyserver URL | Michał Górny | |
2018-07-24 | openpgp: Support key refresh via WKD | Michał Górny | |
Add support for using WKD to refetch keys instead of keyservers. This is experimental but should be more reliable and provide similar level of security (provided that we require that all keys can be fetched via WKD). | |||
2018-07-16 | tox: Use pytest-xdist for concurrent testing | Michał Górny | |
2018-07-16 | tox: Use pytest to run tests | Michał Górny | |
2018-07-16 | tox: Simplify dependency specifications | Michał Górny | |
2018-06-26 | Bump to 13.1 | Michał Górny | |
2018-06-26 | gen_fast_metamanifest: Fix parallel processing of md5-cache | Michał Górny | |
2018-05-06 | Remove obsolete repo.postsync.d script | Michał Górny | |
Remove the repo.postsync.d script for Portage that is obsolete now that Portage has built-in gemato verification code. | |||
2018-04-13 | Bump to v13.0 | Michał Górny | |
2018-04-12 | Disable multiprocessing to avoid unresolved deadlocks | Michał Górny | |
Remove the use of multiprocessing in order to avoid unresolved deadlocks some of our users are hitting. The wrapper class is preserved, so that multiprocessing can be reintroduced when the issue is resolved. | |||
2018-04-04 | Bump to v12.2 | Michał Górny | |
2018-04-04 | Use imap_unordered()->map() fallback for all calls | Michał Górny | |
Move the imap_unordered()->map() fallback for old Python versions into the utility module, and use it consistently for all calls. Previously, it was missing for Manifest loader. | |||
2018-03-26 | gen_fast_metamanifest: Account for empty categories | Michał Górny | |
2018-03-16 | Bump to v12.1 | Michał Górny | |
2018-03-16 | openpgp: Honor user's http_proxy setting | Michał Górny | |
Solution suggested by Patrik Osgnach. Bug: https://bugs.gentoo.org/649642 | |||
2018-03-16 | Introduce a context manager for multiprocessing.Pool | Michał Górny | |
2018-03-13 | tests: Fix one more cross-fs test to test for mountpoint | Michał Górny | |
2018-03-11 | Bump to v12.0 | Michał Górny | |
2018-02-22 | cli: Add -x option to prevent crossing filesystem boundaries | Michał Górny | |
2018-02-22 | Allow cross-device Manifests by default | Michał Górny | |
Default to allowing cross-device Manifests for better compatibility. This avoids issues with overlayfs, and also makes gemato behave more like other tools (rsync, find, cp) that allow crossing filesystems by default. | |||
2018-02-22 | verify: Account for EOPNOTSUPP when opening sockets on FBSD | Michał Górny | |
2018-02-22 | cli: Split common RecursiveManifestLoader options into mixin | Michał Górny | |
2018-02-22 | cli: Remove __slots__ (they do not like mixins) | Michał Górny | |