This project is mirrored from https://github.com/hermitcore/hermit-rs.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 30, 2022
-
-
Martin Kröning authored
-
- Nov 29, 2022
-
-
bors[bot] authored
384: Update core_affinity requirement from 0.5 to 0.7 r=mkroening a=dependabot[bot] Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/805b476e7354430c9fa40f852d769f4db6c41918"><code>805b476</code></a> Updated documentation to make it clear that core_affinity::get_core_ids() onl...</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/79765a1dbfb1b94d5c261271be411811bed31a2c"><code>79765a1</code></a> Updated example in README.md with new API</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/77c8a793b13248c5de818187ca15ce5d78fc9083"><code>77c8a79</code></a> core_affinity::set_for_current() returns bool to check if operation failed</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/75c7bdae0d1ad6f93c678a360c45b8c77f0a2697"><code>75c7bda</code></a> Added PartialEq, and Eq for CoreId</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/8c95b051add9461db38dee2082d5af17b4c1bc0d"><code>8c95b05</code></a> Bumped dependencies and version number</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/fd557831d07b1a3a3754a36df1c6a4461ef54856"><code>fd55783</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/6">#6</a> from s1341/master</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/6648a7a44efd5c231f2101a715c69bf56467f0c5"><code>6648a7a</code></a> Fix missing android cfg attributes</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/bfa80367813afcb440be3f0e3616a633facd8160"><code>bfa8036</code></a> Bumped version number</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/a7ab0457d753ab2a71afa312df1bac7055cb8e6a"><code>a7ab045</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/1">#1</a> from nau/patch-1</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/1008365593747fd905ad7377b8422de4b6d1c68e"><code>1008365</code></a> Derive Debug for CoreId and make CoreId.id field public.</li> <li>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.2 ">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Nov 25, 2022
-
-
bors[bot] authored
380: Readme: Remove project-specifcs r=jounathaen a=mkroening See https://github.com/hermitcore/rusty-loader/pull/176 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Nov 23, 2022
-
-
bors[bot] authored
382: Minimize rust-toolchain.toml r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Nov 21, 2022
-
-
dependabot[bot] authored
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. - [Release notes](https://github.com/Elzair/core_affinity_rs/releases) - [Commits](https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.2 ) --- updated-dependencies: - dependency-name: core_affinity dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 18, 2022
-
-
bors[bot] authored
383: Dockerfile: Update rustup-init to 1.25.1 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
- Nov 17, 2022
-
-
bors[bot] authored
381: Omit implicit core,alloc from build-std r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
bors[bot] authored
379: CI: Install uhyve with --locked r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
- Nov 07, 2022
-
-
bors[bot] authored
377: Bump dsaltares/fetch-gh-release-asset from 1.0.0 to 1.1.0 r=mkroening a=dependabot[bot] Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dsaltares/fetch-gh-release-asset/releases">dsaltares/fetch-gh-release-asset's releases</a>.</em></p> <blockquote> <h2>1.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat: 37 - add support for Github Enterprise by <a href="https://github.com/dsaltares"><code>`@dsaltares</code></a>` in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/46">dsaltares/fetch-gh-release-asset#46</a></li> <li>fix: <code>set-output</code> deprecating warning from GitHub by <a href="https://github.com/pau1ocampos"><code>`@pau1ocampos</code></a>` in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/51">dsaltares/fetch-gh-release-asset#51</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pau1ocampos"><code>`@pau1ocampos</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/51">dsaltares/fetch-gh-release-asset#51</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.0.1">https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/3942ce82f1192754cd487a86f03eef6eeb89b5da"><code>3942ce8</code></a> fix: <code>set-output</code> deprecating warning from GitHub (<a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/issues/51">#51</a>)</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/d9376dacd30fd38f49238586cd2e9295a8307f4c"><code>d9376da</code></a> feat: 37 - add support for Github Enterprise (<a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/issues/46">#46</a>)</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/709d9c486c868275dfd114e5dde3c71e67be5675"><code>709d9c4</code></a> fix: try fix master</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/3a2045cc2f4abc2e2a707d8e2537afce13439c38"><code>3a2045c</code></a> chore: update dist file</li> <li>See full diff in <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores ) You can trigger a rebase of this PR 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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dsaltares/fetch-gh-release-asset/releases) - [Commits](https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.1.0 ) --- updated-dependencies: - dependency-name: dsaltares/fetch-gh-release-asset dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Oct 31, 2022
-
-
bors[bot] authored
376: Fix grammar r=stlankes a=ssg Co-authored-by:
Sedat Kapanoğlu <sedat@kapanoglu.com>
-
Sedat Kapanoğlu authored
-
- Oct 20, 2022
-
-
bors[bot] authored
373: Release hermit-sys 0.4.0 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
bors[bot] authored
372: Upgrade to nightly-2022-10-19 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
- Oct 11, 2022
-
-
bors[bot] authored
371: Update tiny_http requirement from 0.11 to 0.12 r=mkroening a=dependabot[bot] Updates the requirements on [tiny_http](https://github.com/tiny-http/tiny-http) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiny-http/tiny-http/releases">tiny_http's releases</a>.</em></p> <blockquote> <h2>0.12.0</h2> <ul> <li> <p>Bumped the minimum compiler version tested by CI to 1.56 - this is necessary due to an increasing number of dependencies introducing Cargo manifest features only supported on newer versions of Rust.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/224">Add support for UNIX sockets</a> Thanks to <a href="https://github.com/ColonelThirtyTwo"><code>`@ColonelThirtyTwo</code></a>` for adding support for binding to UNIX sockets when creating a tiny-http server. This change makes a few small breaking API modifications, if you are constructing <code>ServerConfig</code> manually you will need to use the new <code>ListenAddr</code> type rather than directly supplying a <code>net::SocketAddr</code>. Likewise <code>Server::server_addr()</code> will now return an enum that can represent either a TCP socket or a UNIX socket.</p> <p>Finally <code>Request::remote_addr()</code> now returns an <code>Option<&SocketAddr></code> as UNIX sockets don't ever have a remote host.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/228">Reduce required dependencies by switching to <code>httpdate</code></a> <a href="https://github.com/esheppa"><code>`@esheppa</code></a>` replaced our internal HTTPDate type with the <code>httpdate</code> library (used extensively in the community by Hyper, Tokio and others) which reduces our baseline dependency tree from 18 crates to 5!</p> </li> <li> <p><code>TestRequest::path</code> no longer has a <code>'static</code> bound, allowing for fuzzers to generate test request paths at runtime.</p> </li> <li> <p>Unpinned <code>zeroize</code> so it can float around any stable <code>^1</code> version.</p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ColonelThirtyTwo"><code>`@ColonelThirtyTwo</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/224">tiny-http/tiny-http#224</a></li> <li><a href="https://github.com/nhynes"><code>`@nhynes</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/226">tiny-http/tiny-http#226</a></li> <li><a href="https://github.com/ruuda"><code>`@ruuda</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/225">tiny-http/tiny-http#225</a></li> <li><a href="https://github.com/esheppa"><code>`@esheppa</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/228">tiny-http/tiny-http#228</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tiny-http/tiny-http/compare/0.11.0...0.12.0">https://github.com/tiny-http/tiny-http/compare/0.11.0...0.12.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md">tiny_http's changelog</a>.</em></p> <blockquote> <h2>0.12.0</h2> <ul> <li> <p>Bumped the minimum compiler version tested by CI to 1.56 - this is necessary due to an increasing number of dependencies introducing Cargo manifest features only supported on newer versions of Rust.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/224">Add support for UNIX sockets</a></p> <p>Thanks to <a href="https://github.com/ColonelThirtyTwo"><code>`@ColonelThirtyTwo</code></a>` for adding support for binding to UNIX sockets when creating a tiny-http server. This change makes a few small breaking API modifications, if you are constructing <code>ServerConfig</code> manually you will need to use the new <code>ListenAddr</code> type rather than directly supplying a <code>net::SocketAddr</code>. Likewise <code>Server::server_addr()</code> will now return an enum that can represent either a TCP socket or a UNIX socket.</p> <p>Finally <code>Request::remote_addr()</code> now returns an <code>Option<&SocketAddr></code> as UNIX sockets don't ever have a remote host.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/228">Reduce required dependencies by switching to <code>httpdate</code></a></p> <p><a href="https://github.com/esheppa"><code>`@esheppa</code></a>` replaced our internal HTTPDate type with the <code>httpdate</code> library (used extensively in the community by Hyper, Tokio and others) which reduces our baseline dependency tree from 18 crates to 5!</p> </li> <li> <p><code>TestRequest::path</code> no longer has a <code>'static</code> bound, allowing for fuzzers to generate test request paths at runtime.</p> </li> <li> <p>Unpinned <code>zeroize</code> so it can float around any stable <code>^1</code> version.</p> </li> </ul> <h2>0.11.0</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/218">Add support for Rustls</a></p> <p>Thanks to <a href="https://github.com/3xmblzj5"><code>`@3xmblzj5</code></a>` and <a href="https://github.com/travispaul"><code>`@travispaul</code></a>` for their help in implementing <a href="https://github.com/rustls/rustls"><code>Rustls</code></a> as a drop-in replacement for OpenSSL, you can now build <code>tiny-http</code> with TLS support without any external dependencies! OpenSSL will remain the default implementation if you just enable the <code>ssl</code> feature, but you are strongly encouraged to use <code>ssl-rustls</code> where possible!</p> </li> <li> <p><a href="https://github.com/tiny-http/tiny-http/commit/876efd6b752e991c699d27d3d0ad9a47e9d35c29">Fix incorrect certificate chain loading</a></p> <p>Fix a longstanding bug where we were only loading the first (i.e. the leaf) certificate from any PEM file supplied by the user.</p> </li> </ul> <h2>0.10.0</h2> <ul> <li> <p><a href="https://github.com/tiny-http/tiny-http/commit/75ac7758fd0ca660c35f58c2a36edb23a42cda32">Replace chrono with time-rs</a></p> <p><code>chrono</code> was only used to store and format <code>DateTime</code> into the slightly odd format required by RFC 7231, so to avoid the numerous RUSTSEC advisories generated by the <code>localtime_r</code> issue, we can just drop it entirely and switch to <code>time-rs</code>. Unfortunately this means we need to <strong>bump our minimum tested compiler version to 1.51</strong>, and as such this change requires a full minor release.</p> </li> </ul> <h2>0.9.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/pull/208">Rust 2018 Refactor</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiny-http/tiny-http/commit/212b1c45852fef2093dc1374875a9393c55eb4b9"><code>212b1c4</code></a> Prepare for 0.12.0 release</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/87b00a8b32996f72b86a10082cf665f4e4520ba3"><code>87b00a8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tiny-http/tiny-http/issues/228">#228</a> from esheppa/use-httpdate</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/c2a38adb0411ff81b3323d8b59af01994b77f035"><code>c2a38ad</code></a> remove unused url dependency, switch to httpdate</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/f0fce7ed0bdf7439b5bd0b2d15fa82944aac30f6"><code>f0fce7e</code></a> Remove the 'static requirement on TestRequest::path</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/dd9c8dd6ac31c13753048bbb9e9b0b9a2710503e"><code>dd9c8dd</code></a> Use ^1 zeroize</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/b9d9e8a9fe3ee1e03eceb003a3a3f999ea291535"><code>b9d9e8a</code></a> Update log dependency to 0.4.4</li> <li><a href="https://github.com/tiny-http/tiny-http/commit/789e1c1102efdd241bdf643bc74d52bb9c1b63e3"><code>789e1c1</code></a> Add support for UNIX sockets</li> <li>See full diff in <a href="https://github.com/tiny-http/tiny-http/compare/0.11.0...0.12.0 ">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 10, 2022
-
-
dependabot[bot] authored
Updates the requirements on [tiny_http](https://github.com/tiny-http/tiny-http) to permit the latest version. - [Release notes](https://github.com/tiny-http/tiny-http/releases) - [Changelog](https://github.com/tiny-http/tiny-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/tiny-http/tiny-http/compare/0.11.0...0.12.0 ) --- updated-dependencies: - dependency-name: tiny_http dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Oct 03, 2022
-
-
bors[bot] authored
370: Remove compiler-builtins-mem r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
- Sep 29, 2022
-
-
bors[bot] authored
368: Abi: Remove dependency on libc r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Sep 18, 2022
-
-
Martin Kröning authored
-
- Sep 16, 2022
-
-
bors[bot] authored
362: Unify CI workflow r=stlankes a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Sep 10, 2022
-
-
bors[bot] authored
366: Upgrade to nightly-2022-09-10 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
Martin Kröning authored
-
Martin Kröning authored
-
- Sep 06, 2022
-
-
bors[bot] authored
365: Release hermit-abi 0.2.6 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
- Sep 05, 2022
-
-
bors[bot] authored
364: Add futex syscalls r=mkroening a=joboet Adds the futex syscalls to `hermit-abi`. Co-authored-by:
joboet <jonasboettiger@icloud.com> Co-authored-by:
joboet <jonas.boettiger@icloud.com>
-
joboet authored
Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Sep 04, 2022
-
-
joboet authored
-
- Sep 01, 2022
-
-
Martin Kröning authored
-