mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Add CVE patchers for various Android repos
This commit is contained in:
parent
0bda7c939e
commit
2091d44aa3
@ -1 +1 @@
|
||||
Subproject commit 95082650addc494fbe9b4f52e58600a7f98c2344
|
||||
Subproject commit 094efa86a7ff1e7a4ca6aaaac8fd18fef9c4e96c
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libavc"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0874/6.0-^8.0/0001.patch
|
||||
cd $base
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libhevc"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13149/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/libmpeg2"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0873/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13148/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13150/6.0-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13151/6.0-^8.0/0001.patch
|
||||
cd $base
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $base"external/skia"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0880/7.0-^7.1.2/0001.patch
|
||||
cd $base
|
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd $base"frameworks/av"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0837/5.1.1-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-0879/5.1.1-^8.0/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-13152/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd $base"frameworks/base"
|
||||
git apply $cvePatchesAndroid/CVE-2017-0845/5.0.2-^7.1.2/0001.patch
|
||||
git apply $cvePatchesAndroid/CVE-2017-0880/7.0-^7.1.2/0002.patch
|
||||
cd $base
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $base"packages/apps/Settings"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13159/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd $base"system/core"
|
||||
git apply $cvePatchesAndroid/CVE-2017-13156/5.1.1-^8.0/0001.patch
|
||||
cd $base
|
Loading…
Reference in New Issue
Block a user