Package: php-crypt-gpg / 1.6.7-2
Metadata
Package | Version | Patches format |
---|---|---|
php-crypt-gpg | 1.6.7-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Group write if write access is needed.patch | (download) |
Crypt_GPG-1.6.7/tests/GeneralTest.php |
3 3 0 - 0 ! |
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. |
testExportPrivateKey_with_bad_pass Ignore E_NOTICE report.patch | (download) |
Crypt_GPG-1.6.7/tests/ExportPrivateKeyTest.php |
1 1 0 - 0 ! |
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. Bug-Debian: https://bugs.debian.org/1006028 |
1