[PR #205] [MERGED] build(deps): Bump golang.org/x/crypto from 0.37.0 to 0.38.0 #207

Closed
opened 2026-02-26 18:33:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/205
Author: @dependabot[bot]
Created: 5/6/2025
Status: Merged
Merged: 5/11/2025
Merged by: @decke

Base: masterHead: dependabot/go_modules/golang.org/x/crypto-0.38.0


📝 Commits (1)

  • 9343bdc build(deps): Bump golang.org/x/crypto from 0.37.0 to 0.38.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -4)

📄 Description

Bumps golang.org/x/crypto from 0.37.0 to 0.38.0.

Commits
  • aae6e61 go.mod: update golang.org/x dependencies
  • 9c1aa6a ssh/test: reset the random source before capturing a recording
  • 8819902 ssh/test: enable Diffie-Hellman key exchange algorithms
  • 3f311e4 acme: return error from pre-authorization when unsupported
  • 1f7c62c ssh/test: skip unsupported tests on js/wasm
  • a5f8048 acme/autocert: use standard functions to pick the cache directory
  • 958cde8 Revert "chacha20: add loong64 SIMD implementation"
  • 51f005c Revert "salsa20: add loong64 SIMD implementation"
  • 7c35866 Revert "argon2: add loong64 SIMD implementation"
  • 0091fc8 Revert "blake2s: add loong64 SIMD implementation"
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/decke/smtprelay/pull/205 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/11/2025 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `dependabot/go_modules/golang.org/x/crypto-0.38.0` --- ### 📝 Commits (1) - [`9343bdc`](https://github.com/decke/smtprelay/commit/9343bdc1050cd58f7aa4e9db2ea775e46921746a) build(deps): Bump golang.org/x/crypto from 0.37.0 to 0.38.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -4) </details> ### 📄 Description Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.38.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/aae6e61070421a51c1ba3bd9bba4b9b3979ed488"><code>aae6e61</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/9c1aa6af88df97634a66726b66bb12e56d1ef6c6"><code>9c1aa6a</code></a> ssh/test: reset the random source before capturing a recording</li> <li><a href="https://github.com/golang/crypto/commit/88199028d7292312358bd6757cff1ce67cd79828"><code>8819902</code></a> ssh/test: enable Diffie-Hellman key exchange algorithms</li> <li><a href="https://github.com/golang/crypto/commit/3f311e442e372a8282abb4d82b6d59ac79a97f75"><code>3f311e4</code></a> acme: return error from pre-authorization when unsupported</li> <li><a href="https://github.com/golang/crypto/commit/1f7c62cd66d3486a9cbcec5a4614c0414e9c8dab"><code>1f7c62c</code></a> ssh/test: skip unsupported tests on js/wasm</li> <li><a href="https://github.com/golang/crypto/commit/a5f804889e33b2a69e6dc8aba18a771bae29a08f"><code>a5f8048</code></a> acme/autocert: use standard functions to pick the cache directory</li> <li><a href="https://github.com/golang/crypto/commit/958cde86ef61ba2f51186f4a59557fa82348133a"><code>958cde8</code></a> Revert &quot;chacha20: add loong64 SIMD implementation&quot;</li> <li><a href="https://github.com/golang/crypto/commit/51f005cfd443a6a8fe542c8c2e58ed138f1cbbe2"><code>51f005c</code></a> Revert &quot;salsa20: add loong64 SIMD implementation&quot;</li> <li><a href="https://github.com/golang/crypto/commit/7c358664da2071dd8c46274b0e0ba68b11f796cd"><code>7c35866</code></a> Revert &quot;argon2: add loong64 SIMD implementation&quot;</li> <li><a href="https://github.com/golang/crypto/commit/0091fc8e7c693be8d8cbfee206c04512cf4f7513"><code>0091fc8</code></a> Revert &quot;blake2s: add loong64 SIMD implementation&quot;</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.37.0...v0.38.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.37.0&new-version=0.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:33:46 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtprelay#207
No description provided.