Update CVE patchers

Fixes https://github.com/Divested-Mobile/DivestOS-Build/issues/308

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-06-03 16:27:12 -04:00
parent fbc61bfcc7
commit 1636f68138
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
41 changed files with 57 additions and 98 deletions

View file

@ -943,7 +943,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35947/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35978/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35982/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36919/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36929/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36941/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36946/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36950/^6.9/0001.patch
@ -960,7 +959,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p960"
editKernelLocalversion "-dos.p959"
else echo "kernel_google_dragon is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -936,7 +936,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35944/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35947/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35982/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36919/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36929/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36941/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36946/^6.9/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-36950/^6.9/0001.patch
@ -950,7 +949,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p950"
editKernelLocalversion "-dos.p949"
else echo "kernel_zte_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"