Update Rust crate libc to v0.2.162 #53

Merged
pierre merged 1 commits from renovate/libc-0.x-lockfile into master 2024-11-08 00:51:22 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.161 -> 0.2.162

Release Notes

rust-lang/libc (libc)

v0.2.162

Compare Source

Added
  • Android: fix the alignment of uc_mcontext on arm64 #​3894
  • Apple: add host_cpu_load_info #​3916
  • ESP-IDF: add a time flag #​3993
  • FreeBSD: add the CLOSE_RANGE_CLOEXEC flag#​3996
  • FreeBSD: fix test errors regarding __gregset_t #​3995
  • FreeBSD: fix tests on x86 FreeBSD 15 #​3948
  • FreeBSD: make ucontext_t and mcontext_t available on all architectures #​3848
  • Haiku: add getentropy #​3991
  • Illumos: add syncfs #​3990
  • Illumos: add some recently-added constants #​3999
  • Linux: add ioctl flags #​3960
  • Linux: add epoll busy polling parameters #​3922
  • NuttX: add pthread_[get/set]name_np #​4003
  • RTEMS: add arc4random_buf #​3989
  • Trusty OS: add initial support #​3942
  • WASIp2: expand socket support #​3981
Fixed
  • Emscripten: don't pass -lc #​4002
  • Hurd: change st_fsid field to st_dev #​3785
  • Hurd: fix the definition of utsname #​3992
  • Illumos/Solaris: fix FNM_CASEFOLD definition #​4004
  • Solaris: fix all tests #​3864
Other
  • CI: Add loongarch64 #​4000
  • CI: Check that semver files are sorted #​4018
  • CI: Re-enable the FreeBSD 15 job #​3988
  • Clean up imports and extern crate usage #​3897
  • Convert mode_t constants to octal #​3634
  • Remove the wasm32-wasi target that has been deleted upstream #​4013

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://github.com/rust-lang/libc) | dependencies | patch | `0.2.161` -> `0.2.162` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.162`](https://github.com/rust-lang/libc/releases/tag/0.2.162) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) ##### Added - Android: fix the alignment of `uc_mcontext` on arm64 [#&#8203;3894](https://github.com/rust-lang/libc/pull/3894) - Apple: add `host_cpu_load_info` [#&#8203;3916](https://github.com/rust-lang/libc/pull/3916) - ESP-IDF: add a time flag [#&#8203;3993](https://github.com/rust-lang/libc/pull/3993) - FreeBSD: add the `CLOSE_RANGE_CLOEXEC` flag[#&#8203;3996](https://github.com/rust-lang/libc/pull/3996) - FreeBSD: fix test errors regarding `__gregset_t` [#&#8203;3995](https://github.com/rust-lang/libc/pull/3995) - FreeBSD: fix tests on x86 FreeBSD 15 [#&#8203;3948](https://github.com/rust-lang/libc/pull/3948) - FreeBSD: make `ucontext_t` and `mcontext_t` available on all architectures [#&#8203;3848](https://github.com/rust-lang/libc/pull/3848) - Haiku: add `getentropy` [#&#8203;3991](https://github.com/rust-lang/libc/pull/3991) - Illumos: add `syncfs` [#&#8203;3990](https://github.com/rust-lang/libc/pull/3990) - Illumos: add some recently-added constants [#&#8203;3999](https://github.com/rust-lang/libc/pull/3999) - Linux: add `ioctl` flags [#&#8203;3960](https://github.com/rust-lang/libc/pull/3960) - Linux: add epoll busy polling parameters [#&#8203;3922](https://github.com/rust-lang/libc/pull/3922) - NuttX: add `pthread_[get/set]name_np` [#&#8203;4003](https://github.com/rust-lang/libc/pull/4003) - RTEMS: add `arc4random_buf` [#&#8203;3989](https://github.com/rust-lang/libc/pull/3989) - Trusty OS: add initial support [#&#8203;3942](https://github.com/rust-lang/libc/pull/3942) - WASIp2: expand socket support [#&#8203;3981](https://github.com/rust-lang/libc/pull/3981) ##### Fixed - Emscripten: don't pass `-lc` [#&#8203;4002](https://github.com/rust-lang/libc/pull/4002) - Hurd: change `st_fsid` field to `st_dev` [#&#8203;3785](https://github.com/rust-lang/libc/pull/3785) - Hurd: fix the definition of `utsname` [#&#8203;3992](https://github.com/rust-lang/libc/pull/3992) - Illumos/Solaris: fix `FNM_CASEFOLD` definition [#&#8203;4004](https://github.com/rust-lang/libc/pull/4004) - Solaris: fix all tests [#&#8203;3864](https://github.com/rust-lang/libc/pull/3864) ##### Other - CI: Add loongarch64 [#&#8203;4000](https://github.com/rust-lang/libc/pull/4000) - CI: Check that semver files are sorted [#&#8203;4018](https://github.com/rust-lang/libc/pull/4018) - CI: Re-enable the FreeBSD 15 job [#&#8203;3988](https://github.com/rust-lang/libc/pull/3988) - Clean up imports and `extern crate` usage [#&#8203;3897](https://github.com/rust-lang/libc/pull/3897) - Convert `mode_t` constants to octal [#&#8203;3634](https://github.com/rust-lang/libc/pull/3634) - Remove the `wasm32-wasi` target that has been deleted upstream [#&#8203;4013](https://github.com/rust-lang/libc/pull/4013) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjQiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
pierre added 1 commit 2024-11-08 00:15:29 +00:00
Update Rust crate libc to v0.2.162
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2974659adc
pierre scheduled this pull request to auto merge when all checks succeed 2024-11-08 00:15:29 +00:00
pierre merged commit fc409b2584 into master 2024-11-08 00:51:22 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: pierre/SolarEnergy#53
No description provided.