diff options
author | Thomas Wolf <twolf@apache.org> | 2024-08-10 19:36:50 +0200 |
---|---|---|
committer | Thomas Wolf <twolf@apache.org> | 2024-08-10 19:36:50 +0200 |
commit | 299a7348eb318a0199226c1e633cc46c659d76d3 (patch) | |
tree | 60d184421df618c52b636fceb4ab1858675a52ba /org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF | |
parent | a5e123349c921bd6850e8d11d00ea142422dddba (diff) | |
download | jgit-299a7348eb318a0199226c1e633cc46c659d76d3.tar.gz jgit-299a7348eb318a0199226c1e633cc46c659d76d3.zip |
[ssh] Bump Apache MINA sshd 2.13.1 -> 2.13.2
Apache MINA 2.13.[01] had a bug in the new sntrup761x25519-sha256 KEX
exchange that was fixed in 2.13.2.[1]
This is the only upstream code change. Bump the lower bound in the
MANIFEST.MFs to 2.13.2 to avoid we ever use the broken 2.13.[01].
[1] https://github.com/apache/mina-sshd/issues/525
Change-Id: I5904f9826f99c46b50abc634153f90035646ce50
Signed-off-by: Thomas Wolf <twolf@apache.org>
Diffstat (limited to 'org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF index a3777ffdda..ee65b851a2 100644 --- a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF @@ -8,31 +8,31 @@ Bundle-Localization: OSGI-INF/l10n/plugin Bundle-Vendor: %Bundle-Vendor Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-17 -Import-Package: org.apache.sshd.common;version="[2.13.0,2.14.0)", - org.apache.sshd.common.config.keys;version="[2.13.0,2.14.0)", - org.apache.sshd.common.file.virtualfs;version="[2.13.0,2.14.0)", - org.apache.sshd.common.helpers;version="[2.13.0,2.14.0)", - org.apache.sshd.common.io;version="[2.13.0,2.14.0)", - org.apache.sshd.common.kex;version="[2.13.0,2.14.0)", - org.apache.sshd.common.keyprovider;version="[2.13.0,2.14.0)", - org.apache.sshd.common.session;version="[2.13.0,2.14.0)", - org.apache.sshd.common.signature;version="[2.13.0,2.14.0)", - org.apache.sshd.common.util.buffer;version="[2.13.0,2.14.0)", - org.apache.sshd.common.util.logging;version="[2.13.0,2.14.0)", - org.apache.sshd.common.util.security;version="[2.13.0,2.14.0)", - org.apache.sshd.common.util.threads;version="[2.13.0,2.14.0)", - org.apache.sshd.core;version="[2.13.0,2.14.0)", - org.apache.sshd.server;version="[2.13.0,2.14.0)", - org.apache.sshd.server.auth;version="[2.13.0,2.14.0)", - org.apache.sshd.server.auth.gss;version="[2.13.0,2.14.0)", - org.apache.sshd.server.auth.keyboard;version="[2.13.0,2.14.0)", - org.apache.sshd.server.auth.password;version="[2.13.0,2.14.0)", - org.apache.sshd.server.command;version="[2.13.0,2.14.0)", - org.apache.sshd.server.session;version="[2.13.0,2.14.0)", - org.apache.sshd.server.shell;version="[2.13.0,2.14.0)", - org.apache.sshd.server.subsystem;version="[2.13.0,2.14.0)", - org.apache.sshd.sftp;version="[2.13.0,2.14.0)", - org.apache.sshd.sftp.server;version="[2.13.0,2.14.0)", +Import-Package: org.apache.sshd.common;version="[2.13.2,2.14.0)", + org.apache.sshd.common.config.keys;version="[2.13.2,2.14.0)", + org.apache.sshd.common.file.virtualfs;version="[2.13.2,2.14.0)", + org.apache.sshd.common.helpers;version="[2.13.2,2.14.0)", + org.apache.sshd.common.io;version="[2.13.2,2.14.0)", + org.apache.sshd.common.kex;version="[2.13.2,2.14.0)", + org.apache.sshd.common.keyprovider;version="[2.13.2,2.14.0)", + org.apache.sshd.common.session;version="[2.13.2,2.14.0)", + org.apache.sshd.common.signature;version="[2.13.2,2.14.0)", + org.apache.sshd.common.util.buffer;version="[2.13.2,2.14.0)", + org.apache.sshd.common.util.logging;version="[2.13.2,2.14.0)", + org.apache.sshd.common.util.security;version="[2.13.2,2.14.0)", + org.apache.sshd.common.util.threads;version="[2.13.2,2.14.0)", + org.apache.sshd.core;version="[2.13.2,2.14.0)", + org.apache.sshd.server;version="[2.13.2,2.14.0)", + org.apache.sshd.server.auth;version="[2.13.2,2.14.0)", + org.apache.sshd.server.auth.gss;version="[2.13.2,2.14.0)", + org.apache.sshd.server.auth.keyboard;version="[2.13.2,2.14.0)", + org.apache.sshd.server.auth.password;version="[2.13.2,2.14.0)", + org.apache.sshd.server.command;version="[2.13.2,2.14.0)", + org.apache.sshd.server.session;version="[2.13.2,2.14.0)", + org.apache.sshd.server.shell;version="[2.13.2,2.14.0)", + org.apache.sshd.server.subsystem;version="[2.13.2,2.14.0)", + org.apache.sshd.sftp;version="[2.13.2,2.14.0)", + org.apache.sshd.sftp.server;version="[2.13.2,2.14.0)", org.eclipse.jgit.annotations;version="[7.0.0,7.1.0)", org.eclipse.jgit.api;version="[7.0.0,7.1.0)", org.eclipse.jgit.api.errors;version="[7.0.0,7.1.0)", |