Debian Patches
Status for rust-sequoia-openpgp/1.1.0-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cleanup-deps.patch | Clean up dependencies for sequoia-openpgp: drop all crypto-crng and windows stuff And we fake out the "vendored-nettle" thing, since on debian, nettle is linked dynamically |
no | ||||
Short-circuit-regex-alternations-with-empty.patch | [PATCH] openpgp: Short-circuit regex alternations with empty branches. - The regex 'a|b|' is an alternation of three branches: 'a', 'b', and ''. The last branch matches anything, so the alternation matches anything, and therefore the whole thing can be elided. - This is required for regex <= 1.3.7, which doesn't support empty alternations. - Unfortunately, this is the version in Debian Bullseye. - Fixes #694. |
"Neal H. Walfield" <neal@pep.foundation> | no | 2021-03-23 | ||
clarify-32-bit-time_t-test.patch | diff --git a/src/types/timestamp.rs b/src/types/timestamp.rs index c253efbe..af318c29 100644 |
yes |