This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from 2a13d8ccb Fix test
new 1693f478f ChaCha20: simplify initializing the Poly1305 Mac
new 3f32b3a70 [osgi] Bump upper bound for org.bouncycastle to 3.0.0
new f7fd08995 BouncyCastleAccessor: completely separate paths for BC and
BC-FIPS
add 078ea5f08 Bump org.owasp:dependency-check-maven from 12.1.6 to 12.1.7
(#839)
add 2bb67e61d Bump org.owasp:dependency-check-maven from 12.1.7 to 12.1.8
(#840)
add 794122f0b fix: negate followLinks flag for checkSymlinkState (#843)
add f98873919 [releng] Fix surefire config
new 576ae31f8 Merge branch 'master' into 3.0.0
new bf606d26d Fix Javadoc problems
new aa9c94bbe [releng] Release preparation for 3.0.0-M2
new 2081ffa13 [maven-release-plugin] prepare release sshd-3.0.0-M2
new d85220e79 [maven-release-plugin] prepare for next development iteration
new b327b81b6 Post-release documentation updates
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.md | 56 +++-----------
CHANGES.md => docs/changes/3.0.0-M2.md | 29 +++-----
pom.xml | 25 +++++--
sshd-benchmarks/pom.xml | 1 +
.../sshd/common/cipher/AbstractChaCha20Cipher.java | 2 +
.../apache/sshd/common/cipher/ChaCha20Cipher.java | 1 -
.../sshd/common/config/keys/BuiltinIdentities.java | 1 -
.../apache/sshd/common/config/keys/KeyUtils.java | 18 ++---
.../common/config/keys/PrivateKeyEntryDecoder.java | 4 +-
.../config/keys/PublicKeyRawDataDecoder.java | 3 +-
.../keys/impl/AbstractIdentityResourceLoader.java | 4 +-
.../config/keys/impl/AbstractKeyEntryResolver.java | 4 +-
.../keys/impl/AbstractPublicKeyEntryDecoder.java | 8 +-
.../openssh/OpenSSHKeyPairResourceParser.java | 1 -
.../bouncycastle/BouncyCastleAccessor.java | 47 ++++++------
.../sshd/common/cipher/ChaCha20CipherFactory.java | 23 +++---
.../apache/sshd/common/channel/LocalWindow.java | 2 +-
.../apache/sshd/common/channel/RemoteWindow.java | 2 +-
.../org/apache/sshd/core/CoreModuleProperties.java | 2 +-
sshd-osgi/pom.xml | 5 +-
.../apache/sshd/putty/AbstractPuttyKeyDecoder.java | 4 +-
.../sshd/putty/PuttyKeyPairResourceParser.java | 2 -
.../sftp/server/AbstractSftpSubsystemHelper.java | 2 +-
.../org/apache/sshd/sftp/server/SftpSubsystem.java | 2 +-
.../apache/sshd/sftp/client/SftpVersionsTest.java | 85 ++++++++++++++++++++++
sshd-site/src/site/markdown/index.md | 10 ++-
sshd-test/pom.xml | 1 +
27 files changed, 189 insertions(+), 155 deletions(-)
copy CHANGES.md => docs/changes/3.0.0-M2.md (78%)