Linux incremental patches - little benefit
This commit is contained in:
parent
1b74baddf0
commit
8ead3072ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ Builds/
|
|||||||
Build/
|
Build/
|
||||||
Repos/
|
Repos/
|
||||||
Patches/DivestOS_Wallpapers
|
Patches/DivestOS_Wallpapers
|
||||||
|
Patches/Linux_CVEs/00LinuxIncrementals
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/huawei/angler"
|
cd $base"kernel/huawei/angler"
|
||||||
|
git apply $cvePatches/00LinuxIncrementals/3.10/3.10.0073-0074.patch
|
||||||
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
|
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
|
||||||
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
|
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
|
||||||
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/lge/bullhead"
|
cd $base"kernel/lge/bullhead"
|
||||||
|
git apply $cvePatches/00LinuxIncrementals/3.10/3.10.0073-0074.patch
|
||||||
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
|
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
|
||||||
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
|
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
|
||||||
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user