Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Group-write-if-write-access-is-needed.patch | Group write if write access is needed In the build and autopkgtest environment ~/.gnupg is not accessible and cannot be created, failing GeneralTestCase::testSetEngine with Crypt_GPG_FileException: The 'homedir' "…/.gnupg" is not readable or does not exist and cannot be created. This can happen if 'homedir' is not specified in the Crypt_GPG options, Crypt_GPG is run as the web user, and the web user has no home directory. |
David Prévot <david@tilapin.org> | not-needed | 2016-03-25 | ||
testExportPrivateKey_with_bad_pass-Ignore-E_NOTICE-report.patch | testExportPrivateKey_with_bad_pass(): Ignore E_NOTICE reporting. Depending on the output of a race condition gpg(1) might terminate before the call to `fwrite($fdCommand,,)` which then issues an E_NOTICE report about the EPIPE. That is allowed behavior for which we don't want PHPUnit to convert the notice into an exception. |
Guilhem Moulin <guilhem@debian.org> | no | debian | 2022-02-20 |