Package: libmina-sshd-java / 2.13.2-3

Metadata

Package Version Patches format
libmina-sshd-java 2.13.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_manifest_in_Maven.patch | (download)

pom.xml | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 skip the creation of the manifest file by maven, we handle it
 with javahelper
managing_test_dependencies.patch | (download)

sshd-cli/pom.xml | 4 2 + 2 - 0 !
sshd-contrib/pom.xml | 4 2 + 2 - 0 !
sshd-core/pom.xml | 15 1 + 14 - 0 !
sshd-git/pom.xml | 4 2 + 2 - 0 !
sshd-ldap/pom.xml | 4 2 + 2 - 0 !
sshd-mina/pom.xml | 12 2 + 10 - 0 !
sshd-netty/pom.xml | 12 2 + 10 - 0 !
sshd-openpgp/pom.xml | 2 1 + 1 - 0 !
sshd-putty/pom.xml | 2 1 + 1 - 0 !
sshd-scp/pom.xml | 4 2 + 2 - 0 !
sshd-sftp/pom.xml | 4 2 + 2 - 0 !
sshd-spring-sftp/pom.xml | 4 2 + 2 - 0 !
12 files changed, 21 insertions(+), 50 deletions(-)

 using the tests classifier instead of the test-jar type to comply
 with the Debian-packaged Maven. Also coping with the reusable-tests artifact
 of sshd-core.
PEM_classes.patch | (download)

sshd-common/src/test/java/org/apache/sshd/common/config/keys/loader/pem/PKCS8PEMResourceKeyPairParserTest.java | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

 pem classes are currently not packaged in debian
no_testcontainers.patch | (download)

sshd-core/pom.xml | 21 21 + 0 - 0 !
sshd-scp/pom.xml | 16 16 + 0 - 0 !
sshd-sftp/pom.xml | 17 17 + 0 - 0 !
3 files changed, 54 insertions(+)

 org.testcontainers classes are not packaged in debian
overriding_IoHandler.patch | (download)

sshd-mina/src/main/java/org/apache/sshd/mina/MinaAcceptor.java | 6 6 + 0 - 0 !
sshd-mina/src/main/java/org/apache/sshd/mina/MinaConnector.java | 6 6 + 0 - 0 !
2 files changed, 12 insertions(+)

 adding (empty) overrides of the event() method in iohandler, this
 method having being added in a recent version of mina2
skip_tests_requiring_networks.patch | (download)

sshd-common/src/test/java/org/apache/sshd/client/config/hosts/HostConfigEntryTest.java | 2 2 + 0 - 0 !
sshd-core/src/test/java/org/apache/sshd/client/ClientTest.java | 2 2 + 0 - 0 !
sshd-core/src/test/java/org/apache/sshd/client/simple/SimpleSessionClientTest.java | 2 2 + 0 - 0 !
sshd-core/src/test/java/org/apache/sshd/common/auth/HostBasedAuthenticationTest.java | 3 3 + 0 - 0 !
sshd-core/src/test/java/org/apache/sshd/common/forward/PortForwardingTest.java | 6 6 + 0 - 0 !
sshd-core/src/test/java/org/apache/sshd/common/forward/Sshd1033Test.java | 5 5 + 0 - 0 !
6 files changed, 20 insertions(+)

 skipping the tests that need a network access to be run
missing_test_classes.patch | (download)

sshd-ldap/src/test/java/org/apache/sshd/ldap/LdapPasswordAuthenticatorTest.java | 2 2 + 0 - 0 !
sshd-ldap/src/test/java/org/apache/sshd/ldap/LdapPublickeyAuthenticatorTest.java | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 skipping tests that raise messages about missing classes at
 runtime
skip_reruns.patch | (download)

sshd-mina/pom.xml | 1 1 + 0 - 0 !
sshd-netty/pom.xml | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+)

 skip some reruns:
 - reading files from classpath does not work correctly with the reusable test
   jar
 - also some issues with the reusable test jar and netty tests
 .
 To run into these problems, build the package in an environment with 1 CPU.
handling_FileStore.patch | (download)

sshd-sftp/src/test/java/org/apache/sshd/sftp/client/extensions/helpers/SpaceAvailableExtensionImplTest.java | 49 25 + 24 - 0 !
1 file changed, 25 insertions(+), 24 deletions(-)

 loopiing over available filestore's instead of using
 java.nio.file.Files.getFileStore(Path) in a test, which leads to build
 failures on Debian buildds under certain conditions