Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump org.apache.sshd:sshd-core from 2.11.0 to 2.12.1 #54

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps org.apache.sshd:sshd-core from 2.11.0 to 2.12.1.

Release notes

Sourced from org.apache.sshd:sshd-core's releases.

Apache MINA SSHD 2.12.1

Introduced in 2.12.1

Bug Fixes

  • GH-458 Singleton thread pool for kex message handler flushing
  • SSHD-1338 Restore binary compatibility with 2.9.2

What's Changed

New Contributors

Full Changelog: apache/mina-sshd@sshd-2.12.0...sshd-2.12.1

Apache MINA SSHD 2.12.0

Introduced in 2.12.0

Bug Fixes

  • [GH-428/GH-392](apache/mina-sshd#428) SCP client fails silently when error signalled due to missing file or lacking permissions
  • GH-434 Ignore unknown key types from agent or in OpenSSH host keys extension

New Features

Behavioral changes and enhancements

New ScpTransferEventListener callback method

Following [GH-428/GH-392](apache/mina-sshd#428) a new handleReceiveCommandAckInfo method has been added to enable users to inspect acknowledgements of a receive related command. The user is free to inspect the command that was attempted as well as the response code and decide how to handle it - including even throwing an exception if OK status (if this makes sense for whatever reason). The default implementation checks for ERROR code and throws an exception if so.

OpenSSH protocol extension: strict key exchange

GH-445 implements an extension to the SSH protocol introduced in OpenSSH 9.6. This "strict key exchange" extension hardens the SSH key exchange against the "Terrapin attack" (CVE-2023-48795). The extension is active if both parties announce their support for it at the start of the initial key exchange. If only one party announces support, it is not activated to ensure compatibility with SSH implementations that do not implement it. Apache MINA sshd clients and servers always announce their support for strict key exchange.

... (truncated)

Changelog

Sourced from org.apache.sshd:sshd-core's changelog.

Version 2.10.0 to 2.11.0

Version 2.11.0 to 2.12.0

Version 2.12.0 to 2.12.1

Planned for next version

Bug Fixes

New Features

Behavioral changes and enhancements

Potential compatibility issues

Major Code Re-factoring

Commits
  • 9ceba3e [maven-release-plugin] prepare release sshd-2.12.1
  • 1525fd3 Prepare changelog for release
  • 6c45997 Update CHANGES.md
  • 7d77e6d Use a singleton threadpool for kex message handler flushing (#459) (fixes #458)
  • 7498f7a Update CHANGES.md
  • 8744f06 [SSHD-1338] Restore binary compatibility with 2.9.2
  • 44a0b1b Bump jgit 5.13.0 -> 5.13.3
  • b040109 Merge pull request #454 from swiedenfeld/patch-1
  • c8be9b8 Fix link
  • 6511fb7 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 16, 2024
@gastaldi
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.sshd-sshd-core-2.12.1 branch from 0e4ada3 to c6fcafc Compare March 28, 2024 16:46
@gastaldi gastaldi requested a review from a team March 28, 2024 16:49
@gastaldi
Copy link
Member

@dependabot recreate

Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.11.0 to 2.12.1.
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.11.0...sshd-2.12.1)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.sshd-sshd-core-2.12.1 branch from c6fcafc to 5fd554c Compare April 12, 2024 15:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #72.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.apache.sshd-sshd-core-2.12.1 branch June 19, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant