[PR #16] [MERGED] Bump golang.org/x/sys from 0.5.0 to 0.6.0 #15

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

📋 Pull Request Information

Original PR: https://github.com/Crosse/font-install/pull/16
Author: @dependabot[bot]
Created: 3/6/2023
Status: Merged
Merged: 3/6/2023
Merged by: @dependabot[bot]

Base: mainHead: dependabot/go_modules/golang.org/x/sys-0.6.0


📝 Commits (1)

  • 7b4259c Bump golang.org/x/sys from 0.5.0 to 0.6.0

📊 Changes

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

View changed files

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

📄 Description

Bumps golang.org/x/sys from 0.5.0 to 0.6.0.

Commits
  • c7a1bf9 unix: define PerfBitWriteBackward
  • 1470852 unix: add SetsockoptTCPMD5Sig on linux
  • a6bfb89 unix: use unsafe.Slice in anyToSockaddr
  • c10701f windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows
  • 6f25076 unix: define extended TCPInfo on Linux
  • 10499f4 unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont)
  • 92c4c39 unix: add Dup3 on FreeBSD
  • 748af6e unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd
  • 972870e unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1
  • cc0b67d unix: use C.ioctl in generated ioctlPtr
  • 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 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/Crosse/font-install/pull/16 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/6/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/go_modules/golang.org/x/sys-0.6.0` --- ### 📝 Commits (1) - [`7b4259c`](https://github.com/Crosse/font-install/commit/7b4259cb065b1d61e2162da0791b89be852bc698) Bump golang.org/x/sys from 0.5.0 to 0.6.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.5.0 to 0.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/c7a1bf9a0b0aa7c0c0e35a435924dd68e64d1653"><code>c7a1bf9</code></a> unix: define PerfBitWriteBackward</li> <li><a href="https://github.com/golang/sys/commit/147085206c054f6dff27a858c8cff1f289ec5339"><code>1470852</code></a> unix: add SetsockoptTCPMD5Sig on linux</li> <li><a href="https://github.com/golang/sys/commit/a6bfb89d2fda1be39bf24b33d59fee29d65bf76f"><code>a6bfb89</code></a> unix: use unsafe.Slice in anyToSockaddr</li> <li><a href="https://github.com/golang/sys/commit/c10701f35ef59666e08611c6c06111c2f82f03a7"><code>c10701f</code></a> windows: use unsafe.Slice in (*RawSockaddrAny).Sockaddr on windows</li> <li><a href="https://github.com/golang/sys/commit/6f250766ac09a3fb1fff425169aa045caa4bbbf1"><code>6f25076</code></a> unix: define extended TCPInfo on Linux</li> <li><a href="https://github.com/golang/sys/commit/10499f4574a3c651bf6328415a89d27531035432"><code>10499f4</code></a> unix: add ioctlPtr with unsafe.Pointer arg on other unices (cont)</li> <li><a href="https://github.com/golang/sys/commit/92c4c39f76b9a9df34c8a64fb56390964eeef31c"><code>92c4c39</code></a> unix: add Dup3 on FreeBSD</li> <li><a href="https://github.com/golang/sys/commit/748af6eb5dfa1396074b92561317f5dede19bcd9"><code>748af6e</code></a> unix: pass PROT_MPROTECT(PROT_READ|PROT_WRITE) to initial Mmap on netbsd</li> <li><a href="https://github.com/golang/sys/commit/972870e3e153e88697e01686558ad3be89090771"><code>972870e</code></a> unix/linux: update to Linux kernel 6.2, glibc 2.37 and Go 1.20.1</li> <li><a href="https://github.com/golang/sys/commit/cc0b67d799194cabea9c430e8f6fb3a5ab69c76d"><code>cc0b67d</code></a> unix: use C.ioctl in generated ioctlPtr</li> <li>Additional commits viewable in <a href="https://github.com/golang/sys/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.5.0&new-version=0.6.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 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 17:39:18 +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/font-install#15
No description provided.