-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump libc from 0.2.153 to 0.2.155 #5069
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.155. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.153...0.2.155) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
bkchr
approved these changes
Jul 19, 2024
seadanda
approved these changes
Jul 20, 2024
TarekkMA
pushed a commit
to moonbeam-foundation/polkadot-sdk
that referenced
this pull request
Aug 2, 2024
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.155. <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.155</h2> <h2>What's Changed</h2> <ul> <li>Add <code>SYS_lseek</code> and <code>SYS_mmap</code> for aarch64 Android by <a href="https://github.com/lberrymage"><code>@lberrymage</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3632">rust-lang/libc#3632</a></li> <li>Correct the value of FAN_MARK_IGNORE by <a href="https://github.com/severen"><code>@severen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3622">rust-lang/libc#3622</a></li> <li>Update FreeBSD 13 CI image by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3671">rust-lang/libc#3671</a></li> <li>android: add FUTEX_LOCK_PI2 by <a href="https://github.com/rtzoeller"><code>@rtzoeller</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3635">rust-lang/libc#3635</a></li> <li>Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by <a href="https://github.com/purplesyringa"><code>@purplesyringa</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3676">rust-lang/libc#3676</a></li> <li>Revert "Support posix_spawn on Android" by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3678">rust-lang/libc#3678</a></li> <li>Unlock ci: fix wrong cfg emscripten by <a href="https://github.com/tesuji"><code>@tesuji</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3684">rust-lang/libc#3684</a></li> <li>redox: correct EPOLL constants by <a href="https://github.com/jackpot51"><code>@jackpot51</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3686">rust-lang/libc#3686</a></li> <li>[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by <a href="https://github.com/cuviper"><code>@cuviper</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3708">rust-lang/libc#3708</a></li> <li>Re-add <code>posix_spawn{_file_actions_t,attr_t}</code> on Android by <a href="https://github.com/tesuji"><code>@tesuji</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3690">rust-lang/libc#3690</a></li> <li>Update version to <code>0.2.155</code> by <a href="https://github.com/madsmtm"><code>@madsmtm</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3682">rust-lang/libc#3682</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lberrymage"><code>@lberrymage</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3632">rust-lang/libc#3632</a></li> <li><a href="https://github.com/purplesyringa"><code>@purplesyringa</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3676">rust-lang/libc#3676</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.154...0.2.155">https://github.com/rust-lang/libc/compare/0.2.154...0.2.155</a></p> <h2>0.2.154</h2> <h2>What's Changed</h2> <ul> <li>Fix CI on v0.2 by <a href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3589">rust-lang/libc#3589</a></li> <li>[Backport <a href="https://redirect.github.com/rust-lang/libc/issues/3547">#3547</a>] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY by <a href="https://github.com/Dirreke"><code>@Dirreke</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3572">rust-lang/libc#3572</a></li> <li>Add Linux riscv64 HWCAP defines (libc-0.2) by <a href="https://github.com/Xeonacid"><code>@Xeonacid</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3580">rust-lang/libc#3580</a></li> <li>Add missing MIPS R6 FS_IOC_* definitions by <a href="https://github.com/chenx97"><code>@chenx97</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3591">rust-lang/libc#3591</a></li> <li>Support posix_spawn on Android by <a href="https://github.com/pcc"><code>@pcc</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3602">rust-lang/libc#3602</a></li> <li>[0.2] Fix libc-tests for loongarch64 by <a href="https://github.com/heiher"><code>@heiher</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3607">rust-lang/libc#3607</a></li> <li>visionOS Support by <a href="https://github.com/agg23"><code>@agg23</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3568">rust-lang/libc#3568</a></li> <li>[0.2] linux/musl: Add support for LoongArch64 by <a href="https://github.com/heiher"><code>@heiher</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3606">rust-lang/libc#3606</a></li> <li>v0.2: Fix c_char on AIX by <a href="https://github.com/taiki-e"><code>@taiki-e</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3662">rust-lang/libc#3662</a></li> <li>solarish adding SO_EXCLBIND constant. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3651">rust-lang/libc#3651</a></li> <li>[0.2] Add SIG constants to espidf by <a href="https://github.com/Tevz-Beskovnik"><code>@Tevz-Beskovnik</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3658">rust-lang/libc#3658</a></li> <li>add all android sysconf constants by <a href="https://github.com/fkm3"><code>@fkm3</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3656">rust-lang/libc#3656</a></li> <li>feat: more _PC_XXX constants for apple targets by <a href="https://github.com/SteveLauC"><code>@SteveLauC</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3649">rust-lang/libc#3649</a></li> <li>feat: O_EXEC/O_SEARCH for apple platforms by <a href="https://github.com/SteveLauC"><code>@SteveLauC</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3668">rust-lang/libc#3668</a></li> <li>[0.2] Add constant AT_MINSIGSTKSZ by <a href="https://github.com/ur4t"><code>@ur4t</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3637">rust-lang/libc#3637</a></li> <li>Haiku: synchronize with post R1-beta 4 changes in libc by <a href="https://github.com/nielx"><code>@nielx</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3638">rust-lang/libc#3638</a></li> <li>adding getentropy/getrandom to dragonflybsd. by <a href="https://github.com/devnexen"><code>@devnexen</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3618">rust-lang/libc#3618</a></li> <li>Move strftime, strftime_l, strptime to linux_like by <a href="https://github.com/pcc"><code>@pcc</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3600">rust-lang/libc#3600</a></li> <li>update crate version to 0.2.154 by <a href="https://github.com/Dirreke"><code>@Dirreke</code></a> in <a href="https://redirect.github.com/rust-lang/libc/pull/3573">rust-lang/libc#3573</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pcc"><code>@pcc</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3602">rust-lang/libc#3602</a></li> <li><a href="https://github.com/agg23"><code>@agg23</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3568">rust-lang/libc#3568</a></li> <li><a href="https://github.com/Tevz-Beskovnik"><code>@Tevz-Beskovnik</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3658">rust-lang/libc#3658</a></li> <li><a href="https://github.com/ur4t"><code>@ur4t</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/libc/pull/3637">rust-lang/libc#3637</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/libc/compare/0.2.153...0.2.154">https://github.com/rust-lang/libc/compare/0.2.153...0.2.154</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/7df63bd7f61bf3408344673cf0ba08e7ff0df134"><code>7df63bd</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3682">#3682</a> from madsmtm/new-version</li> <li><a href="https://github.com/rust-lang/libc/commit/0bbb5cda65be451d6ca9bf9a425a4edc3d580772"><code>0bbb5cd</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3690">#3690</a> from tesuji/android-posix-spawn</li> <li><a href="https://github.com/rust-lang/libc/commit/15c74a4faba398a579a3a551f77cf790d5abf1f8"><code>15c74a4</code></a> Update version to 0.2.155</li> <li><a href="https://github.com/rust-lang/libc/commit/664947bdb087711c6e42596d081eacf5ba30dadd"><code>664947b</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3708">#3708</a> from cuviper/ci-sparc64-0.2</li> <li><a href="https://github.com/rust-lang/libc/commit/61331df06f425934fa43a506e25217f49a039a7c"><code>61331df</code></a> Also skip <code>MFD_EXEC</code> and <code>MFD_NOEXEC_SEAL</code> on sparc64</li> <li><a href="https://github.com/rust-lang/libc/commit/73d2004d3e8ed9c15d46fd4e69b5f3f7dbbe86c7"><code>73d2004</code></a> Skip <code>SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV</code> on sparc64</li> <li><a href="https://github.com/rust-lang/libc/commit/80535f34aafbf089f201dfb217d659e36a18671a"><code>80535f3</code></a> Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64</li> <li><a href="https://github.com/rust-lang/libc/commit/b2b2fd71f4cb866c2d3e4579a50a70aa460aab8e"><code>b2b2fd7</code></a> Readd posix_spawn{_file_actions_t,attr_t} on Android</li> <li><a href="https://github.com/rust-lang/libc/commit/76462771b6f8a6889ba6becadb53418df5515370"><code>7646277</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3686">#3686</a> from redox-os/redox-epoll-0.2</li> <li><a href="https://github.com/rust-lang/libc/commit/5eff703b923d3e1b042e91bc67409cca961f3976"><code>5eff703</code></a> redox: correct EPOLL constants</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.153...0.2.155">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.153&new-version=0.2.155)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A1-insubstantial
Pull request requires no code review (e.g., a sub-repository hash update).
R0-silent
Changes should not be mentioned in any release notes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps libc from 0.2.153 to 0.2.155.
Release notes
Sourced from libc's releases.
Commits
7df63bd
Merge pull request #3682 from madsmtm/new-version0bbb5cd
Merge pull request #3690 from tesuji/android-posix-spawn15c74a4
Update version to 0.2.155664947b
Merge pull request #3708 from cuviper/ci-sparc64-0.261331df
Also skipMFD_EXEC
andMFD_NOEXEC_SEAL
on sparc6473d2004
SkipSECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
on sparc6480535f3
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64b2b2fd7
Readd posix_spawn{_file_actions_t,attr_t} on Android7646277
Merge pull request #3686 from redox-os/redox-epoll-0.25eff703
redox: correct EPOLL constantsDependabot 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)