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 1f1c22e6767b01d5d730c63bbbbd94d685eb3608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:59:34 +0000 Subject: [PATCH 2/2] build(deps): bump pygments from 2.9.0 to 2.10.0 in /tools/docs Bumps [pygments](https://github.com/pygments/pygments) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/docs/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/docs/requirements.txt b/tools/docs/requirements.txt index 5b0251375c9db..5fbf511e54430 100644 --- a/tools/docs/requirements.txt +++ b/tools/docs/requirements.txt @@ -112,9 +112,9 @@ packaging==21.0 \ # via # -r tools/docs/requirements.txt # sphinx -pygments==2.9.0 \ - --hash=sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f \ - --hash=sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e +pygments==2.10.0 \ + --hash=sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380 \ + --hash=sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6 # via # -r tools/docs/requirements.txt # sphinx