[PR #17] [CLOSED] Bump golang.org/x/sys from 0.6.0 to 0.7.0 #18

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/17
Author: @dependabot[bot]
Created: 4/5/2023
Status: Closed

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


📝 Commits (1)

  • 6fe7147 Bump golang.org/x/sys from 0.6.0 to 0.7.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.6.0 to 0.7.0.

Commits
  • 64840c1 unix: add bindings for setattrlist() on macOS
  • 90abad3 unix: add AT_EACCESS on Darwin
  • 94933fc windows: fix constant values for JobObjectInformationClass
  • 00d8004 unix: match ioctl req argument type to libc type
  • d0781cc unix: make solaris syscall tests less flaky
  • ff18efa unix: change Setrlimit/Prlimit to always call syscall functions
  • 494aa49 unix: skip ip related tests if EAFNOSUPPORT raised
  • See full diff 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/17 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/5/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/golang.org/x/sys-0.7.0` --- ### 📝 Commits (1) - [`6fe7147`](https://github.com/Crosse/font-install/commit/6fe7147be9ce2e6d492292120f0f514e201c5c03) Bump golang.org/x/sys from 0.6.0 to 0.7.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.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/64840c112d2335ed9874114aed48f946e778a769"><code>64840c1</code></a> unix: add bindings for setattrlist() on macOS</li> <li><a href="https://github.com/golang/sys/commit/90abad3705b20ab7ec085959e4fe6f164d873906"><code>90abad3</code></a> unix: add AT_EACCESS on Darwin</li> <li><a href="https://github.com/golang/sys/commit/94933fc7d00c3c66a066f331c42ad25d21fbb7dd"><code>94933fc</code></a> windows: fix constant values for JobObjectInformationClass</li> <li><a href="https://github.com/golang/sys/commit/00d8004a14487f8c7b7fdfe44b95e9f6c4590f5f"><code>00d8004</code></a> unix: match ioctl req argument type to libc type</li> <li><a href="https://github.com/golang/sys/commit/d0781cc69bfe157df30acb4a8774b3a3ad20b2f5"><code>d0781cc</code></a> unix: make solaris syscall tests less flaky</li> <li><a href="https://github.com/golang/sys/commit/ff18efa0a3fa22d4fede381b822bbcfe53b7ee7c"><code>ff18efa</code></a> unix: change Setrlimit/Prlimit to always call syscall functions</li> <li><a href="https://github.com/golang/sys/commit/494aa493ccb0c797af52f75ff7839a241bb26cdd"><code>494aa49</code></a> unix: skip ip related tests if EAFNOSUPPORT raised</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.6.0...v0.7.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.6.0&new-version=0.7.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#18
No description provided.