DivestOS/Scripts/LineageOS-14.1/CVE_Patchers/android_external_libmpeg2.sh

8 lines
304 B
Bash

#!/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