From 0e6a314d86d3cbaec6661df419c4bf630bf6e88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:37:17 -0700 Subject: [PATCH 1/2] Bump h2 from 0.3.16 to 0.3.17 in /zeroidc (#1963) Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Grant Limberg --- zeroidc/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zeroidc/Cargo.lock b/zeroidc/Cargo.lock index f7e1a6a44..904766cf1 100644 --- a/zeroidc/Cargo.lock +++ b/zeroidc/Cargo.lock @@ -418,9 +418,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" +checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" dependencies = [ "bytes", "fnv", From 0b03ad9a216c46cbe2a793fdb45b99f4061658db Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 19 Apr 2023 15:37:49 -0700 Subject: [PATCH 2/2] Add note that binutils is required on FreeBSD (#1968) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 905ec8ba6..66ee9e997 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ To build on Mac and Linux just type `make`. On FreeBSD and OpenBSD `gmake` (GNU - Rust for x86_64 and ARM64 targets *if SSO is enabled in the build*. - **FreeBSD** - GNU make is required. Type `gmake` to build. + - `binutils` is required. Type `pkg install binutils` to install. - Rust for x86_64 and ARM64 targets *if SSO is enabled in the build*. - **OpenBSD** - There is a limit of four network memberships on OpenBSD as there are only four tap devices (`/dev/tap0` through `/dev/tap3`).