Patch |
File delta |
Description |
0001 Adapt to recent PHPUnit.patch | (download) |
tests/Functional/Net/SFTPUserStoryTest.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
adapt to recent phpunit
|
0002 phpcbf run.patch | (download) |
phpseclib/Net/SFTP.php |
1 0 + 1 - 0 !
tests/Functional/Net/SCPSSH2UserStoryTest.php |
6 3 + 3 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
11 6 + 5 - 0 !
tests/make_compatible_with_phpunit9.php |
2 1 + 1 - 0 !
4 files changed, 10 insertions(+), 10 deletions(-) |
phpcbf run
|
0003 Drop test failing on pbuilder.patch | (download) |
tests/Unit/File/X509/X509Test.php |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
drop test failing on pbuilder
To be investigated
|
0004 Compatibility with recent PHPUnit 8.patch | (download) |
tests/Functional/Net/SCPSSH2UserStoryTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SFTPLargeFileTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SFTPTestCase.php |
4 2 + 2 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
2 1 + 1 - 0 !
tests/Functional/Net/SSH2AgentTest.php |
2 1 + 1 - 0 !
tests/PhpseclibFunctionalTestCase.php |
2 1 + 1 - 0 !
tests/PhpseclibTestCase.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/McryptTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/OpenSSLTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/AES/PurePHPTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/Hash/TestCase.php |
4 2 + 2 - 0 !
tests/Unit/Math/BigInteger/BCMathTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/GMPTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/InternalOpenSSLTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/InternalTest.php |
2 1 + 1 - 0 !
tests/Unit/Math/BigInteger/TestCase.php |
2 1 + 1 - 0 !
tests/Unit/Net/SFTPStreamUnitTest.php |
2 1 + 1 - 0 !
17 files changed, 19 insertions(+), 19 deletions(-) |
compatibility with recent phpunit (8)
|
0005 Compatibility with recent PHPUnit 9.patch | (download) |
tests/PhpseclibTestCase.php |
8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-) |
compatibility with recent phpunit (9)
|
0006 Update bootstrap path for Debian.patch | (download) |
composer.json |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
update bootstrap path for debian
|
0007 Adapt to recent version of PHPUnit 10.patch | (download) |
tests/Functional/Net/SSH2Test.php |
2 1 + 1 - 0 !
tests/PhpseclibTestCase.php |
44 0 + 44 - 0 !
tests/Unit/Net/SSH1Test.php |
2 1 + 1 - 0 !
tests/Unit/Net/SSH2UnitTest.php |
2 1 + 1 - 0 !
4 files changed, 3 insertions(+), 47 deletions(-) |
adapt to recent version of phpunit (10)
|
0008 Drop test failing on PHPUnit 10.patch | (download) |
tests/Functional/Net/SFTPUserStoryTest.php |
8 0 + 8 - 0 !
1 file changed, 8 deletions(-) |
drop test failing on phpunit 10
Revert "Tests: add test for connecting to non-existant host"
This reverts commit 9b587a87c0b7325bf13b93b2f6e639a980d461ea.
Bug-Debian: https://bugs.debian.org/1039832
|
0009 Drop failing test on s390x architecture.patch | (download) |
tests/Unit/Crypt/RSA/LoadKeyTest.php |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
drop failing test on s390x architecture
|
0010 Make provider classes static PHPUnit 11 fix.patch | (download) |
tests/Unit/Crypt/AES/TestCase.php |
4 2 + 2 - 0 !
tests/Unit/Crypt/BlowfishTest.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/RC2Test.php |
4 2 + 2 - 0 !
tests/Unit/Crypt/RC4Test.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/RandomTest.php |
4 2 + 2 - 0 !
tests/Unit/Crypt/TripleDESTest.php |
6 3 + 3 - 0 !
tests/Unit/Net/SSH1Test.php |
2 1 + 1 - 0 !
tests/Unit/Net/SSH2UnitTest.php |
2 1 + 1 - 0 !
8 files changed, 13 insertions(+), 13 deletions(-) |
make provider classes static (phpunit 11 fix)
Bug-Debian: https://bugs.debian.org/1070624
|
0011 Group nophpunit11 for tests failing with PHPUnit 11.patch | (download) |
tests/Unit/Crypt/RC2Test.php |
2 1 + 1 - 0 !
tests/Unit/Crypt/TripleDESTest.php |
2 1 + 1 - 0 !
tests/Unit/Net/SSH2UnitTest.php |
8 7 + 1 - 0 !
3 files changed, 9 insertions(+), 3 deletions(-) |
group nophpunit11 for tests failing with phpunit 11
|
0012 Modernize PHPUnit syntax.patch | (download) |
tests/Functional/Net/SCPSSH2UserStoryTest.php |
8 5 + 3 - 0 !
tests/Functional/Net/SFTPUserStoryTest.php |
157 46 + 111 - 0 !
tests/Functional/Net/SSH2AgentTest.php |
6 3 + 3 - 0 !
tests/Functional/Net/SSH2Test.php |
37 14 + 23 - 0 !
tests/Unit/Crypt/AES/TestCase.php |
5 5 + 0 - 0 !
tests/Unit/Crypt/BlowfishTest.php |
3 3 + 0 - 0 !
tests/Unit/Crypt/Hash/MD5Test.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/Hash/SHA256Test.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/Hash/SHA256_96Test.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/Hash/SHA512Test.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/Hash/SHA512_96Test.php |
4 4 + 0 - 0 !
tests/Unit/Crypt/RC2Test.php |
6 3 + 3 - 0 !
tests/Unit/Crypt/RC4Test.php |
3 3 + 0 - 0 !
tests/Unit/Crypt/RandomTest.php |
4 3 + 1 - 0 !
tests/Unit/Crypt/TripleDESTest.php |
8 5 + 3 - 0 !
tests/Unit/Net/SSH1Test.php |
3 3 + 0 - 0 !
tests/Unit/Net/SSH2UnitTest.php |
18 9 + 9 - 0 !
17 files changed, 122 insertions(+), 156 deletions(-) |
modernize phpunit syntax
|