Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
clean-inc | The bundled Test::Base is outdated and causes warnings. While at it, remove other bundled modules as well (except Module::Install::*); we build depend on the separate packages instead. |
no | ||||
0001-Do-not-test-the-reason-for-decryption-failure-on-bad.patch | [PATCH] Do not test the reason for decryption failure on bad key Tests checking error message after using bad decryption key fails randomly. Some bad keys can fool the "Bad key/passphrase" heuristic in the Convert::PEM::CBC::decode() because it's a feature a stream cipher to spit out bad output on bad key. So the heuristic is just a kind service to point to the cause of the decoding failure (i.e. bad key). By probabilistic nature of the heuristic, we cannot rely on the /^Decryption failed/ error message. This patch removes these tests. CPAN RT#27574 |
=?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> | yes | debian upstream | 2014-09-05 |