boinkor-net / hoopsnake

A not-very-featureful SSH server for initrd that listens on your tailscale network
https://github.com/boinkor-net/hoopsnake
Apache License 2.0
2 stars 1 forks source link

Bump the gomod group with 3 updates #23

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the gomod group with 3 updates: golang.org/x/crypto, golang.org/x/oauth2 and tailscale.com.

Updates golang.org/x/crypto from 0.21.0 to 0.22.0

Commits
  • d042a39 go.mod: update golang.org/x dependencies
  • b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts
  • 6f79b5a ssh: add server side multi-step authentication
  • 8d0d405 x/crypto/chacha20: cleanup chacha_ppc64le.s
  • b91329d all: remove redundant words in comments and fix some typos
  • See full diff in compare view


Updates golang.org/x/oauth2 from 0.18.0 to 0.19.0

Commits
  • d0e617c google: add Credentials.UniverseDomainProvider
  • 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  • 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  • 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
  • See full diff in compare view


Updates tailscale.com from 1.62.1 to 1.64.1

Release notes

Sourced from tailscale.com's releases.

v1.64.1

Synology

  • Fixed: No longer freezes for a few minutes at startup when attempting to clean unused routes

v1.64.0

All platforms

macOS

  • New: Access a new Internet Access Policy for Little Snitch users
  • New: Receive alerts when an error occurs while changing client preferences
  • New: Use Tailscale for macOS as a Tailscale SSH client (Standalone variant only)
  • New: tailscale ssh and tailscale nc are now supported in the Standalone variant of the client.
  • Changed: The .pkg installer no longer requires a system restart after installing the client (Standalone variant only)
  • Fixed: Reduced number of alerts if the network extension terminates unexpectedly
  • Fixed: Unexpected terminations for some macOS 10.15 Catalina users

iOS

  • Fixed: Improved reliability of the ping chart presentation

Synology

  • New: Update certificates using the configure synology-cert CLI command
  • Fixed: IPv6 addresses are available again
Commits
  • 02a96c8 VERSION.txt: this is v1.64.1
  • ab4f9d2 wgengine/router: don't attempt route cleanup on Synology
  • 78dc862 VERSION.txt: this is v1.64.0
  • a2eb1c2 wgengine/magicsock: allow disco communication without known endpoints
  • 7f4cda2 scripts/installer.sh: add rpm GPG key import (#11686)
  • 8fa3026 tsweb: switch to fastuuid for request ID generation
  • d0f3fa7 util/fastuuid: add a more efficient uuid generator
  • db760d0 cmd/tailscaled: move cleanup to an implicit action during startup
  • 8d83add util/winutil/winenv: add package for current Windows environment details
  • da4e92b cmd/tailscale/cli: prefix all --help usages with "tailscale ...", some tidying
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #24.