Remove Android CVE patchers

If a patch affects 4.4.4-8.0, the patch is against 8.0 and will break <8.0
some patches will get backported to older branches others not
Will attempt to automate again later
This commit is contained in:
Tad 2017-12-08 23:24:48 -05:00
parent 2091d44aa3
commit 4de3a166c4
8 changed files with 0 additions and 38 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd $base"external/libavc"
git apply $cvePatchesAndroid/CVE-2017-0874/6.0-^8.0/0001.patch
cd $base

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd $base"external/libhevc"
git apply $cvePatchesAndroid/CVE-2017-13149/5.1.1-^8.0/0001.patch
cd $base

View File

@ -1,7 +0,0 @@
#!/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

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd $base"external/skia"
git apply $cvePatchesAndroid/CVE-2017-0880/7.0-^7.1.2/0001.patch
cd $base

View File

@ -1,6 +0,0 @@
#!/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

View File

@ -1,5 +0,0 @@
#!/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

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd $base"packages/apps/Settings"
git apply $cvePatchesAndroid/CVE-2017-13159/5.1.1-^8.0/0001.patch
cd $base

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd $base"system/core"
git apply $cvePatchesAndroid/CVE-2017-13156/5.1.1-^8.0/0001.patch
cd $base