[PR #1529] [CLOSED] Bump socket2 from 0.4.0 to 0.4.1 #2395

Closed
opened 2026-03-16 08:51:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1529
Author: @dependabot[bot]
Created: 8/2/2021
Status: Closed

Base: mainHead: dependabot/cargo/socket2-0.4.1


📝 Commits (1)

  • cef3f93 Bump socket2 from 0.4.0 to 0.4.1

📊 Changes

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

View changed files

📝 Cargo.lock (+5 -5)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps socket2 from 0.4.0 to 0.4.1.

Changelog

Sourced from socket2's changelog.

0.4.1

Added

  • Add SockAddr::new
  • Support for TCP_USER_TIMEOUT.
  • Support for IP_BOUND_IF.
  • Support for IP_TRANSPARENT.
  • Enable Socket::type on all platforms.
  • Support for uclibc (for Haiku support).
  • Add DragonFly support for TCP keepalive (KEEPINTVL/KEEPCNT).
  • Documentation for proper use of SockRef::from, and the improper use.
  • Assertion in SockRef::from to ensure the raw socket valid.

Fixed

  • Compilation on Haiku.
  • Setting TCP keepalive on Haiku and OpenBSD (by not setting it as it's not supported).
  • Size check for abstract namespaces in SockAddr::unix.
  • Set noinherit on accepted sockets on Windows when opening sockets.
Commits

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/hickory-dns/hickory-dns/pull/1529 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/2/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/socket2-0.4.1` --- ### 📝 Commits (1) - [`cef3f93`](https://github.com/hickory-dns/hickory-dns/commit/cef3f93f6b32adebd267fe35e97d5c0c951f1e68) Bump socket2 from 0.4.0 to 0.4.1 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -5) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.0 to 0.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md">socket2's changelog</a>.</em></p> <blockquote> <h1>0.4.1</h1> <h2>Added</h2> <ul> <li>Add <code>SockAddr::new</code></li> <li>Support for <code>TCP_USER_TIMEOUT</code>.</li> <li>Support for <code>IP_BOUND_IF</code>.</li> <li>Support for <code>IP_TRANSPARENT</code>.</li> <li>Enable <code>Socket::type</code> on all platforms.</li> <li>Support for uclibc (for Haiku support).</li> <li>Add DragonFly support for TCP keepalive (<code>KEEPINTVL</code>/<code>KEEPCNT</code>).</li> <li>Documentation for proper use of <code>SockRef::from</code>, and the improper use.</li> <li>Assertion in <code>SockRef::from</code> to ensure the raw socket valid.</li> </ul> <h2>Fixed</h2> <ul> <li>Compilation on Haiku.</li> <li>Setting TCP keepalive on Haiku and OpenBSD (by not setting it as it's not supported).</li> <li>Size check for abstract namespaces in <code>SockAddr::unix</code>.</li> <li>Set noinherit on accepted sockets on Windows when opening sockets.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-lang/socket2/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.4.0&new-version=0.4.1)](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-03-16 08:51:23 +03:00
Sign in to join this conversation.
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/hickory-dns#2395
No description provided.