diff --git a/brotli-gitf4153a0.tar.gz b/brotli-gitf4153a0.tar.gz deleted file mode 100644 index e252ff46bcbe34cd17d2d4ba6cea479a59792604..0000000000000000000000000000000000000000 Binary files a/brotli-gitf4153a0.tar.gz and /dev/null differ diff --git a/edk2.spec b/edk2.spec index dc5e89074667afb6e50c1d7d8907aa8f3d6fb3aa..b93ab7e196788960e91b41dd540d6cfd38950d1e 100644 --- a/edk2.spec +++ b/edk2.spec @@ -42,7 +42,7 @@ Source3: softfloat-%{softfloat_version}.tar.xz Source4: edk2-platforms-54306d023e7d.tar.xz Source5: https://github.com/akheron/jansson/releases/download/v2.13.1/jansson-2.13.1.tar.bz2 # https://github.com/google/brotli/tree/f4153a09f87cbb9c826d8fc12c74642bb2d879ea -Source6: brotli-gitf4153a0.tar.gz +Source6: https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz # json description files Source10: 50-edk2-aarch64.json @@ -220,8 +220,8 @@ mv CryptoPkg/Library/OpensslLib/openssl-%{OPENSSL_VER} CryptoPkg/Library/Openssl tar -xf %{SOURCE3} --strip-components=1 --directory ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3/ tar -xf %{SOURCE4} --strip-components=1 "*/Drivers" "*/Features" "*/Platform" "*/Silicon" tar -xf %{SOURCE5} --strip-components=1 --directory RedfishPkg/Library/JsonLib/jansson -tar -C MdeModulePkg/Library/BrotliCustomDecompressLib -a -f %{SOURCE6} -x -tar -C BaseTools/Source/C/BrotliCompress -a -f %{SOURCE6} -x +tar -C MdeModulePkg/Library/BrotliCustomDecompressLib -a -f %{SOURCE6} -x --transform='s/brotli-1.1.0/brotli/' +tar -C BaseTools/Source/C/BrotliCompress -a -f %{SOURCE6} -x --transform='s/brotli-1.1.0/brotli/' # Done by %setup, but we do not use it for the auxiliary tarballs chmod -Rf a+rX,u+w,g-w,o-w . diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c3bf09951b543a9e71d1cbd2fca9a58a26414837 Binary files /dev/null and b/v1.1.0.tar.gz differ