Page 1 of 1

Chromium Branch Update

PostPosted: Sat Jun 19, 2021 2:30 am
by amaitland
Hey,

As Chromium has released 91.0.4472.114 and I was looking to update the CEF 4472 branch (with the hope of submitting a PR) as there's CVE-2021-30554
which Google reports seeing in the wild.

I grabbed a clean CEF checking using

Code: Select all
set GN_DEFINES=is_official_build=true use_thin_lto=false
set GYP_MSVS_VERSION=2019
set CEF_ARCHIVE_FORMAT=tar.bz2
python3 ..\automate\automate-git.py --download-dir=C:\cef\cef_4472 --branch=4472 --no-distrib --no-build

python3 ..\automate\automate-git.py --download-dir=C:\cef\cef_4472 --branch=4472 --no-distrib --no-build --fast-update --force-cef-update --chromium-checkout=refs/tags/91.0.4472.114


This doesn't appear to update the CHROMIUM_BUILD_COMPATIBILITY.txt file, so I updated that and ran tools\patch_updater.bat

I'm piecing together a couple of workflows here, so wasn't 100% sure that I'd got the steps correct.

If I've missed something or made a mistake I'd appreciate a pointer in the correct direction.

Thanks,
Alex

Re: Chromium Branch Update

PostPosted: Sat Jun 19, 2021 2:31 am
by amaitland
I've just kicked off a new build using

Code: Select all
set GN_DEFINES=is_official_build=true use_thin_lto=false
set GYP_MSVS_VERSION=2019
set CEF_ARCHIVE_FORMAT=tar.bz2
python3 ..\automate\automate-git.py --download-dir=C:\cef\cef_4472 --branch=4472 --minimal-distrib --client-distrib --force-clean --x64-build --run-tests

Re: Chromium Branch Update

PostPosted: Sat Jun 19, 2021 8:32 pm
by magreenblatt
FYI this is done in 9dd45fe and builds should be available tomorrow.