Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Bump sshd-common from 2.9.2 to 2.10.0 #60

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps sshd-common from 2.9.2 to 2.10.0.

Changelog

Sourced from sshd-common's changelog.

Version 2.9.1 to 2.9.2

Version 2.9.2 to 2.10.0

Planned for next version

Bug Fixes

  • GH-370 Also compare file keys in ModifiableFileWatcher.

  • GH-371 Fix channel pool in SftpFileSystem.

  • GH-383 Use correct default OpenOptions in SftpFileSystemProvider.newFileChannel().

  • GH-384 Use correct lock modes for SFTP FileChannel.lock().

  • GH-388 ScpClient: support issuing commands to a server that uses a non-UTF-8 locale.

  • SSHD-1259 Consider all applicable host keys from the known_hosts files.

  • SSHD-1310 SftpFileSystem: do not close user session.

  • SSHD-1327 ChannelAsyncOutputStream: remove write future when done.

  • SSHD-1332 (Regression in 2.10.0) Resolve ~ in IdentityFile file names in HostConfigEntry.

New Features

Major Code Re-factoring

As part of the fix for GH-371 the channel pool in SftpFileSystem was rewritten completely. Previous code also used ThreadLocals to store SftpClients, which could cause memory leaks.

These ThreadLocals have been removed, and the channel pool has been rewritten to function similar to a Java ThreadPool: the pool has a maximum size; it has an expiration duration after which an idle channel is removed and closed, and it has a "core size" of channels to keep even if they are idle. If a channel is closed for any reason it is evicted from the pool.

Properties to configure these pool parameters have been added to SftpModuleProperties.

Commits
  • b8429ca [maven-release-plugin] prepare release sshd-2.10.0
  • 2406cbe Prepare 2.10.0 release
  • a61e930 [SSHD-1234] Rooted file system can leak informations
  • f9970ab Remove unwanted reverse lookup
  • d4b951a GH-364: Use flags for RSA signature requests in AbstractAgentClient
  • 9f5c03a Bump spring-core from 5.3.26 to 5.3.27
  • f06217f [releng] OSGi: Ensure the BC security provider can be found
  • 5c80258 Add a test for GH-351
  • c11bfcc GH-281: Follow first-match semantics specified for ssh config file
  • f887414 OpenSSH key parsing: minor clean-ups in new AEAD code paths
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sshd-common](https://github.com/apache/mina-sshd) from 2.9.2 to 2.10.0.
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.9.2...sshd-2.10.0)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 10, 2023 21:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@sumoanema sumoanema closed this Aug 16, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 16, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.apache.sshd-sshd-common-2.10.0 branch August 16, 2023 09:14
@sumoanema
Copy link
Contributor

sumoanema commented Aug 16, 2023

This branch is getting archived and the plugin will be maintained in jenkins repo itself - https://github.com/jenkinsci/sumologic-publisher-plugin as suggested by Jenkins open source team in this ticket - jenkins-infra/helpdesk#3670 .. in the jenkins repo this issue is already fixed. Closing this ticket before archiving the branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant