From f3ba44c82169da1aefa982ef9ca7c7457d553be5 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Wed, 18 Aug 2021 09:56:36 -0400 Subject: [PATCH 1/2] build Signed-off-by: Alyssa Wilk --- source/server/listener_impl.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/server/listener_impl.cc b/source/server/listener_impl.cc index bf0932d27b4d6..f1b4a2a33ad98 100644 --- a/source/server/listener_impl.cc +++ b/source/server/listener_impl.cc @@ -32,8 +32,10 @@ #ifdef ENVOY_ENABLE_QUIC #include "source/common/quic/active_quic_listener.h" +#if defined(__linux__) #include "source/common/quic/udp_gso_batch_writer.h" #endif +#endif namespace Envoy { namespace Server { From def448ea32cba3ea3e8dca3218c590dfdce25804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:59:27 +0000 Subject: [PATCH 2/2] build(deps): bump frozendict from 2.0.3 to 2.0.6 in /tools/base Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases) - [Commits](https://github.com/Marco-Sulla/python-frozendict/commits) --- updated-dependencies: - dependency-name: frozendict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/base/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/base/requirements.txt b/tools/base/requirements.txt index 20ae6d1dc142d..ef0b192cca2d5 100644 --- a/tools/base/requirements.txt +++ b/tools/base/requirements.txt @@ -12,9 +12,9 @@ coloredlogs==15.0.1 \ --hash=sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934 \ --hash=sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0 # via -r tools/base/requirements.txt -frozendict==2.0.3 \ - --hash=sha256:163c616188beb97fdc8ef6e73ec2ebd70a844d4cf19d2e383aa94d1b8376653d \ - --hash=sha256:58143e2d3d11699bc295d9e7e05f10dde99a727e2295d7f43542ecdc42c5ec70 +frozendict==2.0.6 \ + --hash=sha256:5d3f75832c35d4df041f0e19c268964cbef29c1eb34cd3517cf883f1c2d089b9 \ + --hash=sha256:3f00de72805cf4c9e81b334f3f04809278b967d2fed84552313a0fcce511beb1 # via -r tools/base/requirements.txt humanfriendly==9.2 \ --hash=sha256:332da98c24cc150efcc91b5508b19115209272bfdf4b0764a56795932f854271 \