mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
50 lines
2.0 KiB
Bash
50 lines
2.0 KiB
Bash
#!/bin/bash
|
|
cd $base"kernel/lge/bullhead"
|
|
git apply $cvePatches/CVE-2012-6703/0.patch
|
|
git apply $cvePatches/CVE-2014-8173/0.patch
|
|
git apply $cvePatches/CVE-2014-9781/0.patch
|
|
git apply $cvePatches/CVE-2015-2041/0.patch
|
|
git apply $cvePatches/CVE-2015-4170/0.patch
|
|
git apply $cvePatches/CVE-2015-4177/0.patch
|
|
git apply $cvePatches/CVE-2015-7550/0.patch
|
|
git apply $cvePatches/CVE-2016-0805/0.patch
|
|
git apply $cvePatches/CVE-2016-2063/0.patch
|
|
git apply $cvePatches/CVE-2016-2185/0.patch
|
|
git apply $cvePatches/CVE-2016-2186/0.patch
|
|
git apply $cvePatches/CVE-2016-2187/1.patch
|
|
git apply $cvePatches/CVE-2016-2384/0.patch
|
|
git apply $cvePatches/CVE-2016-2544/0.patch
|
|
git apply $cvePatches/CVE-2016-2545/0.patch
|
|
git apply $cvePatches/CVE-2016-2547/0.patch
|
|
git apply $cvePatches/CVE-2016-2549/0.patch
|
|
git apply $cvePatches/CVE-2016-3070/0.patch
|
|
git apply $cvePatches/CVE-2016-3134/0.patch
|
|
git apply $cvePatches/CVE-2016-3136/0.patch
|
|
git apply $cvePatches/CVE-2016-3137/0.patch
|
|
git apply $cvePatches/CVE-2016-3140/0.patch
|
|
git apply $cvePatches/CVE-2016-3672/0.patch
|
|
git apply $cvePatches/CVE-2016-3689/0.patch
|
|
git apply $cvePatches/CVE-2016-5345/0.patch
|
|
git apply $cvePatches/CVE-2016-5859/0.patch
|
|
git apply $cvePatches/CVE-2016-5867/0.patch
|
|
git apply $cvePatches/CVE-2016-5870/0.patch
|
|
git apply $cvePatches/CVE-2016-8404/0.patch
|
|
git apply $cvePatches/CVE-2016-9604/0.patch
|
|
git apply $cvePatches/CVE-2017-0516/0.patch
|
|
git apply $cvePatches/CVE-2017-0523/0.patch
|
|
git apply $cvePatches/CVE-2017-0537/0.patch
|
|
git apply $cvePatches/CVE-2017-1000365/0.patch
|
|
git apply $cvePatches/CVE-2017-12153/0.patch
|
|
git apply $cvePatches/CVE-2017-15265/0.patch
|
|
git apply $cvePatches/CVE-2017-2618/0.patch
|
|
git apply $cvePatches/CVE-2017-2671/0.patch
|
|
git apply $cvePatches/CVE-2017-5669/0.patch
|
|
git apply $cvePatches/CVE-2017-6001/0.patch
|
|
git apply $cvePatches/CVE-2017-6345/0.patch
|
|
git apply $cvePatches/CVE-2017-6348/0.patch
|
|
git apply $cvePatches/CVE-2017-6951/0.patch
|
|
git apply $cvePatches/CVE-2017-7472/0.patch
|
|
git apply $cvePatches/CVE-2017-7487/0.patch
|
|
git apply $cvePatches/CVE-2017-9242/0.patch
|
|
cd $base
|