mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-12-15 16:49:03 -05:00
14.1 though 17.1: patch CVE-2023-4863, thanks to @syphyr
run tested on 14.1, 15.1, and 17.1 compile tested on 16.0 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
de7d2a2a62
commit
25f02f4177
11 changed files with 226 additions and 1 deletions
|
|
@ -74,6 +74,8 @@
|
|||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="LineageOS/android_external_freetype" />
|
||||
<project path="external/freetype" name="LineageOS/android_external_freetype" remote="github" revision="lineage-18.1" />
|
||||
<remove-project name="platform/external/webp" />
|
||||
<project path="external/webp" name="LineageOS/android_external_webp" remote="github" revision="lineage-18.1" />
|
||||
|
||||
<!-- @syphyr's security backport branches -->
|
||||
<remove-project name="LineageOS/android_external_boringssl" />
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@
|
|||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_aac" />
|
||||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="platform/external/webp" />
|
||||
<project path="external/webp" name="LineageOS/android_external_webp" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
|
|||
|
|
@ -72,6 +72,8 @@
|
|||
<!-- use newer branches -->
|
||||
<remove-project name="LineageOS/android_external_aac" />
|
||||
<project path="external/aac" name="LineageOS/android_external_aac" remote="github" revision="lineage-17.1" />
|
||||
<remove-project name="platform/external/webp" />
|
||||
<project path="external/webp" name="LineageOS/android_external_webp" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
|
|||
|
|
@ -65,6 +65,10 @@
|
|||
<!-- Switch to the Mulch WebView -->
|
||||
<remove-project name="LineageOS/android_external_chromium-webview" />
|
||||
<project path="external/chromium-webview" name="divested-mobile/mulch" groups="pdk" clone-depth="1" remote="gitlab" revision="master" />
|
||||
|
||||
<!-- use newer branches -->
|
||||
<remove-project name="platform/external/webp" />
|
||||
<project path="external/webp" name="LineageOS/android_external_webp" remote="github" revision="lineage-18.1" />
|
||||
<!-- END OF BRANCH SWITCHING -->
|
||||
|
||||
<!-- START OF ADDITIONAL REPOS -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue