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
4 stars 1 forks source link

Bump the gomod group across 1 directory with 2 updates #40

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the gomod group with 2 updates in the / directory: golang.org/x/crypto and tailscale.com.

Updates golang.org/x/crypto from 0.24.0 to 0.25.0

Commits
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • 1c74500 ssh/test: make struct comment match struct name
  • d4e7c9c ssh: fail client auth immediately on receiving disconnect message
  • See full diff in compare view


Updates tailscale.com from 1.66.4 to 1.68.2

Release notes

Sourced from tailscale.com's releases.

v1.68.2

All Platforms

  • Fixed: Tailnet lock validation of rotation signatures now permits multiple nodes signed by the same pre-signed reusable auth key.

macOS, iOS

  • Changed: Wake from sleep reliability is improved for re-connections and transitions between networks.

v1.68.1

All Platforms

Linux

  • Fixed: Tailscale SSH access to Security-Enhanced Linux (SELinux) machines works as expected.

v1.68.0

All Platforms

  • Changed: Build Tailscale with Go 1.22.4
  • New: Auto-updates are allowed in containers, but ignore the tailnet-wide default
  • New: Apply auto-updates even if the node is down or disconnected from the coordination server.
  • New: tailscale lock status now prints the node's signature.

Windows

  • Changed: The exe installer no longer has the ability to automatically download MSI packages for Windows 7 and Windows 8. See the v1.42.0 changelog for our initial end of life annoucement.

macOS

  • New: The Standalone variant of Tailscale can now install the Tailscale CLI in /usr/local/bin for quicker and easier access.
  • New: Tailscale now detects any attempt to use DHCP Option 121 to misroute traffic meant for the VPN (TunnelVision attack), and presents a warning to the user. System administrators can disable this warning with a system policy.
  • New: The Standalone variant of the client now supports notifications when a file is received using Taildrop.
  • Changed: Tailscale now starts more reliably if another VPN app was running when Tailscale was enabled.
  • Changed: The .pkg installer now terminates Tailscale and the VPN extension before proceeding with the installation.
  • Fixed: Tailscale now properly detects any copy of TunnelBear installed on the Mac, and warns the user about incompatibility.
  • Fixed: Resolved an issue that could have caused “Using Exit Node” to incorrectly appear in the app menu before completing onboarding, upon first app launch.

iOS

  • Changed: Battery life is optimized by offloading DNS resolution to iOS in more cases.
  • Changed: Tailscale now starts more reliably if another VPN app was running when Tailscale was enabled.
  • Fixed: Opening the bug report view no longer copies the bug report ID to the Clipboard automatically.
  • Fixed: The Reauthenticate button within in-app key expiry notifications now works properly.
  • Fixed: Minor tweaks to UI colors when dark mode is enabled.

... (truncated)

Commits
  • c79c500 VERSION.txt: this is v1.68.2
  • 0629929 net/dns: recheck DNS config on SERVFAIL errors (#12547)
  • 1b92ce1 ipn/ipnlocal: allow multiple signature chains from the same SigCredential
  • db1691f tka: test SigCredential signatures and netmap filtering
  • 92eacec VERSION.txt: this is v1.68.1
  • a334efa ssh/tailssh: check IsSELinuxEnforcing in tailscaled process
  • 87a6138 wgengine/netstack: fix 4via6 subnet routes (#12454) (#12455)
  • 52ddf0d VERSION.txt: this is v1.68.0
  • 4c01ce9 tsnet: fix error formatting bug
  • f5936d1 kube: fix typo (#12437)
  • 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 4 months ago

Superseded by #41.