[PR #3432] [MERGED] build(deps): bump libc from 0.2.178 to 0.2.180 #3843

Closed
opened 2026-03-16 12:05:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3432
Author: @dependabot[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @djc

Base: mainHead: dependabot/cargo/libc-0.2.180


📝 Commits (1)

  • 7ed2a9a build(deps): bump libc from 0.2.178 to 0.2.180

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps libc from 0.2.178 to 0.2.180.

Release notes

Sourced from libc's releases.

0.2.180

Added

  • QNX: Add missing BPF and ifreq structures (#4769)

Fixed

  • Linux, L4Re: address soundness issues of CMSG_NXTHDR (#4903)
  • Linux-like: Handle zero-sized payload differences in CMSG_NXTHDR (#4903)
  • Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#4914)
  • NetBSD: RISC-V 64: Correct mcontext type definitions (#4886)
  • uClibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc (#4915)
  • uClibc: Restructure Linux netlink module to resolve build errors (#4915)

0.2.179

With this release, we now have unstable support for 64-bit time_t on 32-bit platforms with both Musl and Glibc. Testing is appreciated!

For now, these can be enabled by setting environment variables during build:

RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64

Note that the exact configuration will change in the future. Setting the MUSL_V1_2_3 variable also enables some newer API unrelated to time_t.

Added

  • L4Re: Add uclibc aarch64 support (#4479)
  • Linux, Android: Add a generic definition for XCASE (#4847)
  • Linux-like: Add NAME_MAX (#4888)
  • Linux: Add AT_EXECVE_CHECK (#4422)
  • Linux: Add the SUN_LEN macro (#4269)
  • Linux: add getitimer and setitimer (#4890)
  • Linux: add pthread_tryjoin_n and pthread_timedjoin_np (#4887)
  • Musl: Add unstable support for 64-bit time_t on 32-bit platforms (#4463)
  • NetBSD, OpenBSD: Add interface LINK_STATE_* definitions from sys/net/if.h (#4751)
  • QuRT: Add support for Qualcomm QuRT (#4845)
  • Types: Add Padding::uninit() (#4862)

Fixed

  • Glibc: Link old version of cf{g,s}et{i,o}speed (#4882)
  • L4Re: Fixes for pthread (#4479)
  • L4re: Fix a wide variety of incorrect definitions (#4479)
  • Musl: Fix the value of CPU_SETSIZE on musl 1.2+ (#4865)
  • Musl: RISC-V: fix public padding fields in stat/stat64 (#4463)
  • Musl: s390x: Fix definition of SIGSTKSZ/MINSIGSTKSZ (#4884)

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.180 - 2026-01-08

Added

  • QNX: Add missing BPF and ifreq structures (#4769)

Fixed

  • Linux, L4Re: address soundness issues of CMSG_NXTHDR (#4903)
  • Linux-like: Handle zero-sized payload differences in CMSG_NXTHDR (#4903)
  • Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#4914)
  • NetBSD: RISC-V 64: Correct mcontext type definitions (#4886)
  • uClibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc (#4915)
  • uClibc: Restructure Linux netlink module to resolve build errors (#4915)

0.2.179 - 2025-01-03

With this release, we now have unstable support for 64-bit time_t on 32-bit platforms with both Musl and Glibc. Testing is appreciated!

For now, these can be enabled by setting environment variables during build:

RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64

Note that the exact configuration will change in the future. Setting the MUSL_V1_2_3 variable also enables some newer API unrelated to time_t.

Added

  • L4Re: Add uclibc aarch64 support (#4479)
  • Linux, Android: Add a generic definition for XCASE (#4847)
  • Linux-like: Add NAME_MAX (#4888)
  • Linux: Add AT_EXECVE_CHECK (#4422)
  • Linux: Add the SUN_LEN macro (#4269)
  • Linux: add getitimer and setitimer (#4890)
  • Linux: add pthread_tryjoin_n and pthread_timedjoin_np (#4887)
  • Musl: Add unstable support for 64-bit time_t on 32-bit platforms (#4463)
  • NetBSD, OpenBSD: Add interface LINK_STATE_* definitions from sys/net/if.h (#4751)
  • QuRT: Add support for Qualcomm QuRT (#4845)
  • Types: Add Padding::uninit() (#4862)

Fixed

  • Glibc: Link old version of cf{g,s}et{i,o}speed (#4882)
  • L4Re: Fixes for pthread (#4479)
  • L4re: Fix a wide variety of incorrect definitions (#4479)

... (truncated)

Commits
  • 4b38c69 chore: release libc 0.2.180
  • 300e643 qnx: add missing BPF and ifreq structures
  • 12fd831 ci: Add rtems to basic tier 3 checks
  • b062844 Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.
  • 676a4f8 linux: Move membarrier.h constants to src/new
  • 0803fae linux: Restructure netlink to src/new
  • 72f4c1a uclibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc
  • 757e55a netbsd/riscv64.rs: make changes so that this builds again.
  • 042f118 musl: Fix incorrect definitions of struct stat on some architectures
  • 03755c4 linux, emscripten, android, l4re: handle zero-sized payload differences in CM...
  • 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/hickory-dns/hickory-dns/pull/3432 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/libc-0.2.180` --- ### 📝 Commits (1) - [`7ed2a9a`](https://github.com/hickory-dns/hickory-dns/commit/7ed2a9a2bfc1f9d77b533ca5e33241526128f9f9) build(deps): bump libc from 0.2.178 to 0.2.180 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [libc](https://github.com/rust-lang/libc) from 0.2.178 to 0.2.180. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.180</h2> <h3>Added</h3> <ul> <li>QNX: Add missing BPF and ifreq structures (<a href="https://redirect.github.com/rust-lang/libc/pull/4769">#4769</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Linux, L4Re: address soundness issues of <code>CMSG_NXTHDR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li> <li>Linux-like: Handle zero-sized payload differences in <code>CMSG_NXTHDR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li> <li>Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (<a href="https://redirect.github.com/rust-lang/libc/pull/4914">#4914</a>)</li> <li>NetBSD: RISC-V 64: Correct <code>mcontext</code> type definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4886">#4886</a>)</li> <li>uClibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re uclibc (<a href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li> <li>uClibc: Restructure Linux <code>netlink</code> module to resolve build errors (<a href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li> </ul> <h2>0.2.179</h2> <p>With this release, we now have <em>unstable</em> support for 64-bit <code>time_t</code> on 32-bit platforms with both Musl and Glibc. Testing is appreciated!</p> <p>For now, these can be enabled by setting environment variables during build:</p> <pre lang="text"><code>RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1 RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64 </code></pre> <p>Note that the exact configuration will change in the future. Setting the <code>MUSL_V1_2_3</code> variable also enables some newer API unrelated to <code>time_t</code>.</p> <h3>Added</h3> <ul> <li>L4Re: Add uclibc aarch64 support (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> <li>Linux, Android: Add a generic definition for <code>XCASE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4847">#4847</a>)</li> <li>Linux-like: Add <code>NAME_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4888">#4888</a>)</li> <li>Linux: Add <code>AT_EXECVE_CHECK</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4422">#4422</a>)</li> <li>Linux: Add the <code>SUN_LEN</code> macro (<a href="https://redirect.github.com/rust-lang/libc/pull/4269">#4269</a>)</li> <li>Linux: add <code>getitimer</code> and <code>setitimer</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4890">#4890</a>)</li> <li>Linux: add <code>pthread_tryjoin_n</code> and <code>pthread_timedjoin_np</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4887">#4887</a>)</li> <li>Musl: Add unstable support for 64-bit <code>time_t</code> on 32-bit platforms (<a href="https://redirect.github.com/rust-lang/libc/pull/4463">#4463</a>)</li> <li>NetBSD, OpenBSD: Add interface <code>LINK_STATE_*</code> definitions from <code>sys/net/if.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4751">#4751</a>)</li> <li>QuRT: Add support for Qualcomm QuRT (<a href="https://redirect.github.com/rust-lang/libc/pull/4845">#4845</a>)</li> <li>Types: Add Padding<!-- raw HTML omitted -->::uninit() (<a href="https://redirect.github.com/rust-lang/libc/pull/4862">#4862</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Glibc: Link old version of <code>cf{g,s}et{i,o}speed</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4882">#4882</a>)</li> <li>L4Re: Fixes for <code>pthread</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> <li>L4re: Fix a wide variety of incorrect definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> <li>Musl: Fix the value of <code>CPU_SETSIZE</code> on musl 1.2+ (<a href="https://redirect.github.com/rust-lang/libc/pull/4865">#4865</a>)</li> <li>Musl: RISC-V: fix public padding fields in <code>stat/stat64</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4463">#4463</a>)</li> <li>Musl: s390x: Fix definition of <code>SIGSTKSZ</code>/<code>MINSIGSTKSZ</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4884">#4884</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.179...0.2.180">0.2.180</a> - 2026-01-08</h2> <h3>Added</h3> <ul> <li>QNX: Add missing BPF and ifreq structures (<a href="https://redirect.github.com/rust-lang/libc/pull/4769">#4769</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Linux, L4Re: address soundness issues of <code>CMSG_NXTHDR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li> <li>Linux-like: Handle zero-sized payload differences in <code>CMSG_NXTHDR</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li> <li>Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (<a href="https://redirect.github.com/rust-lang/libc/pull/4914">#4914</a>)</li> <li>NetBSD: RISC-V 64: Correct <code>mcontext</code> type definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4886">#4886</a>)</li> <li>uClibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re uclibc (<a href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li> <li>uClibc: Restructure Linux <code>netlink</code> module to resolve build errors (<a href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li> </ul> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.178...0.2.179">0.2.179</a> - 2025-01-03</h2> <p>With this release, we now have <em>unstable</em> support for 64-bit <code>time_t</code> on 32-bit platforms with both Musl and Glibc. Testing is appreciated!</p> <p>For now, these can be enabled by setting environment variables during build:</p> <pre lang="text"><code>RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1 RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64 </code></pre> <p>Note that the exact configuration will change in the future. Setting the <code>MUSL_V1_2_3</code> variable also enables some newer API unrelated to <code>time_t</code>.</p> <h3>Added</h3> <ul> <li>L4Re: Add uclibc aarch64 support (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> <li>Linux, Android: Add a generic definition for <code>XCASE</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4847">#4847</a>)</li> <li>Linux-like: Add <code>NAME_MAX</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4888">#4888</a>)</li> <li>Linux: Add <code>AT_EXECVE_CHECK</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4422">#4422</a>)</li> <li>Linux: Add the <code>SUN_LEN</code> macro (<a href="https://redirect.github.com/rust-lang/libc/pull/4269">#4269</a>)</li> <li>Linux: add <code>getitimer</code> and <code>setitimer</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4890">#4890</a>)</li> <li>Linux: add <code>pthread_tryjoin_n</code> and <code>pthread_timedjoin_np</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4887">#4887</a>)</li> <li>Musl: Add unstable support for 64-bit <code>time_t</code> on 32-bit platforms (<a href="https://redirect.github.com/rust-lang/libc/pull/4463">#4463</a>)</li> <li>NetBSD, OpenBSD: Add interface <code>LINK_STATE_*</code> definitions from <code>sys/net/if.h</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4751">#4751</a>)</li> <li>QuRT: Add support for Qualcomm QuRT (<a href="https://redirect.github.com/rust-lang/libc/pull/4845">#4845</a>)</li> <li>Types: Add Padding<!-- raw HTML omitted -->::uninit() (<a href="https://redirect.github.com/rust-lang/libc/pull/4862">#4862</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Glibc: Link old version of <code>cf{g,s}et{i,o}speed</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4882">#4882</a>)</li> <li>L4Re: Fixes for <code>pthread</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> <li>L4re: Fix a wide variety of incorrect definitions (<a href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/4b38c69e31afadbead63af49794850b5a41f7dc4"><code>4b38c69</code></a> chore: release libc 0.2.180</li> <li><a href="https://github.com/rust-lang/libc/commit/300e6438848503d4a9a0bebd32539294fe0e67a5"><code>300e643</code></a> qnx: add missing BPF and ifreq structures</li> <li><a href="https://github.com/rust-lang/libc/commit/12fd831dff0427d7dae301008069ef3fc040b6f5"><code>12fd831</code></a> ci: Add rtems to basic tier 3 checks</li> <li><a href="https://github.com/rust-lang/libc/commit/b062844024a5b2028603c636af1ed104880f8450"><code>b062844</code></a> Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.</li> <li><a href="https://github.com/rust-lang/libc/commit/676a4f8fd4e43056a2fbedfc848ef982350298ae"><code>676a4f8</code></a> linux: Move <code>membarrier.h</code> constants to <code>src/new</code></li> <li><a href="https://github.com/rust-lang/libc/commit/0803faeb89a2a1a477efbe6f604bed7ae8aeb906"><code>0803fae</code></a> linux: Restructure <code>netlink</code> to <code>src/new</code></li> <li><a href="https://github.com/rust-lang/libc/commit/72f4c1a5db719788f771d2ce83661295385a84f4"><code>72f4c1a</code></a> uclibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re uclibc</li> <li><a href="https://github.com/rust-lang/libc/commit/757e55a3f0adcd1261e44be340eced8d865ce5e2"><code>757e55a</code></a> netbsd/riscv64.rs: make changes so that this builds again.</li> <li><a href="https://github.com/rust-lang/libc/commit/042f118911f93e688e9b28003293e423e0bc84fe"><code>042f118</code></a> musl: Fix incorrect definitions of struct stat on some architectures</li> <li><a href="https://github.com/rust-lang/libc/commit/03755c4f7024ff4015231fc7a3cdab3931aff3d3"><code>03755c4</code></a> linux, emscripten, android, l4re: handle zero-sized payload differences in CM...</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.178...0.2.180">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libc&package-manager=cargo&previous-version=0.2.178&new-version=0.2.180)](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-03-16 12:05:40 +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#3843
No description provided.