[PR #251] [MERGED] Update module github.com/refraction-networking/utls to v1.6.4 #296

Closed
opened 2026-02-26 12:34:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cbeuw/Cloak/pull/251
Author: @renovate[bot]
Created: 2/22/2024
Status: Merged
Merged: 4/11/2024
Merged by: @cbeuw

Base: masterHead: renovate/github.com-refraction-networking-utls-1.x


📝 Commits (1)

  • 1cc4a1f Update module github.com/refraction-networking/utls to v1.6.4

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/refraction-networking/utls v1.6.2 -> v1.6.4 age adoption passing confidence

Release Notes

refraction-networking/utls (github.com/refraction-networking/utls)

v1.6.4: bugfix: UConn incorrectly inherits Conn methods

Compare Source

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4

v1.6.3: Cryptographically Secured Shuffle

Compare Source

Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from math/rand. This patch is for some much restrictive platforms such as WebAssembly -- on which math/rand may generate deterministic output (e.g., same random number series from each cold start).

What's Changed

Full Changelog: https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


🔄 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/cbeuw/Cloak/pull/251 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@cbeuw](https://github.com/cbeuw) **Base:** `master` ← **Head:** `renovate/github.com-refraction-networking-utls-1.x` --- ### 📝 Commits (1) - [`1cc4a1f`](https://github.com/cbeuw/Cloak/commit/1cc4a1f92877eea41f895a8ae7854d9b469d8fd7) Update module github.com/refraction-networking/utls to v1.6.4 ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -2) 📝 `go.sum` (+2 -0) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/refraction-networking/utls](https://togithub.com/refraction-networking/utls) | `v1.6.2` -> `v1.6.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frefraction-networking%2futls/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frefraction-networking%2futls/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frefraction-networking%2futls/v1.6.2/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frefraction-networking%2futls/v1.6.2/v1.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>refraction-networking/utls (github.com/refraction-networking/utls)</summary> ### [`v1.6.4`](https://togithub.com/refraction-networking/utls/releases/tag/v1.6.4): bugfix: UConn incorrectly inherits Conn methods [Compare Source](https://togithub.com/refraction-networking/utls/compare/v1.6.3...v1.6.4) #### What's Changed - build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/refraction-networking/utls/pull/289](https://togithub.com/refraction-networking/utls/pull/289) - fix: `(*UConn).Read()` and Secure Renegotiation by [@&#8203;gaukas](https://togithub.com/gaukas) in [https://github.com/refraction-networking/utls/pull/292](https://togithub.com/refraction-networking/utls/pull/292) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4 ### [`v1.6.3`](https://togithub.com/refraction-networking/utls/releases/tag/v1.6.3): Cryptographically Secured Shuffle [Compare Source](https://togithub.com/refraction-networking/utls/compare/v1.6.2...v1.6.3) Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from `math/rand`. This patch is for some much restrictive platforms such as WebAssembly -- on which `math/rand` may generate deterministic output (e.g., same random number series from each cold start). #### What's Changed - security: crypto/rand ShuffleChromeTLSExtensions by [@&#8203;gaukas](https://togithub.com/gaukas) in [https://github.com/refraction-networking/utls/pull/286](https://togithub.com/refraction-networking/utls/pull/286) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cbeuw/Cloak). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:34:31 +03:00
Sign in to join this conversation.
No labels
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/Cloak#296
No description provided.