From 7a318d61e039d8822e9722a86fa2d272fa7852d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 23:25:53 +0000 Subject: [PATCH] Bump libc from 0.2.153 to 0.2.155 (#5069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- polkadot/node/core/pvf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 352efda75c8..9af1df21369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7684,9 +7684,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index 71e55433621..14b4d6b143f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -815,7 +815,7 @@ kvdb-rocksdb = { version = "0.19.0" } kvdb-shared-tests = { version = "0.11.0" } landlock = { version = "0.3.0" } lazy_static = { version = "1.4.0" } -libc = { version = "0.2.153" } +libc = { version = "0.2.155" } libfuzzer-sys = { version = "0.4" } libp2p = { version = "0.52.4" } libp2p-identity = { version = "0.2.3" } diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 7444f7927f5..d603af04bf0 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -60,7 +60,7 @@ test-parachain-adder = { workspace = true } test-parachain-halt = { workspace = true } [target.'cfg(target_os = "linux")'.dev-dependencies] -libc = "0.2.153" +libc = "0.2.155" procfs = "0.16.0" rusty-fork = "0.3.0" sc-sysinfo = { workspace = true, default-features = true } -- GitLab