From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web08.10391.1638959225483016718 for ; Wed, 08 Dec 2021 02:27:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=e8fGq7EO; spf=pass (domain: gmail.com, ip: 209.85.128.50, mailfrom: pedro.falcato@gmail.com) Received: by mail-wm1-f50.google.com with SMTP id i12so1406226wmq.4 for ; Wed, 08 Dec 2021 02:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DkT+9a6tR9pkvmNhQcKfQT9S0zO9bebBuaFcWPQ7lAI=; b=e8fGq7EOBNwysa0mLWZkfDKVSAhravLMClUE4WsL9PXb4n1RzHp2ny5Gru2QaQLzyB OxrMId5maSbklAJGCzjmlxezFIVa1WCO/Jh/pSlAp9eiiNSUDEb1Xrf4KPHAg1ro1a1w dF2U6z6wfpAuBZYfHaxCs6MIhW+vOfNRQxyV/Irb2fUNo4Ph6vjpVGnz51mBO6IuGFfC sxHlzqHwfsi5FVundN9X33Q6neNgeea0Ubs6mw7DqfFA5TFfYazyYqH37BaA/Yb25dV/ Qw86widybQHDS+OmKYH0+A3kYCTRzzoY1OlySa2KRs/jqqeVTmt19yjF2OBBFJU93KHt VExg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DkT+9a6tR9pkvmNhQcKfQT9S0zO9bebBuaFcWPQ7lAI=; b=jMK4WK2R2if5bYvpx/97DyP82sowkDfWiC7jq56AOD2QxOj8uNuhxrKNBykOokP90Y bjnZdhAhP1AgiC+yGj+93ciuWomKvIFE1lmQDZq8C5Zzk5VBBYdOilQocmjlD6fY636j oaUnXtvFp3gWCk4UwIY0N8eOfnja92CbjCgaMaA+m8AJi3/ifkWnIajj5BTm2qYtB/Rw 3gkdiFEjYwxRraG4iUmLWxeOoIsJiwf4dK4H605H2U9ZP+y0WocueYRQC4ATWB0Rms/0 +zaEOviJqg/Vih/SthQP/70J4k/caULjzpynk3bLASjKFgMPb1B56kC3q9f7ZGhYhhug MCEg== X-Gm-Message-State: AOAM532SF2T6Fxza758E138RCKXYmPJCNQMdblEOBRc1iMPutsl/8Jn2 INz5veNfZPqZ1fS5HUOns2SkraacRqi8j4aZ X-Google-Smtp-Source: ABdhPJwaoFwercDcq+jAmEZrD4LWAiHKbXPU30MjSelo2Pa4kIYaI/yOD5hyvl9Iiuok0KYXRESAhQ== X-Received: by 2002:a05:600c:a49:: with SMTP id c9mr14815764wmq.172.1638959223881; Wed, 08 Dec 2021 02:27:03 -0800 (PST) Return-Path: Received: from PC-PEDRO-ARCH.lan ([2001:8a0:7280:5801:9441:3dce:686c:bfc7]) by smtp.gmail.com with ESMTPSA id y7sm2252731wrw.55.2021.12.08.02.27.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Dec 2021 02:27:03 -0800 (PST) From: "Pedro Falcato" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Dandan Bi , Liming Gao Subject: [PATCH v2 2/2] MdeModulePkg/BrotliCustomDecompressLib: Update brotli Date: Wed, 8 Dec 2021 10:27:01 +0000 Message-Id: <20211208102701.10815-3-pedro.falcato@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211208102701.10815-1-pedro.falcato@gmail.com> References: <20211208102701.10815-1-pedro.falcato@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Update the brotli submodule to the latest commit (4ec6703) so that the build isn't broken in GCC 11 compilers. Cc: Jian J Wang Cc: Hao A Wu Cc: Dandan Bi Cc: Liming Gao Signed-off-by: Pedro Falcato --- MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 3 +++ MdeModulePkg/Library/BrotliCustomDecompressLib/brotli | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf index 525e92408d67..fabbb86d16c1 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf @@ -39,7 +39,10 @@ stdlib.h string.h # Wrapper header files end # + brotli/c/common/constants.c + brotli/c/common/context.c brotli/c/common/dictionary.c + brotli/c/common/shared_dictionary.c brotli/c/common/transform.c brotli/c/dec/bit_reader.c brotli/c/dec/decode.c diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli index 666c3280cc11..4ec67035c0d9 160000 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli @@ -1 +1 @@ -Subproject commit 666c3280cc11dc433c303d79a83d4ffbdd12cc8d +Subproject commit 4ec67035c0d97c270c1c73038cc66fc5fcdfc120 -- 2.34.1