]> git.proxmox.com Git - pve-edk2-firmware.git/blame - debian/patches/brotlicompress-disable.diff
debian: update build and packaging from Debian upstream
[pve-edk2-firmware.git] / debian / patches / brotlicompress-disable.diff
CommitLineData
a65627a8
TL
1Description: Do not attempt to compile removed BrotliCompress source
2 BrotliCompress is not currently used, and including an embedded
3 copy of its source could cause false-positives when scanning for
4 security issues. This code is stripped from our orig.tar (at the request
5 of the Ubuntu security team), so we also need to disable the build.
6Author: dann frazier <dannf@debian.org>
7Forwarded: not-needed
8Last-Update: 2019-06-25
9---
10This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
11Index: edk2/BaseTools/Source/C/GNUmakefile
12===================================================================
13--- edk2.orig/BaseTools/Source/C/GNUmakefile
14+++ edk2/BaseTools/Source/C/GNUmakefile
15@@ -48,7 +48,6 @@ all: makerootdir subdirs
16 LIBRARIES = Common\r
17 VFRAUTOGEN = VfrCompile/VfrLexer.h\r
18 APPLICATIONS = \\r
19- BrotliCompress \\r
20 VfrCompile \\r
21 EfiRom \\r
22 GenFfs \\r